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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

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

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock