APPARENT DEADLOCK

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
lea
Posts: 35
Joined: Wed Sep 30, 2009 9:45 pm

APPARENT DEADLOCK

Post by lea »

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

Please tell me what it is?
It spammed about 11MB of log

Code: Select all

2010.01.30 22:13:36,875	INFO	24	com.mchange.v2.resourcepool.BasicResourcePool	An exception occurred while acquiring a poolable resource. Will retry.2010.01.30 22:13:37,093	WARNING	25	com.mchange.v2.async.ThreadPoolAsynchronousRunner	com.mchange.v2.async.ThreadPoolAsynchronousRunner$DeadlockDetector@ebe4e5 -- APPARENT DEADLOCK!!! Creating emergency threads for unassigned pending tasks!2010.01.30 22:13:37,093	WARNING	25	com.mchange.v2.async.ThreadPoolAsynchronousRunner	com.mchange.v2.async.ThreadPoolAsynchronousRunner$DeadlockDetector@ebe4e5 -- APPARENT DEADLOCK!!! Complete Status: 	Managed Threads: 3	Active Threads: 3	Active Tasks: 		com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@4a4aed (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0)		com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@17d3cf1 (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1)		com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@12bfb2f (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2)	Pending Tasks: 		com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@77e5ee		com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@1989aa8		com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@1d1c7e8		com.mchange.v2.c3p0.stmt.GooGooStatementCache$1StmtAcquireTask@19b8cc6		com.mchange.v2.resourcepool.BasicResourcePool$1RefurbishCheckinResourceTask@1372b60		com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@100ba9c		com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@db607c		com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@9b913b		com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@15bf031		com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@f64eccPool thread stack traces:	Thread[com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0,5,main]		java.lang.Thread.sleep(Native Method)		com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1805)		com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)	Thread[com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1,5,main]		java.lang.Thread.sleep(Native Method)		com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1805)		com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)	Thread[com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2,5,main]		java.lang.Thread.sleep(Native Method)		com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1805)		com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547) 
Thank you.
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: APPARENT DEADLOCK

Post by JIV »

some custom mod?
lea
Posts: 35
Joined: Wed Sep 30, 2009 9:45 pm

Re: APPARENT DEADLOCK

Post by lea »

JIV wrote:some custom mod?
I have some but not essential.
..but what this error means so I could find an issue causing this.
Post Reply