07-02-2011, 01:16 PM
Помогите пожалуйста, сегодня сделал рестарт на серваке и после этого гс не загружается( вот такую ошибку бьет
что делать?
at net.sf.l2j.gameserver.GameServer.main(GameServer.java:570)
at net.sf.l2j.gameserver.GameServer.(GameServer.java:212)
Exception in thread "main" java.lang.Exception: Could not initialize the ID factory
Could not read object IDs from DB. Please Check Your Data.
================================================================-[ ID Factory ]
AutoAnnouncements Disable
GameServer: Loaded 0 Auto Announcements.
Announcements: Loaded 1 Announcements.
=============================================================-[ Announcements ]
L2World: (87 by 128) World Region Grid set up.
L2World: Setting up World Regions
=====================================================================-[ World ]
IDFactory: 102912 id's available.
at net.sf.l2j.gameserver.GameServer.main(GameServer.java:570)
at net.sf.l2j.gameserver.GameServer.(GameServer.java:185)
at net.sf.l2j.gameserver.idfactory.IdFactory.(IdFactory.java:68)
at net.sf.l2j.gameserver.idfactory.BitSetIDFactory.(BitSetIDFactory.java:63)
at net.sf.l2j.gameserver.idfactory.BitSetIDFactory.initialize(BitSetIDFactory.java:74)
at net.sf.l2j.gameserver.idfactory.IdFactory.extractUsedObjectIDTable(IdFactory.java:199)
at com.mchange.v2.c3p0.impl.NewProxyStatement.executeUpdate(NewProxyStatement.java:64)
at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1485)
at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1564)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2536)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2060)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1936)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3423)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3491)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1015)
at com.mysql.jdbc.Util.getInstance(Util.java:381)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '268529423' for key 1
BitSet ID Factory could not be initialized correctly
Cleaned 0 elements from database.
Restored 0 elements.
Updated characters online status.
ThreadPoolManager: 20 Ai Core threads prestarted...
ThreadPoolManager: 20 General Task Core threads prestarted...
ThreadPoolManager: 20 General Packets Core threads prestarted...
ThreadPoolManager: 10 I/O Core threads prestarted...
Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 1, acquireRetryAttempts -> 0, acquireRetryDelay -> 500, autoCommitOnClose -> true, automaticTestTable -> connection_test_table, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> loxjdg8g1sz0m4i3z32w2|46e45076, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> loxjdg8g1sz0m4i3z32w2|46e45076, idleConnectionTestPeriod -> 10800, initialPoolSize -> 10, jdbcUrl -> jdbc:mysql://localhost/Lineage2, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 50, maxStatements -> 0, maxStatementsPerConnection -> 100, minPoolSize -> 10, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]
Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
MLog clients using java 1.4+ standard logging.
что делать?