» Find Revision
L2J Revision Number:4215
L2JDP Revision Number:7427
Got this 5 minutes ago:
Code: Select all
Error could not delete skill: 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.actor.instance.L2PcInstance.removeSkill(L2PcInstance.java:8153) at com.l2jserver.gameserver.model.L2Augmentation.removeBonus(L2Augmentation.java:162) at com.l2jserver.gameserver.model.itemcontainer.Inventory$ItemSkillsListener.notifyUnequiped(Inventory.java:290) at com.l2jserver.gameserver.model.itemcontainer.Inventory.setPaperdollItem(Inventory.java:1079) at com.l2jserver.gameserver.model.itemcontainer.Inventory.unEquipItemInBodySlot(Inventory.java:1290) at com.l2jserver.gameserver.model.itemcontainer.Inventory.unEquipItemInBodySlotAndRecord(Inventory.java:1183) at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.disarmWeapons(L2PcInstance.java:6693) at com.l2jserver.gameserver.skills.effects.EffectDisarm.onStart(EffectDisarm.java:54) at com.l2jserver.gameserver.model.L2Effect.setInUse(L2Effect.java:319) at com.l2jserver.gameserver.model.CharEffectList.addEffectFromQueue(CharEffectList.java:815) at com.l2jserver.gameserver.model.CharEffectList.queueRunner(CharEffectList.java:574) at com.l2jserver.gameserver.model.CharEffectList.queueEffect(CharEffectList.java:544) at com.l2jserver.gameserver.model.actor.L2Character.addEffect(L2Character.java:2722) at com.l2jserver.gameserver.model.L2Effect.startEffectTask(L2Effect.java:383) at com.l2jserver.gameserver.model.L2Effect.scheduleEffect(L2Effect.java:512) at com.l2jserver.gameserver.model.L2Skill.getEffects(L2Skill.java:2415) at handlers.skillhandlers.Disablers.useSkill(Disablers.java:185) 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) ... 31 more