Could not delete character shortcut: An SQLException was...

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
xone
Posts: 122
Joined: Thu Nov 05, 2009 5:04 am

Could not delete character shortcut: An SQLException was...

Post by xone »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4208
L2JDP Revision Number:7418

Another one :mrgreen: report i mean :)

Code: Select all

Could not delete character shortcut: An SQLException was provoked by the following failure: java.lang.InterruptedExceptionjava.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:562)        at com.mchange.v2.c3p0.stmt.GooGooStatementCache.checkoutStatement(GooGooStatementCache.java:168)        at com.mchange.v2.c3p0.impl.NewPooledConnection.checkoutStatement(NewPooledConnection.java:277)        at com.mchange.v2.c3p0.impl.NewProxyConnection.prepareStatement(NewProxyConnection.java:199)        at com.l2jserver.gameserver.model.ShortCuts.deleteShortCutFromDb(ShortCuts.java:173)        at com.l2jserver.gameserver.model.ShortCuts.deleteShortCut(ShortCuts.java:127)        at com.l2jserver.gameserver.model.ShortCuts.deleteShortCutByObjectId(ShortCuts.java:159)        at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.removeItemFromShortCut(L2PcInstance.java:3174)        at com.l2jserver.gameserver.model.itemcontainer.PcInventory.removeItem(PcInventory.java:604)        at com.l2jserver.gameserver.model.itemcontainer.Inventory.dropItem(Inventory.java:825)        at com.l2jserver.gameserver.model.itemcontainer.PcInventory.dropItem(PcInventory.java:562)        at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.dropItem(L2PcInstance.java:4009)        at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.onDieDropItem(L2PcInstance.java:5765)        at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.doDie(L2PcInstance.java:5601)        at com.l2jserver.gameserver.model.actor.status.PcStatus.reduceHp(PcStatus.java:219)        at com.l2jserver.gameserver.model.actor.status.PcStatus.reduceHp(PcStatus.java:57)        at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.reduceCurrentHp(L2PcInstance.java:11497)        at handlers.skillhandlers.Pdam.useSkill(Pdam.java:235)        at com.l2jserver.gameserver.model.actor.L2Character.callSkill(L2Character.java:6547)        at com.l2jserver.gameserver.model.actor.L2Character.onMagicHitTimer(L2Character.java:6142)        at com.l2jserver.gameserver.model.actor.L2Character$MagicUseTask.run(L2Character.java:2581)        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(GooGooStatementCache.java:552)        ... 28 more
Second

Code: Select all

Transformation insert info:java.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:562)        at com.mchange.v2.c3p0.stmt.GooGooStatementCache.checkoutStatement(GooGooStatementCache.java:168)        at com.mchange.v2.c3p0.impl.NewPooledConnection.checkoutStatement(NewPooledConnection.java:277)        at com.mchange.v2.c3p0.impl.NewProxyConnection.prepareStatement(NewProxyConnection.java:199)        at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.transformInsertInfo(L2PcInstance.java:5146)        at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.store(L2PcInstance.java:7789)        at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.store(L2PcInstance.java:7799)        at com.l2jserver.gameserver.network.L2GameClient.saveCharToDisk(L2GameClient.java:311)        at com.l2jserver.gameserver.network.L2GameClient$AutoSaveTask.run(L2GameClient.java:736)        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)        at java.util.concurrent.FutureTask$Sync.innerRunAndReset(Unknown Source)         at java.util.concurrent.FutureTask.runAndReset(Unknown Source)        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(Unknown Source)        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(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(GooGooStatementCache.java:552)        ... 17 more 
Post Reply