DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18238>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18238

Client (JSP) request abort causes "SEVERE" error in server log

           Summary: Client (JSP) request abort causes "SEVERE" error in
                    server log
           Product: Tomcat 4
           Version: 4.1.24
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I get the following stack trace in 4.1.24 whenever I the client aborts a JSP 
page request (e.g. by click back prior to a slow request being fulfilled, etc).

I see that in 4.1.21 a bug that *sounds* like this was supposedly fixed, though 
this may have been for the HTTP/1.1 connector.  This is occuring via mod_jk 
(1.2.2) and the appropriate (default) Coyote connector for AJP13.

This is absolutely 100% reproducible for me, yet I don't see it occuring in 
4.1.18.

Mar 21, 2003 5:07:16 PM org.apache.jk.common.ChannelSocket processConnection
SEVERE: Error, processing connection
java.net.SocketException: Software caused connection abort: recv failed
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.read(SocketInputStream.java:129)
        at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
        at java.io.BufferedInputStream.read1(BufferedInputStream.java:222)
        at java.io.BufferedInputStream.read(BufferedInputStream.java:277)
        at org.apache.jk.common.ChannelSocket.read(ChannelSocket.java:498)
        at org.apache.jk.common.ChannelSocket.receive(ChannelSocket.java:436)
        at org.apache.jk.common.ChannelSocket.processConnection
(ChannelSocket.java:551)
        at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:679)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run
(ThreadPool.java:619)
        at java.lang.Thread.run(Thread.java:536)

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

Reply via email to