-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
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
> 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
> 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
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 (
@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
> 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
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