После рестарта данная ошибка....
Код
Exception: saveSiegeDate(): An SQLException was provoked by the following failur
e: java.lang.InterruptedException
java.sql.SQLException: An SQLException was provoked by the following failure: ja
va.lang.InterruptedException
at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:106)
at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:65)
at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:62)
at com.mchange.v2.c3p0.stmt.GooGooStatementCache.acquireStatement(GooGoo
StatementCache.java:562)
at com.mchange.v2.c3p0.stmt.GooGooStatementCache.checkoutStatement(GooGo
oStatementCache.java:168)
at com.mchange.v2.c3p0.impl.NewPooledConnection.checkoutStatement(NewPoo
ledConnection.java:277)
at com.mchange.v2.c3p0.impl.NewProxyConnection.prepareStatement(NewProxy
Connection.java:199)
at net.sf.l2j.gameserver.model.entity.Siege.saveSiegeDate(Siege.java:108
5)
at net.sf.l2j.gameserver.model.entity.Siege.saveCastleSiege(Siege.java:1
074)
at net.sf.l2j.gameserver.model.entity.Siege.endSiege(Siege.java:285)
at net.sf.l2j.gameserver.model.entity.Siege.midVictory(Siege.java:336)
at net.sf.l2j.gameserver.model.entity.Castle.setOwner(Castle.java:437)
at net.sf.l2j.gameserver.model.entity.Castle.Engrave(Castle.java:249)
at net.sf.l2j.gameserver.handler.skillhandlers.TakeCastle.useSkill(TakeC
astle.java:59)
at net.sf.l2j.gameserver.model.L2Character.callSkill(L2Character.java:53
65)
at net.sf.l2j.gameserver.model.L2Character.onMagicHitTimer(L2Character.j
ava:5106)
at net.sf.l2j.gameserver.model.L2Character$MagicUseTask.run(L2Character.
java:1795)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$301(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
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)
Caused by: java.lang.InterruptedException
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:485)
at com.mchange.v2.c3p0.stmt.GooGooStatementCache.acquireStatement(GooGoo
StatementCache.java:552)
... 21 more