hi,
this means that the connection where closed by the client,
not by yout Application.
(a proxy for example buffers the data and closes the connection every time).
cheers
Robert
----- Original Message -----
From: Chauhan, Anand <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 14, 2001 5:10 PM
Subject: RE: Tomcat as Service Crashing.
> Hi Rauh,
>
> I am having the same problem. Let me know if you get any positive replies.
Thanks.
>
> Good Luck,
> -Andy
>
> -----Original Message-----
> From: Christian Rauh [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 13, 2001 2:45 PM
> To: Tomcat User Discussion List
> Subject: Tomcat as Service Crashing.
>
>
> Dear People,
>
> I have set up Tomcat to work as a service in Win2000. Everything works
fine
> but it crashes after some time up. What I am getting on the stderr is the
> following:
>
> ContextManager: SocketException reading request, ignored -
> 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.io.BufferedInputStream.fill(BufferedInputStream.java:186)
> at java.io.BufferedInputStream.read(BufferedInputStream.java:204)
> at
>
org.apache.tomcat.service.http.HttpRequestAdapter.doRead(HttpRequestAdapter.
java:115)
> at
>
org.apache.tomcat.core.BufferedServletInputStream.doRead(BufferedServletInpu
tStream.java:106)
> at
>
org.apache.tomcat.core.BufferedServletInputStream.read(BufferedServletInputS
tream.java:128)
> at javax.servlet.ServletInputStream.readLine(ServletInputStream.java:138)
> at
>
org.apache.tomcat.service.http.HttpRequestAdapter.readNextRequest(HttpReques
tAdapter.java:129)
> at
>
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:195)
> at
> org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
> at
> org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
> at java.lang.Thread.run(Thread.java:484)
>
>
> Any ideas on what is causing this?
>
> Yours,
>
> Christian Rauh