Re: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32)

2012-03-26 Thread Colin Ingarfield
Thanks again for your help. > > > > > > > > > > -- Colin > > > > > > > > > > On Wed, Mar 21, 2012 at 10:41 AM, Filip Hanik Mailing Lists < > > > > > devli...@hanik.com> wrote: > > > > > > >

Re: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32)

2012-03-22 Thread Filip Hanik Mailing Lists
ed will show that though. > > Filip > > > > > - Original Message - > > From: "Colin Ingarfield" > > To: "Tomcat Users List" > > Sent: Thursday, March 22, 2012 8:06:14 AM > > Subject: Re: how to enable debug logging for Tomc

Re: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32)

2012-03-22 Thread Colin Ingarfield
tions during the 2 hour period :) I think > there is a loop somewhere that when it fails it just retries and retries, > logAbandoned will show that though. > > Filip > > > > > ----- Original Message - > > From: "Colin Ingarfield" > > To: "Tomcat Users List&quo

Re: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32)

2012-03-22 Thread Filip Hanik Mailing Lists
was me, I'd start pulling in something like > > Wireshark to > > see what is going on > > > > Filip > > > > - Original Message - > > > From: "Colin Ingarfield" > > > To: "Tomcat Users List" > > >

Re: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32)

2012-03-22 Thread Colin Ingarfield
iginal Message - > > From: "Colin Ingarfield" > > To: "Tomcat Users List" > > Sent: Wednesday, March 21, 2012 10:11:43 AM > > Subject: Re: how to enable debug logging for Tomcat jdbc pool (Tomcat > 6.0.32) > > > > I added the 3 abandon

Re: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32)

2012-03-22 Thread Colin Ingarfield
Chris, On Thu, Mar 22, 2012 at 7:40 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Colin, > > On 3/21/12 12:11 PM, Colin Ingarfield wrote: > > I added the 3 abandoned settings but I don't see any indication in > > the tomcat lo

Re: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32)

2012-03-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Colin, On 3/21/12 12:11 PM, Colin Ingarfield wrote: > I added the 3 abandoned settings but I don't see any indication in > the tomcat log that connections are being abandoned. I also made > the max pool size pretty small.. my application would have f

Re: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32)

2012-03-21 Thread Filip Hanik Mailing Lists
> To: "Tomcat Users List" > Sent: Wednesday, March 21, 2012 10:11:43 AM > Subject: Re: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32) > > I added the 3 abandoned settings but I don't see any indication in > the > tomcat log that connections are

Re: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32)

2012-03-21 Thread Colin Ingarfield
tries the operation. And that is the only way to get around the > problem (assuming my assumption is correct) > > > Filip > - Original Message - > > From: "Colin Ingarfield" > > To: users@tomcat.apache.org > > Sent: Wednesday, March 21, 2012 9:30:4

Re: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32)

2012-03-21 Thread Filip Hanik Mailing Lists
g > Sent: Wednesday, March 21, 2012 9:30:46 AM > Subject: Re: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32) > > My configuration: > > name="jdbc/cdb.mysql" > defaultAutoCommit="false" > driverClassName="com.mysql.j

Re: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32)

2012-03-21 Thread Colin Ingarfield
My configuration: I have testOnBorrow and validationQuery set as you suggest, so I do not think that is the issue. Thanks, Colin

Re: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32)

2012-03-21 Thread Filip Hanik Mailing Lists
- Original Message - > From: "Colin Ingarfield" > To: users@tomcat.apache.org > Sent: Wednesday, March 21, 2012 6:25:54 AM > Subject: Re: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32) > > iirc I copied the version number from th

Re: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32)

2012-03-21 Thread Filip Hanik Mailing Lists
@tomcat.apache.org > Sent: Wednesday, March 21, 2012 6:23:02 AM > Subject: Re: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32) > > Hello Filip, > > Over the weekend my application appears to have lost connectivity to > its > MySQL server. At that point in my

Re: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32)

2012-03-21 Thread Colin Ingarfield
>> Hello, >> >> I'm using the new Tomcat jdbc pool (1.1.0.1) with Tomcat 6.0.32, Ubuntu >> x86_64. I would like to increase the logging from the pool to try and >> chase down connection timeouts. > >Where your "1.1.0.1" comes from? > >It is not an official release. >Released versions of j

Re: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32)

2012-03-21 Thread Colin Ingarfield
Hello Filip, Over the weekend my application appears to have lost connectivity to its MySQL server. At that point in my logs I see these errors: 2012-03-16 18:25:18,248 ERROR [pool-3-thread-201] c.l.c.s.e.EventServiceImpl failed to store event [com.lim.cd.service.event.beans.SubscribeEvent@730c

Re: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32)

2012-03-20 Thread Konstantin Kolinko
2012/3/19 Colin Ingarfield : > Hello, > > I'm using the new Tomcat jdbc pool (1.1.0.1) with Tomcat 6.0.32, Ubuntu > x86_64.  I would like to increase the logging from the pool to try and > chase down connection timeouts. Where your "1.1.0.1" comes from? It is not an official release. Released ver

RE: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32)

2012-03-20 Thread Filip Hanik (mailing lists)
Define "connection timeouts" so that we can understand your problem to suggest for how to trace it down. What are you trying to search for. Errors would be logged as errors, and should show up with the standard configuration Filip > -Original Message- > From: Colin Ingarfield [mailto:coli