Jump to content
  • 0

Game Server Error!


Kouma

Question

 

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!

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

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?

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

  • 0

Can ask something more, after event engine i cant use any npc (buffer, teleport, gm shop).

 

Do you know any reason? 
 

I use this event engine 

https://github.com/u3games/L2J_EventEngine
Link to comment
Share on other sites

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

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