Jump to content
  • 0

Some one help please ?


Question

Posted (edited)

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 arm4729

2 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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...