You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by John Parrish <jo...@totcon.com> on 2000/02/10 19:00:14 UTC

Strange Tomcat Exception

When I click either the /jsp or /servlets example under directory listing
/examples I get the following exception:

HANDLER THREAD PROBLEM: java.io.IOException: Broken pipe
java.io.IOException: Broken pipe
        at java.net.SocketOutputStream.socketWrite(Native Method)
        at java.net.SocketOutputStream.write(Compiled Code)
        at
org.apache.tomcat.service.http.HttpResponseAdapter.doWrite(Compiled Code)
        at
org.apache.tomcat.core.BufferedServletOutputStream.doWrite(Compiled Code)
        at
org.apache.tomcat.core.BufferedServletOutputStream.reallyFlush(Compiled
Code)
        at org.apache.tomcat.core.Response.finish(Compiled Code)
        at org.apache.tomcat.core.ContextManager.service(Compiled Code)
        at
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection
(Compiled Code)
        at org.apache.tomcat.service.TcpConnectionThread.run(Compiled Code)
        at java.lang.Thread.run(Compiled Code)

I am running the 3.0 release of Tomcat with Apache 1.3.9  Any ideas on what
may cause this?
Thanks!

John Parrish