At 11:20  1/12/99 -0800, you wrote:
>Hi
>
>I've a web-base client-server system:
>
>web server: IIS4 running on top of NT4 with servletrunner utility running in
>             the background
>client : running netscape on win95
>
>I noticed that everytime the client web browser is closed, an error message
>will appear on the servletrunner window. May I know whether this is normal
>and is there any remedy?
>The error message is as follow:
>
>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 (Socket InputStream.java:90)
>at sun.servlet.http.HttpInputStream.fill (HttpInputStream.java:340)
>at sun.servlet.http.HttpInputStream.readLine (HttpInputStream.java:239)
>at sun.servlet.http.HttpRequestLine.readLine (HttpRequestLine:175)
>at sun.servlet.http.HttpRequestLine.parse (HttpRequestLine.java:148)
>at sun.servlet.http.HttpRequest.next (HttpRequest.java:323)
>at sun.servlet.http.HttpServerHandler.handle Connection
>(HttpServerHandler.java:165)
>at sun.servlet.http.HttpServerHandler.run (HttpServerHandler.java:90)
>at java.lang.Thread.run (Thread.java:479)

Make sure the input stream is still open before sending any data.

___________________________________________________________________________
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