Kouma Posted November 18, 2015 Posted November 18, 2015 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! Quote
0 `Son Posted November 18, 2015 Posted November 18, 2015 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? Quote
0 colt Posted November 18, 2015 Posted November 18, 2015 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 Quote
0 Kouma Posted November 18, 2015 Author Posted November 18, 2015 (edited) Apologize for this one, i have wrong files! Edited November 18, 2015 by Kouma Quote
0 Kouma Posted November 18, 2015 Author Posted November 18, 2015 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 Quote
Question
Kouma
Get this error after compile, anyone know how i can solve?
Thanks in advance!
5 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.