Server crash

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
Locked
Lestat
Posts: 2
Joined: Wed Jul 08, 2009 9:35 pm

Server crash

Post by Lestat »

L2J Revision Number: 3279
L2JDP Revision Number: 6383

Hi everybody, I'm Lestat from L2 Armageddon. My server was working with some custom code on l2jfree, but i've decided to migrate to l2j as i think you are doing things more carefully. Nowadays i have this problem on my two live servers:

Code: Select all

com.mchange.v2.resourcepool.BasicResourcePool@7cfefe3f -- an attempt to checkout a resource was interrupted, and the pool is still live: some other thread must have either interrupted the Thread attempting checkout!java.lang.InterruptedException        at java.lang.Object.wait(Native Method)        at com.mchange.v2.resourcepool.BasicResourcePool.awaitAvailable(BasicResourcePool.java:1315)        at com.mchange.v2.resourcepool.BasicResourcePool.prelimCheckoutResource(BasicResourcePool.java:557)        at com.mchange.v2.resourcepool.BasicResourcePool.checkoutResource(BasicResourcePool.java:477)        at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:525)        at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(AbstractPoolBackedDataSource.java:128)        at net.sf.l2j.L2DatabaseFactory.getConnection(L2DatabaseFactory.java:220)        at net.sf.l2j.gameserver.model.L2ItemInstance.updateInDb(L2ItemInstance.java:1471)        at net.sf.l2j.gameserver.model.L2ItemInstance.updateDatabase(L2ItemInstance.java:1295)        at net.sf.l2j.gameserver.model.L2ItemInstance.updateDatabase(L2ItemInstance.java:1272)        at net.sf.l2j.gameserver.model.itemcontainer.ItemContainer.destroyItem(ItemContainer.java:435)        at net.sf.l2j.gameserver.model.itemcontainer.PcInventory.destroyItem(PcInventory.java:426)        at net.sf.l2j.gameserver.model.itemcontainer.PcInventory.destroyItemByItemId(PcInventory.java:474)        at net.sf.l2j.gameserver.model.actor.instance.L2PcInstance.destroyItemByItemId(L2PcInstance.java:3541)        at net.sf.l2j.gameserver.model.actor.L2Character.onMagicHitTimer(L2Character.java:6253)        at net.sf.l2j.gameserver.model.actor.L2Character$MagicUseTask.run(L2Character.java:2647)        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)        at java.util.concurrent.FutureTask.run(FutureTask.java:138)        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)        at java.lang.Thread.run(Thread.java:619) 
If more information about my server configuration is needed just tell me. Thank you for any advice on solving this issue.
Last edited by Lestat on Wed Jul 08, 2009 11:54 pm, edited 1 time in total.
Lestat
Posts: 2
Joined: Wed Jul 08, 2009 9:35 pm

Re: Server crash

Post by Lestat »

Solved, my fault on porting.
Locked