You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2001/01/17 20:33:24 UTC

BugRat Report #792 has been filed.

Bug report #792 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/792>

REPORT #792 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: webbug
State: received
Priority: medium
Severity: critical
Confidence: public
Environment: 
   Release: Tomcat 3.2.1
   JVM Release: 1.2.2
   Operating System: Solaris
   OS Release: Solaris 2.7
   Platform: Unix 

Synopsis: 
Server throws an request exception for  every request

Description:
When a JSP page is Requestes the page gets displayed well, but on the server console this error is thrown.

2001-01-17 02:06:09 - ContextManager: SocketException reading request, ignored - java.net.SocketException: Connection reset by peer
        at java.net.PlainSocketImpl.socketAvailable(Native Method)
        at java.net.PlainSocketImpl.socketAvailable(Compiled Code)
        at java.net.PlainSocketImpl.available(Compiled Code)
        at java.net.SocketInputStream.available(Compiled Code)
        at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(Compiled Code)
        at org.apache.tomcat.service.TcpWorkerThread.runIt(Compiled Code)
        at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(Compiled Code)
        at java.lang.Thread.run(Compiled Code)