You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/08/05 16:01:51 UTC

DO NOT REPLY [Bug 11466] New: - ContextManager: SocketException reading request

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=11466>.
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=11466

ContextManager: SocketException reading request

           Summary: ContextManager: SocketException reading request
           Product: Tomcat 3
           Version: 3.2.2 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: Porkstone@RedlineSoftware.co.uk


I am posting about 2kb's of XML data to a servlet, using the Ms WinHTTP 
component in a VB dll. Tomcat is running on a W2K box and is not setup as a 
service.

I have three different servers posting the exact same data, two of the  servers 
work the other causes Tomcat to hang. 

If anyone has any ideas on what could cause this I would very grateful to hear 
from them.

Regards,

Charlie 

This is the response in the console window:

2002-08-05 02:04:32 - 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(Unknown Source)
        at java.io.BufferedInputStream.fill(Unknown Source)
        at java.io.BufferedInputStream.read(Unknown Source)
        at org.apache.tomcat.service.http.HttpRequestAdapter.doRead
(HttpRequestAdapter.java:115)
        at org.apache.tomcat.core.BufferedServletInputStream.doRead
(BufferedServletInputStream.java:106)
        at org.apache.tomcat.core.BufferedServletInputStream.read
(BufferedServletInputStream.java:128)
        at javax.servlet.ServletInputStream.readLine
(ServletInputStream.java:138)
        at org.apache.tomcat.service.http.HttpRequestAdapter.readNextRequest
(HttpRequestAdapter.java:129)
        at 
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection
(HttpConnectionHandler.java:198)
        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(Unknown Source)

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>