This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
Question
arm4729
im starting gamesrver/loginserver in my local pc works perfectly fine , but when i try on vps server i get this error all time
Starting GVBITS AuthServer.
[INFO][19:33:49] - |==================[SYSTEM INFORMATION]=================|
[INFO][19:33:49] - | OS: Windows Server 2012 R2 Build: 6.3
[INFO][19:33:49] - | OS Arch: amd64
[INFO][19:33:49] - | Avaible CPU(s): 1
[INFO][19:33:49] - | Processor(s) Identifier: Intel64 Family 6 Model 60 Stepping
1, GenuineIntel
[INFO][19:33:49] - | Process ID: 1088
[INFO][19:33:49] - | JMV: Java HotSpot(TM) 64-Bit Server VM Build: 1.8.0_241-b07
[INFO][19:33:49] - |=======================================================|
[INFO][19:33:50] - Loaded 127 server names
[ERROR][19:33:50] - Property #--------------------------------------------
----------------- does not exist on target class com.zaxxer.hikari.HikariConfig
[WARN][19:33:50] - Could not init database connection.
java.lang.RuntimeException: Property #------------------------------------
------------------------- does not exist on target class com.zaxxer.hikari.Hikar
iConfig
at com.zaxxer.hikari.util.PropertyElf.setProperty(PropertyElf.java:131)
at com.zaxxer.hikari.util.PropertyElf.lambda$setTargetFromProperties$0(P
ropertyElf.java:57)
at java.util.Hashtable.forEach(Unknown Source)
at com.zaxxer.hikari.util.PropertyElf.setTargetFromProperties(PropertyEl
f.java:52)
at com.zaxxer.hikari.HikariConfig.loadProperties(HikariConfig.java:1067)
at com.zaxxer.hikari.HikariConfig.<init>(HikariConfig.java:148)
at ru.gvbits.commons.db.AbstractDataBaseFactory.initPool(AbstractDataBas
eFactory.java:27)
at ru.gvbits.authserver.AuthServer.<init>(AuthServer.java:39)
at ru.gvbits.authserver.AuthServer.main(AuthServer.java:86)
[INFO][19:33:50] - Checking database: ........
Exception in thread "main" org.flywaydb.core.api.FlywayException: Unable to conn
ect to the database. Configure the url, user and password!
at org.flywaydb.core.internal.configuration.ConfigurationValidator.valid
ate(ConfigurationValidator.java:34)
at org.flywaydb.core.Flyway.execute(Flyway.java:408)
at org.flywaydb.core.Flyway.migrate(Flyway.java:153)
at ru.gvbits.commons.dbutils.DatabaseInstaller.start(DatabaseInstaller.j
ava:23)
at ru.gvbits.authserver.AuthServer.<init>(AuthServer.java:41)
at ru.gvbits.authserver.AuthServer.main(AuthServer.java:86)
Server terminated abnormaly ...
Server terminated ...
Press any key to continue . . .
i was thinking that is a permission problem , i checked all users permision everything but look like is not that the problem or maybe im not looking where need to look
//edit i saw that when i open gameserver/loginserver on local pc it generates auto database from sql folder , on vps windows server 2012 it might be a read-only attribute problem but how can i disable it ?
Edited by arm47292 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now