Hi all,

I'm running Tomcat3.1 on debian Linux 2.2 together with IBMJava2-13. I'm
having a serious problem with "spontaneous" freezes of tomcat. The
errormessage below is thrown and we have to restart tomcat. It arises when
we try to access a .jsp-page while requests are done against one or two
other servlets.

We have also noted through use of netstat that many connections are alive
after the request. Are we forgetting something? Do we have to close the
connection?

We are discussing updates of tomcat to 3.2 or 4. Any recomendations on
this? We also consider using Sun J2SDK instead of IBM.

Thank you for any advice,

        /david

java.net.SocketException: Connection reset by peer
at java .net.PlainSocketImpl.socketAccept(Native method)
at java.net.PlainSocketImpl.accept (PlainSocketImpl.java:430)
at java.net.ServerSocket.implAccept(ServerSocket.java:253)
at java.net.ServerSocket.Accept(ServerSocket.java:234)
at
org.apache.tomcat.service.SimpleTcpEndpoint.acceptSocket(SimpleTcpEndpoint.java:
267)
at
org.apache.tomcat.service.SimpleTcpEndpoint.acceptConnections(SimpleTcpEndpoint.
java:248)
at
org.apache.tomcat.service.RcpListenerTherad.run(SimpleTcpEndpoint.java:319)
at java.lang.Thread.run(Thread.java:498)
Endpoint ServerSocket[arrd=0.0.0.0/0.0.0.0,port=0, localport=8080]
shutdown
due to exception:
java.net.SocketException: Connection reset by peer


Reply via email to