dbcp pool evictor deadlock?

2009-06-22 Thread Eric B.
Hi, I appologize in advance for the cross-post, but I'm really not sure if this is a problem with the dbcp code or my configuration. I ran into the most troublesome deadlock over the weekend on my server, and cannot figure out how/or why this deadlock occured. Via jconsole, I was able to get

RE: dbcp pool evictor deadlock?

2009-06-22 Thread Caldarale, Charles R
From: news [mailto:n...@ger.gmane.org] On Behalf Of Eric B. Subject: dbcp pool evictor deadlock? I ran into the most troublesome deadlock over the weekend on my server Always start by telling us what version of Tomcat (and therefore which commons-dbcp) you're using. It's likely commons

Re: dbcp pool evictor deadlock?

2009-06-22 Thread Mark Thomas
Caldarale, Charles R wrote: From: news [mailto:n...@ger.gmane.org] On Behalf Of Eric B. Subject: dbcp pool evictor deadlock? I ran into the most troublesome deadlock over the weekend on my server Always start by telling us what version of Tomcat (and therefore which commons-dbcp) you're

RE: dbcp pool evictor deadlock?

2009-06-22 Thread Caldarale, Charles R
From: news [mailto:n...@ger.gmane.org] On Behalf Of Eric B. Subject: dbcp pool evictor deadlock? THREAD 1: Name: Timer-1 State: BLOCKED on org.apache.tomcat.dbcp.dbcp.poolableconnect...@1e667871 owned by: scheduling.QuartzInternal_Worker-0 Total blocked: 1 Total waited: 15,342 Stack

Re: dbcp pool evictor deadlock?

2009-06-22 Thread Eric B.
Caldarale, Charles R chuck.caldar...@unisys.com wrote in message news:0aae5ab84b013e45a7b61cb66943c172294795f...@usea-exch7.na.uis.unisys.com... From: news [mailto:n...@ger.gmane.org] On Behalf Of Eric B. Subject: dbcp pool evictor deadlock? THREAD 1: Name: Timer-1 State: BLOCKED

Re: dbcp pool evictor deadlock?

2009-06-22 Thread Mark Thomas
Eric B. wrote: Caldarale, Charles R chuck.caldar...@unisys.com wrote in message news:0aae5ab84b013e45a7b61cb66943c172294795f...@usea-exch7.na.uis.unisys.com... From: news [mailto:n...@ger.gmane.org] On Behalf Of Eric B. Subject: dbcp pool evictor deadlock? THREAD 1: Name: Timer-1 State

RE: dbcp pool evictor deadlock?

2009-06-22 Thread Caldarale, Charles R
From: ma...@apache.org Subject: RE: dbcp pool evictor deadlock? Like a number of classes, PoolableConnection extends AbandonedTrace so this isn't entirely unexpected. I really shouldn't be looking at code with a splitting headache... - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL