Hello,

I had the same problem with tomcat in windows environment. Its just that
when ever your connection between Tomcat and its client (mostly a web
browser) breaks (may be due to pressing stop button in the browser or due to
any other reason) it throws exception. And the exception stack trace was
printed on the console. So nothing to worry about this.

I am not too sure, but I guess your tomcat didn't hang due to this reason.
There must be some other problem with your environment as well.

Regards,
Ali.
----- Original Message -----
From: "Renato" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, December 10, 2001 5:26 PM
Subject: Connection reset by peer


> Hi all,
>
> I was looking through tomcat's log ( tomcat 3.2.4 + mod_jk under Red Hat
> 7.2 + Sun JVM 1.3.1_01 ) and I saw a lot of messages like this:
>
> java.net.SocketException: Connection reset by peer: Connection reset by
peer
>         at java.net.SocketInputStream.socketRead(Native Method)
>         at java.net.SocketInputStream.read(SocketInputStream.java:86)
>         at org.apache.tomcat.service.connector.TcpConnector.receiveFully
> (TcpConnector.java:150)
>         at org.apache.tomcat.service.connector.TcpConnector.receive
> (TcpConnector.java:121)
>         at
>
org.apache.tomcat.service.connector.Ajp13ConnectionHandler.processConnection
> (Ajp13ConnectionHandler.ja
> va:146)
>         at org.apache.tomcat.service.TcpWorkerThread.runIt
> (PoolTcpEndpoint.java:416)
>         at org.apache.tomcat.util.ThreadPool$ControlRunnable.run
> (ThreadPool.java:501)
>         at java.lang.Thread.run(Thread.java:484)
>
> After a while Tomcat starts failing to respond till it hangs completely.
>
> I've seen Sun's JVM release and already set up the 'work around'
parameters
> for Linux.
>
> Any other hint ?
>
> Thanks
> Renato.
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to