[error] SummonId

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
DareStrike
Posts: 376
Joined: Sun May 01, 2011 1:20 pm

[error] SummonId

Post 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 
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: [error] SummonId

Post by MELERIX »

I guess SQL Statement was not able to save the summon data, due "unclosed connections" may be...
Post Reply