Сообщений: 220
Тем: 54
Зарегистрирован: Oct 2012
02-16-2013, 06:51 AM
(Сообщение последний раз редактировалось: 02-16-2013, 08:47 PM Landver.)
gorodetskiy
Вот
http://rghost.ru/43829197
Добавлено через 13 часов 55 минут
аппппппппппппп
Сообщений: 220
Тем: 54
Зарегистрирован: Oct 2012
[16.02.13 09:03:19:449] ERROR dao.CharacterPremiumDAO: CharacterPremiumDAO.insert(Player, int, Map<String, Double>):
com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '879' for key 'PRIMARY'
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
at com.mysql.jdbc.Util.getInstance(Util.java:386)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1039)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3597)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3529)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1990)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2151)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2625)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2119)
at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1362)
at org.apache.commons.dbcp.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:172)
at org.apache.commons.dbcp.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:172)
at org.mmocore.gameserver.dao.CharacterPremiumDAO.insert(CharacterPremiumDAO.java:119)
at org.mmocore.gameserver.clientpackets.CharacterCreate.initNewChar(CharacterCreate.java:294)
at org.mmocore.gameserver.clientpackets.CharacterCreate.runImpl(CharacterCreate.java:101)
at org.mmocore.gameserver.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:54)
at org.mmocore.commons.net.nio.impl.MMOExecutableQueue.run(MMOExecutableQueue.java:38)
at org.mmocore.commons.threading.RunnableStatsWrapper.execute(RunnableStatsWrapper.java:34)
at org.mmocore.commons.threading.RunnableStatsWrapper.run(RunnableStatsWrapper.java:25)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)