RE: Would like to know what might be causing this exception in servlet

2006-02-06 Thread Caldarale, Charles R
> From: Richard S. Huntrods [mailto:[EMAIL PROTECTED] > Subject: RE: Would like to know what might be causing this > exception in servlet > > I have one more. This *IS* a real error, and is caused by something > breaking between MySQL and my servlets. (Should probably star

RE: Would like to know what might be causing this exception in servlet

2006-02-06 Thread Richard S. Huntrods
Thank you Chuck and Tim for the information. I did wonder if it was a "normal" exception, now I know that it's at least nothing to worry about. I have one more. This *IS* a real error, and is caused by something breaking between MySQL and my servlets. SQL Problem: Communication link failure:

RE: Would like to know what might be causing this exception in servlet

2006-02-05 Thread Tim Lucia
-Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Sunday, February 05, 2006 1:21 AM To: Tomcat Users List Subject: RE: Would like to know what might be causing this exception in servlet > From: Richard S. Huntrods [mailto:[EMAIL PROTECTED] > Subject: Would like t

RE: Would like to know what might be causing this exception in servlet

2006-02-04 Thread Caldarale, Charles R
> From: Richard S. Huntrods [mailto:[EMAIL PROTECTED] > Subject: Would like to know what might be causing this > exception in servlet > > Feb 1, 2006 9:09:33 PM org.apache.tomcat.util.net.PoolTcpEndpoint > processSocket > SEVERE: Socket error caused by remote

Would like to know what might be causing this exception in servlet

2006-02-04 Thread Richard S. Huntrods
I am getting this exception from time to time (maybe once in a day every few days) with my application (Servlets). None of the code involved in the stack trace is my code, so I'm wondering if anyone knows what is the cause of this exception? Also, is there a workaround / fix? Thanks very much in