Jump to content
  • 0

Registergameserver Problem


sotid

Question

So this appears when I tried to register gameserver

 

INFO  Loaded 127 server names
INFO  MLog clients using log4j logging.
INFO  Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace:
 10]
INFO  Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ java
.beans.IntrospectionException: java.lang.reflect.InvocationTargetException [numT
hreadsAwaitingCheckoutDefaultUser] ]
ERROR Couldn't init DB connection, im dead x.x
java.sql.SQLException: No suitable driver
        at java.sql.DriverManager.getDriver(Unknown Source)
        at com.mchange.v2.c3p0.DriverManagerDataSource.driver(DriverManagerDataS
ource.java:223)
        at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManag
erDataSource.java:119)
        at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnecti
on(WrapperConnectionPoolDataSource.java:143)
        at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnecti
on(WrapperConnectionPoolDataSource.java:132)
        at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.initializeAu
tomaticTestTable(C3P0PooledConnectionPoolManager.java:772)
        at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.createPooled
ConnectionPool(C3P0PooledConnectionPoolManager.java:696)
        at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.getPool(C3P0
PooledConnectionPoolManager.java:257)
        at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.getPool(C3P0
PooledConnectionPoolManager.java:271)
        at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(A
bstractPoolBackedDataSource.java:128)
        at com.l2jfrozen.util.database.L2DatabaseFactory_c3p0.<init>(L2DatabaseF
actory_c3p0.java:90)
        at com.l2jfrozen.util.database.L2DatabaseFactory.getInstance(L2DatabaseF
actory.java:59)
        at com.l2jfrozen.gameserver.datatables.GameServerTable.loadRegisteredGam
eServers(GameServerTable.java:208)
        at com.l2jfrozen.gameserver.datatables.GameServerTable.<init>(GameServer
Table.java:96)
        at com.l2jfrozen.gameserver.datatables.GameServerTable.load(GameServerTa
ble.java:80)
        at com.l2jfrozen.gsregistering.GameServerRegister.main(GameServerRegiste
r.java:53)
Press any key to continue . . .

Link to comment
Share on other sites

Recommended Posts

  • 0

What del said, but looks like its not this.

 

Make sure MySQL is up and running. Dunno how people can end up with such errors when the installation part is like "next, next".

Link to comment
Share on other sites

  • 0

emm ok , I have a precompiled pack running on my pc without any problems , so the pack itself has some problems and I have to remake the server . navicat and mysql I installed them both long ago correclt with no problems , now I downloaded eclipse and trying to compile the latest version of l2jfrozen.  I got these when I compiled them

 

https://postimg.org/image/hojshpdsz/

 

 

maybe this is the problem?

 

 

Even though DB installed normally into navicat.

 

I get the error at registergameserver as I told you

 

So what info you need?

Edited by sotid
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...