On Wed, Oct 5, 2011 at 2:05 PM, Jon F wrote: > I have a situation where the web server became unresponsive and have been > unable to pinpoint the exact issue as to why.
> Question: Is it the error handler or the database timeouts locking up threads > that played havoc on the server or a combination of both? Also, what do you > suggest will fix it permanently? Install a full JDK and use jstack to generate a thread dump when this happens again. Then you can see what is going on and fix it. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:347956 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

