|
привет всем памогите у меня праблема пасматрите в чём ашибка?
Starting L2J Game Server.
loading gameserver config MLog clients using java 1.4+ standard logging. Initializing c3p0-0.9.0 [built 08-LтуєёЄ-2005 15:47:30 +0400; debug? false; trac e: 5] Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@1a73d3c [ con nectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@a40 1c2 [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 10 00, autoCommitOnClose -> true, automaticTestTable -> null, breakAfterAcquireFail ure -> false, checkoutTimeout -> 0, connectionTesterClassName -> com.mchange.v2. c3p0.impl.DefaultConnectionTester, factoryClassLocation -> null, forceIgnoreUnre solvedTransactions -> false, identityToken -> a401c2, idleConnectionTestPeriod - > 0, initialPoolSize -> 1, maxIdleTime -> 0, maxPoolSize -> 10, maxStatements -> 100, maxStatementsPerConnection -> 0, minPoolSize -> 1, nestedDataSource -> com .mchange.v2.c3p0.DriverManagerDataSource@1d6096 [ description -> null, driverCla ss -> null, factoryClassLocation -> null, identityToken -> 1d6096, jdbcUrl -> jd bc:mysql://localhost/l2jdb, properties -> {user=******, password=******} ], pref erredTestQuery -> null, propertyCycle -> 300, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, usesTraditionalReflectiveProxies -> false ], factoryClassLocation -> null, identityToken -> 1a73d3c, numHelperThreads -> 3 ] L2J Server Version: 2183 L2J Server Build Date: 20060124_1346 BitSet ID Factory could not be initialized correctly java.sql.SQLException: Table 'l2jdb.characters' doesn't exist at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2921) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1570) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1665) at com.mysql.jdbc.Connection.execSQL(Connection.java:2972) at com.mysql.jdbc.Connection.execSQL(Connection.java:2902) at com.mysql.jdbc.Statement.executeUpdate(Statement.java:929) at com.mchange.v2.c3p0.impl.NewProxyStatement.executeUpdate(NewProxyStat ement.java:194) at net.sf.l2j.gameserver.idfactory.IdFactory.extractUsedObjectIDTable(Id Factory.java:201) at net.sf.l2j.gameserver.idfactory.BitSetIDFactory.initialize(BitSetIDFa ctory.java:85) at net.sf.l2j.gameserver.idfactory.BitSetIDFactory.<init>(BitSetIDFactor y.java:73) at net.sf.l2j.gameserver.idfactory.IdFactory.<clinit>(IdFactory.java:101 ) at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:192) at net.sf.l2j.gameserver.GameServer.main(GameServer.java:464) IDFactory: 102912 id's avaliable. Could not read object IDs from DB. Please Check Your Data. Exception in thread "main" java.lang.Exception: Could not initialize the ID fact ory at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:196) at net.sf.l2j.gameserver.GameServer.main(GameServer.java:464)
Server terminated abnormaly
server terminated
Для продолжения нажмите любую клавишу . . .
и за одно проверте всё ли здесь правельно ?
Starting L2J Login Server.
loading login config MLog clients using java 1.4+ standard logging. Initializing c3p0-0.9.0 [built 08-LтуєёЄ-2005 15:47:30 +0400; debug? false; trac e: 5] Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@787171 [ conn ectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@b09e 89 [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 100 0, autoCommitOnClose -> true, automaticTestTable -> null, breakAfterAcquireFailu re -> false, checkoutTimeout -> 0, connectionTesterClassName -> com.mchange.v2.c 3p0.impl.DefaultConnectionTester, factoryClassLocation -> null, forceIgnoreUnres olvedTransactions -> false, identityToken -> b09e89, idleConnectionTestPeriod -> 0, initialPoolSize -> 1, maxIdleTime -> 0, maxPoolSize -> 10, maxStatements -> 100, maxStatementsPerConnection -> 0, minPoolSize -> 1, nestedDataSource -> com. mchange.v2.c3p0.DriverManagerDataSource@1bf52a5 [ description -> null, driverCla ss -> null, factoryClassLocation -> null, identityToken -> 1bf52a5, jdbcUrl -> j dbc:mysql://localhost/l2jdb, properties -> {user=******, password=******} ], pre ferredTestQuery -> null, propertyCycle -> 300, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, usesTraditionalReflectiveProxies -> false ], factoryClassLocation -> null, identityToken -> 787171, numHelperThreads -> 3 ] Loaded 127 server names Error while loading Server List: java.sql.SQLException: Table 'l2jdb.gameservers' doesn't exist at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2921) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1570) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1665) at com.mysql.jdbc.Connection.execSQL(Connection.java:2978) at com.mysql.jdbc.Connection.execSQL(Connection.java:2902) at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.ja va:930) at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java: 1024) at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewPr oxyPreparedStatement.java:102) at net.sf.l2j.loginserver.GameServerTable.load(GameServerTable.java:147)
at net.sf.l2j.loginserver.GameServerTable.<init>(GameServerTable.java:43 1) at net.sf.l2j.loginserver.GameServerTable.getInstance(GameServerTable.ja va:67) at net.sf.l2j.loginserver.LoginServer.main(LoginServer.java:84) LoginServer listening on all available IPs on Port 2106 Hostname for external connections is: 127.0.0.1 Hostname for internal connections is: 127.0.0.1 Automatically creating new accounts: true new RSA keypair created Scrambled modulo value stored. Ok, Listening for gameServer on port 9014 2 banned IPs defined Stand Alone LoginServer Listening on port 2106 Telnet server is currently disabled.
|