-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Kumaresh,
On 10/23/2009 9:24 AM, kumaresh P N wrote: > lately was seeing https threads waiting on > org.apache.tomcat.dbcp.pool.impl.genericobjectpool ... and all those threads > are in service state. > > Stage Time B Sent B Recv Client VHost Request > S 22714053 ms 0 KB 0 KB 1.1.1.11 1.1.1.226 POST /axis/services/hs HTTP/1.0 What tool generated this output? Waiting on "GenericObjectPool" could mean that the pool is waiting for a free connection to become available. If your code leaks connections, your pool may be exhausted. If you suspect a bug in the driver, call Microsoft, the publisher of the driver that you use. Tomcat neither includes nor supports any specific JDBC driver. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkriDCgACgkQ9CaO5/Lv0PAt6gCfQa4sun1ZoGVPCBNjUynRPpCC E24An3yrRlRt9I+NOxjwgtUCcZiEc78U =Lw9z -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
