08-19-2012, 05:43 PM
Сборка: L2jFrozen
После выключения сервера появилась ошибка:
После выключения сервера появилась ошибка:
BitSet ID Factory could not be initialized correctly
com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Dupl
icate entry '268478585' for key 'PRIMARY'
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
at com.mysql.jdbc.Util.getInstance(Util.java:382)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1039)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3603)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3535)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1989)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2150)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)
at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1664)
at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1583)
at com.mchange.v2.c3p0.impl.NewProxyStatement.executeUpdate(NewProxyStat
ement.java:64)
at com.l2jfrozen.gameserver.idfactory.IdFactory.extractUsedObjectIDTable
(IdFactory.java:242)
at com.l2jfrozen.gameserver.idfactory.BitSetIDFactory.initialize(BitSetI
DFactory.java:87)
at com.l2jfrozen.gameserver.idfactory.BitSetIDFactory.<init>(BitSetIDFac
tory.java:75)
at com.l2jfrozen.gameserver.idfactory.IdFactory.<clinit>(IdFactory.java:
113)
at com.l2jfrozen.gameserver.GameServer.main(GameServer.java:219)
IDFactory: 102912 id's available.
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 com.l2jfrozen.gameserver.GameServer.main(GameServer.java:222)