Re: DBCP borrowObject failed: null

2002-10-18 Thread Felipe Schnack
Hey, when you got all the connection from the pool and want to get more the datasource throws an exception??? I thougth it would lock the request thread... On Thu, 2002-10-17 at 00:56, Craig R. McClanahan wrote: > > > On 16 Oct 2002, Leo Przybylski wrote: > > > Date: 16 Oct 2002 17:06:22 -070

Re: DBCP borrowObject failed: null

2002-10-18 Thread Leo Przybylski
Craig, Perhaps I misunderstand MaxActive. I have it set for 40, so naturally, I would expect it to allow up to 40 connections. The number of mysqld processes never exceeds 12 though. Is there something I am missing? Does the number of mysqld processes not mean the number of open mysql database con

Re: DBCP borrowObject failed: null

2002-10-18 Thread Felipe Schnack
This is a know bug or what?? On Thu, 2002-10-17 at 13:50, Leo Przybylski wrote: > Yes, it returns the exceptionally immediately ignoring the maxWait > parameter. > > -Leo > http://www.foopan.ath.cx > > On Thu, 2002-10-17 at 03:40, Felipe Schnack wrote: > > Hey, when you got all the connectio

Re: DBCP borrowObject failed: null

2002-10-18 Thread Leo Przybylski
Yes, it returns the exceptionally immediately ignoring the maxWait parameter. -Leo http://www.foopan.ath.cx On Thu, 2002-10-17 at 03:40, Felipe Schnack wrote: > Hey, when you got all the connection from the pool and want to get > more the datasource throws an exception??? I thougth it would loc

RE: DBCP borrowObject failed: null

2002-10-18 Thread Leo Przybylski
--- > > From: Craig R. McClanahan [mailto:craigmcc@;apache.org] > > Sent: Wednesday, October 16, 2002 8:56 PM > > To: Tomcat Users List > > Subject: Re: DBCP borrowObject failed: null > > > > > > > > > > On 16 Oct 2002, Leo Przybylski wrot

RE: DBCP borrowObject failed: null

2002-10-16 Thread Matt Raible
R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 16, 2002 8:56 PM > To: Tomcat Users List > Subject: Re: DBCP borrowObject failed: null > > > > > On 16 Oct 2002, Leo Przybylski wrote: > > > Date: 16 Oct 2002 17:06:22 -0700 > > From

Re: DBCP borrowObject failed: null

2002-10-16 Thread Craig R. McClanahan
On 16 Oct 2002, Leo Przybylski wrote: > Date: 16 Oct 2002 17:06:22 -0700 > From: Leo Przybylski <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: DBCP borrowObject failed: null > > Hello, > > I am getting the above error after several reque