When I am browsing  my servlets, and press refresh buton in the browser,
sometimes I get this exception in the console.
I am using JSDK WebServer 2.1

HANDLER THREAD PROBLEM: java.net.SocketException: Connection reset by peer:
JVM_recv in socket input stream read java.net.SocketException: Connection
reset by peer: JVM_recv in socket input stream read
        at java.net.SocketInputStream.socketRead(Native Method)
        at java.net.SocketInputStream.read(SocketInputStream.java:86)
        at java.net.SocketInputStream.read(SocketInputStream.java:102)
        at
com.sun.web.server.ServletInputStreamImpl.read(ServletInputStreamImpl.java:6
0)
        at
javax.servlet.ServletInputStream.readLine(ServletInputStream.java:100)
        at
com.sun.web.server.ServletInputStreamImpl.readLine(ServletInputStreamImpl.ja
va:94)
        at
com.sun.web.server.ServerRequest.readNextRequest(ServerRequest.java:56)
        at
com.sun.web.server.ConnectionHandler.run(ConnectionHandler.java:68)

Does anybody know the reason or clue?

--------------
Oscar Guindzberg
[EMAIL PROTECTED]
++54-11-4345-0537 (int. 132)

Java Development Team
Soluciones Integrales S.A.
Buenos Aires - Argentina

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to