=================================================
[16:07:28] INFO Project Revision: ........ L2s [21212]
[16:07:28] INFO Build Revision: .......... 7240
[16:07:28] INFO Update: .................. Epic Tale of Aden: Underground
[16:07:28] INFO Build date: .............. 2016.02.10 04:34
[16:07:28] INFO Compiler version: ........ 1.8.0_60-b27 (Oracle Corporation)
=================================================
Код:
[21:08:46] WARN Unknown quest 350 for player ╨Т╨░╤А╤М╤П
[21:08:46] ERROR could not insert char quest:
java.sql.BatchUpdateException: You have an error in your SQL syntax; check the m
anual that corresponds to your MySQL server version for the right syntax to use
near 'ANB id=350' at line 1
at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStateme
nt.java:1819)
at com.mysql.jdbc.PreparedStatement.executeBatch(PreparedStatement.java:
1281)
at org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingSt
atement.java:297)
at org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingSt
atement.java:297)
at l2s.gameserver.model.quest.Quest.restoreQuestStates(Quest.java:330)
at l2s.gameserver.model.Player.restore(Player.java:5381)
at l2s.gameserver.network.l2.GameClient.loadCharFromDisk(GameClient.java
:213)
at l2s.gameserver.network.l2.c2s.CharacterSelected.runImpl(CharacterSele
cted.java:45)
at l2s.gameserver.network.l2.c2s.L2GameClientPacket.run(L2GameClientPack
et.java:49)
at l2s.commons.net.nio.impl.MMOExecutableQueue.run(MMOExecutableQueue.ja
va:56)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
at l2s.commons.threading.PriorityThreadFactory$1.run(PriorityThreadFacto
ry.java:35)
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have a
n error in your SQL syntax; check the manual that corresponds to your MySQL serv
er version for the right syntax to use near 'ANB id=350' at line 1
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:389)
at com.mysql.jdbc.Util.getInstance(Util.java:372)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:980)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3835)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3771)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2435)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2582)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2535)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.ja
va:1911)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java
:2145)
at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStateme
nt.java:1777)
... 13 more