RE: PLZ Help with "java.net.SocketException: Connection reset"

2007-04-30 Thread Caldarale, Charles R
> From: Lorenzo Jiménez [mailto:[EMAIL PROTECTED] > Subject: PLZ Help with "java.net.SocketException: Connection reset" > > I have this error over and over again, but I have no clue > about its meaning or where to start? > > ClientAbortException: java.net.SocketException: Connection reset Look

Re: PLZ Help with "java.net.SocketException: Connection reset"

2007-04-30 Thread Frank W. Zammetti
This generally means that the client aborted the connection before the server completed its response. Most of the time that means a user clicking Stop as a page loads, but I have seen it other times due to resource loading issues. For example, Dojo, at least through 0.3.1, was notorious for causi