[Help]Problem starting server

Results 1 to 8 of 8
  1. #1
    Proficient Member l1qu1d1c3 is offline
    MemberRank
    Sep 2006 Join Date
    SpainLocation
    158Posts

    [Help]Problem starting server

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


  2. #2
    Moved on Tobywan is offline
    MemberRank
    Jan 2006 Join Date
    SwedenLocation
    761Posts

    Re: [Help]Problem starting server

    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.

  3. #3
    Proficient Member l1qu1d1c3 is offline
    MemberRank
    Sep 2006 Join Date
    SpainLocation
    158Posts

    Re: [Help]Problem starting server

    awesome man TY ALOT.now it works

  4. #4
    Proficient Member l1qu1d1c3 is offline
    MemberRank
    Sep 2006 Join Date
    SpainLocation
    158Posts

    Re: [Help]Problem starting server

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

  5. #5
    Proficient Member l1qu1d1c3 is offline
    MemberRank
    Sep 2006 Join Date
    SpainLocation
    158Posts

    Re: [Help]Problem starting server

    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

  6. #6
    Account Upgraded | Title Enabled! Eve RaveN is offline
    MemberRank
    Jan 2007 Join Date
    Mother RussiaLocation
    333Posts

    Re: [Help]Problem starting server

    takes yor server better to C:\Server\Gameserver ;)

  7. #7
    Proficient Member l1qu1d1c3 is offline
    MemberRank
    Sep 2006 Join Date
    SpainLocation
    158Posts

    Re: [Help]Problem starting server

    still get the same error...

  8. #8
    Moved on Tobywan is offline
    MemberRank
    Jan 2006 Join Date
    SwedenLocation
    761Posts

    Re: [Help]Problem starting server

    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.



Advertisement