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 ?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
I am really glad that i chose stinky's services , this guy is definitely skilled !
I ordered a mod for my server and he delivered and exceeded my expectations .
I am definitely recommend him highly enough !
-He is pretty fast
-Cool and easy to communicate
-skilled
So, make me understand one thing, you consider your previous work a crap? Everyone who has payd for l2jmobius subscription since 2018 untill 2024 had access to a crap version of your server and the best is the latest you release in this very moment to your actual subscribers?
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.