Page 1 of 1

Register game server error

Posted: Sun Jun 14, 2009 12:29 am
by solidusp228
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number: 3180
L2JDP Revision Number:6279


alright when i try to register my gameserver i get this error

Image



this error comes from the new interface l2j started packing into their releases... if any one knows how to fix this error or disable the interface.. that would be awesome :] thanks for any help.

Re: Register game server error

Posted: Sun Jun 14, 2009 4:05 am
by Ethen
I can register the gamer server but now can't connect to the server. Hex id looks different and not sure if what to do.

Re: Register game server error

Posted: Sun Jun 14, 2009 4:08 am
by solidusp228
yeahh i have no clue what im missing ... if i could get past this id be fine z.z

Re: Register game server error

Posted: Tue Jul 28, 2009 2:48 pm
by wiimo
solidusp228 wrote:yeahh i have no clue what im missing ... if i could get past this id be fine z.z

u are sure u have the list of server ? the files servername.xml u need this for work the registergameserver

Re: Register game server error

Posted: Tue Jul 28, 2009 5:24 pm
by lishawj
I just downloaded revision 3180, compiled from SVN and have no problem registering a new gameserver. Please try re-downloading from the SVN and compiling.

Re: Register game server error

Posted: Wed Sep 23, 2009 8:11 pm
by Morus
I have the same error with l2j 3556 / l2jdp 6655. Any help? I do have servername.xml in login folder.

FATAL: Failed initializing database. Reason: No suitable driver
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 net.sf.l2j.L2DatabaseFactory.<init>(L2DatabaseFactory.java:95)
at net.sf.l2j.L2DatabaseFactory.getInstance(L2DatabaseFactory.java:206)
at net.sf.l2j.loginserver.L2LoginServer.<init>(L2LoginServer.java:110)
at net.sf.l2j.loginserver.L2LoginServer.main(L2LoginServer.java:56)

Re: Register game server error

Posted: Wed Sep 23, 2009 9:18 pm
by Danoontje
Based on the error im geussing ur using a non supported/wrongly installed mysql driver make sure u database is running (mysql manually if its not in services) and otherwise reinstall with the recommend mysql driver

Re: Register game server error

Posted: Wed Sep 23, 2009 9:28 pm
by Morus
It was working with the previous revisions. Just changed whith the latest ones.