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 COM

Re: dbcp pool evictor deadlock?

2009-06-22 Thread Mark Thomas
Eric B. wrote: >> "Caldarale, Charles R" 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: BLOC

Re: dbcp pool evictor deadlock?

2009-06-22 Thread Eric B.
> > "Caldarale, Charles R" 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 on > > org.

Re: dbcp pool evictor deadlock?

2009-06-22 Thread Eric B.
> > 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-dbcp 1.2.2 since that's > been out for a while, but the exact version may be critical. Sor

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 >

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-

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 commo