Re: Garbage collection problem and Tomcat

2009-03-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ian, On 3/12/2009 2:03 PM, Ian Long wrote: > I'm using hibernate wrapped via the spring framework, so all connections > *should* be returned to the pool under all conditions. Do you ever obtain a java.sql.Connection object in your own code? If so, co

Re: Garbage collection problem and Tomcat

2009-03-12 Thread Gabor Kincses
k.caldar...@unisys.com> wrote: > > From: Gabor Kincses [mailto:berke...@gmail.com] > > Subject: Re: Garbage collection problem and Tomcat > > > > I like your attitude. Your bile is spilling out. The word > > *please* is not in your repertoire. Nice. > > You&#x

RE: Garbage collection problem and Tomcat

2009-03-12 Thread Caldarale, Charles R
> From: Gabor Kincses [mailto:berke...@gmail.com] > Subject: Re: Garbage collection problem and Tomcat > > I like your attitude. Your bile is spilling out. The word > *please* is not in your repertoire. Nice. You're right, I could have been kinder in my response. I&#

RE: Garbage collection problem and Tomcat

2009-03-12 Thread Caldarale, Charles R
> From: Ian Long [mailto:ian.l...@opterus.com] > Subject: Re: Garbage collection problem and Tomcat > > I'm using hibernate wrapped via the spring framework, > so all connections *should* be returned to the pool > under all conditions. Then you might want to inquire on

Re: Garbage collection problem and Tomcat

2009-03-12 Thread Ian Long
ail: ian.l...@opterus.com Phone: 416-840-8495 x666 Mobile: 416-817-9206 Web: http://www.opterus.com On 12-Mar-09, at 1:45 PM, Caldarale, Charles R wrote: From: Ian Long [mailto:ian.l...@opterus.com] Subject: Garbage collection problem and Tomcat I'm having an issue where a connection pool (

Re: Garbage collection problem and Tomcat

2009-03-12 Thread Gabor Kincses
@opterus.com] > > Subject: Garbage collection problem and Tomcat > > > > I'm having an issue where a connection pool (apache dbcp) is waiting > > forever for a connection, when I see no reason for it to do so. > > The usual cause is pool exhaustion, due to improper coding in

RE: Garbage collection problem and Tomcat

2009-03-12 Thread Caldarale, Charles R
> From: Ian Long [mailto:ian.l...@opterus.com] > Subject: Garbage collection problem and Tomcat > > I'm having an issue where a connection pool (apache dbcp) is waiting > forever for a connection, when I see no reason for it to do so. The usual cause is pool exhaust

Garbage collection problem and Tomcat

2009-03-12 Thread Ian Long
Hey All, I'm having an issue where a connection pool (apache dbcp) is waiting forever for a connection, when I see no reason for it to do so. Nothing else has the lock, as I did a stack dump of the stuck threads. I googled the problem and found a few other people who had the issue, and