Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

L2J [Help]Problem starting server

Status
Not open for further replies.
Junior Spellweaver
Joined
Sep 3, 2006
Messages
148
Reaction score
0
hey guys i get this error when i start the gameserver.bat

Code:
Starting L2J Game Server.

loading gameserver config
MLog clients using java 1.4+ standard logging.
Initializing c3p0-0.9.0.4 [built 23-January-2006 22:20:29 -0500; debug? true; tr
ace: 10]
Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@544ec1 [ conn
ectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@4829
23 [ acquireIncrement -> 5, acquireRetryAttempts -> 0, acquireRetryDelay -> 500,
 autoCommitOnClose -> true, automaticTestTable -> connection_test_table, breakAf
terAcquireFailure -> false, checkoutTimeout -> 0, connectionTesterClassName -> c
om.mchange.v2.c3p0.impl.DefaultConnectionTester, factoryClassLocation -> null, f
orceIgnoreUnresolvedTransactions -> false, identityToken -> 482923, idleConnecti
onTestPeriod -> 60, initialPoolSize -> 3, maxIdleTime -> 0, maxPoolSize -> 10, m
axStatements -> 0, maxStatementsPerConnection -> 100, minPoolSize -> 1, nestedDa
taSource -> com.mchange.v2.c3p0.DriverManagerDataSource@f99ff5 [ description ->
null, driverClass -> null, factoryClassLocation -> null, identityToken -> f99ff5
, jdbcUrl -> jdbc:mysql://localhost/l2jdb, properties -> {user=******, password=
******} ], preferredTestQuery -> null, propertyCycle -> 300, testConnectionOnChe
ckin -> true, testConnectionOnCheckout -> false, usesTraditionalReflectiveProxie
s -> false ], factoryClassLocation -> null, identityToken -> 544ec1, numHelperTh
reads -> 3 ]
Exception in thread "main" java.sql.SQLException: Access denied for user 'root'@
'localhost' (using password: YES)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2921)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:770)
        at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:3641)
        at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1175)
        at com.mysql.jdbc.Connection.createNewIO(Connection.java:2544)
        at com.mysql.jdbc.Connection.<init>(Connection.java:1474)
        at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java
:264)
        at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManag
erDataSource.java:79)
        at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnecti
on(WrapperConnectionPoolDataSource.java:82)
        at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.initializeAu
tomaticTestTable(C3P0PooledConnectionPoolManager.java:497)
        at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.createPooled
ConnectionPool(C3P0PooledConnectionPoolManager.java:421)
        at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.getPool(C3P0
PooledConnectionPoolManager.java:342)
        at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.getPool(C3P0
PooledConnectionPoolManager.java:360)
        at com.mchange.v2.c3p0.PoolBackedDataSource.getConnection(PoolBackedData
Source.java:94)
        at net.sf.l2j.L2DatabaseFactory.<init>(L2DatabaseFactory.java:110)
        at net.sf.l2j.L2DatabaseFactory.getInstance(L2DatabaseFactory.java:181)
        at net.sf.l2j.gameserver.GameServer.main(GameServer.java:591)

Server terminated abnormaly


server terminated

Press any button to continue...
 
Moved on
Joined
Jan 13, 2006
Messages
706
Reaction score
0
Code:
Exception in thread "main" java.sql.SQLException: Access denied for user 'root'@
'localhost' (using password: YES)

Set correct user and password in your config files.
 
Upvote 0
Junior Spellweaver
Joined
Sep 3, 2006
Messages
148
Reaction score
0
hey this is another question.why when the gameserver.bat is done loading all i keep on getting is this
Code:
Olympiad System: Added weekly points to nobles
Olympiad System: Added weekly points to nobles
Olympiad System: Added weekly points to nobles
Olympiad System: Added weekly points to nobles
Olympiad System: Added weekly points to nobles
Olympiad System: Added weekly points to nobles
Olympiad System: Added weekly points to nobles

and another thing is that my game stays in BARTZ selection screen...
 
Upvote 0
Junior Spellweaver
Joined
Sep 3, 2006
Messages
148
Reaction score
0
hey sry to bother but got another problem..i run the l2j server unstable and i click on start gameserver and i get this
Code:
Starting L2J Game Server.

Exception in thread "main" java.lang.NoClassDefFoundError: net/sf/l2j/gameserver
/GameServer

Server terminated abnormaly


server terminated

Presione una tecla para continuar . . .

my other db works coz its hero1711 but when i try to put stuff from an l2j free it doesnt work
 
Upvote 0
Moved on
Joined
Jan 13, 2006
Messages
706
Reaction score
0
Hero and l2j-free are not the same. DB structure is diferent.
If you want to use l2jfree then you must convert your database to match l2j-free table structure.
 
Upvote 0
Status
Not open for further replies.
Back
Top