It's obviuos that the server closed the connection, all that exceptions are
comming from there. Look at your server setings like connection timeout and
things that could cause it to shut down a connection. I use ApacheJServ & I
can't help you setting up your server.

Nic



-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Oscar
Guindzberg
Sent: Wednesday, March 07, 2001 4:37 PM
To: [EMAIL PROTECTED]
Subject: HANDLER THREAD PROBLEM


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

___________________________________________________________________________
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