Jump to content
  • 0

Game Server Error!


Question

Posted

 

Exception in thread "main" java.lang.ExceptionInInitializerError

        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:164)
        at com.l2jserver.gameserver.GameServer.main(GameServer.java:453)
Caused by: java.lang.RuntimeException: Unable to get driver instance for jdbcUrl
=jdbc:mysql://localhost/l2jgs
        at com.zaxxer.hikari.util.DriverDataSource.<init>(DriverDataSource.java:
88)
        at com.zaxxer.hikari.pool.PoolElf.initializeDataSource(PoolElf.java:157)
        at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:113)
        at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.jav
a:96)
        at com.l2jserver.commons.database.pool.AbstractConnectionFactory.getConn
ection(AbstractConnectionFactory.java:43)
        at com.l2jserver.gameserver.idfactory.IdFactory.setAllCharacterOffline(I
dFactory.java:177)
        at com.l2jserver.gameserver.idfactory.IdFactory.<init>(IdFactory.java:14
0)
        at com.l2jserver.gameserver.idfactory.BitSetIDFactory.<init>(BitSetIDFac
tory.java:54)
        at com.l2jserver.gameserver.idfactory.IdFactory.<clinit>(IdFactory.java:
161)
        ... 2 more
Caused by: java.sql.SQLException: No suitable driver
        at java.sql.DriverManager.getDriver(Unknown Source)
        at com.zaxxer.hikari.util.DriverDataSource.<init>(DriverDataSource.java:
81)
        ... 10 more
Game Server Terminated Abnormally!
Game Server Terminated.
Press any key to continue . . .

 Get this error after compile, anyone know how i can solve?

 

Thanks in advance!

5 answers to this question

Recommended Posts

  • 0
Posted

Theres a missconfig in login.properties at the link you made for the database.

 

1. Make sure you have the correct link to the database.

2. Is mysql installed?

3. Did you install the database?

  • 0
Posted

I use the custom port to MySQL as 6033, so, in my loginserver.ini (l2jserver use loginserver.properties) and gameserver.ini (l2jserver use gameserver.properties) to:

 

jdbc:mysql://localhost:6033/l2jgs

 

If is not port, please, change the name of your database to the name that you define before, like: myserverdb.

 

 

 

Thanks

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