Page 1 of 1

[error] SummonId

Posted: Sun May 06, 2012 10:06 pm
by DareStrike
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 5316:
L2JDP Revision 8813:

what this error ?

Code: Select all

  Failed to store summon [SummonId: 14110] from Char [CharId:  ] datajava.sql.SQLException: An SQLException was provoked by the following failure: java.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(GooGooStatementCache.java:571)    at com.mchange.v2.c3p0.stmt.GooGooStatementCache.checkoutStatement(GooGooStatementCache.java:192)    at com.mchange.v2.c3p0.impl.NewPooledConnection.checkoutStatement(NewPooledConnection.java:288)    at com.mchange.v2.c3p0.impl.NewProxyConnection.prepareStatement(NewProxyConnection.java:199)    at com.l2jserver.gameserver.datatables.CharSummonTable.saveSummon(CharSummonTable.java:147)    at com.l2jserver.gameserver.model.actor.instance.L2ServitorInstance.store(L2ServitorInstance.java:309)    at com.l2jserver.gameserver.network.L2GameClient$AutoSaveTask.run(L2GameClient.java:910)    at com.l2jserver.gameserver.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:86)    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)    at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351)    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178)    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)    at java.lang.Thread.run(Thread.java:722)Caused by: java.lang.InterruptedException    at java.lang.Object.wait(Native Method)    at java.lang.Object.wait(Object.java:503)    at com.mchange.v2.c3p0.stmt.GooGooStatementCache.acquireStatement(GooGooStatementCache.java:561)    ... 15 more 

Re: [error] SummonId

Posted: Sun May 06, 2012 10:58 pm
by MELERIX
I guess SQL Statement was not able to save the summon data, due "unclosed connections" may be...