-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Roger,
Roger Parkinson wrote: > Useful stuff, thanks. We don't use any filters in the app, but we do > have a db. I'll get them to check it out for deadlocks and get a > stacktrace. > Still a puzzle why a little demo setup gives this and the live apps > don't. It will be interesting when we know. > Anyway, good general approach advice. Just what I asked for, thanks. It also might be a connection pool exhaustion. Perhaps something in your demo environment is different, like the amount of time lag between uses of the database. If your connections are becoming stale and you're not prepared to recycle them, you might end up with a pool full of stale connections, and wait forever for a fresh one. You could also be depleting your connection pool, in which case you've got an empty pool instead of a useless one. With no other information, I'd suspect a connection leak. But since it's working in production, I'm at a loss... - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFG1Yb09CaO5/Lv0PARAoCKAKCPEzxkN7tn1HQ06ALsqinacjkJugCgmn5S ils5BTXPNv91Besoillr01Q= =VWr2 -----END PGP SIGNATURE----- --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]