Bug 11508 - java.io.IOException: Broken pipe
Summary: java.io.IOException: Broken pipe
Status: CLOSED INVALID
Alias: None
Product: Apache httpd-1.3
Classification: Unclassified
Component: core (show other bugs)
Version: 1.3.23
Hardware: Sun Solaris
: P3 critical (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-06 19:07 UTC by Shiva
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shiva 2002-08-06 19:07:00 UTC
This is the stach trace of the problem:

[06/08/2002 02:22:38:137 CDT] JspServlet: unable to dispatch to requested page: 
Exception:java.io.IOException: Broken pipe
[06/08/2002 02:23:56:667 CDT] Broken pipe
java.io.IOException: Broken pipe
        at java.net.SocketOutputStream.socketWrite(Native Method)
        at java.net.SocketOutputStream.socketWrite(Compiled Code)
        at java.net.SocketOutputStream.write(Compiled Code)
        at java.io.BufferedOutputStream.write(Compiled Code)
        at org.apache.jserv.JServConnection$JServOutputStream.write(Compiled 
Code)
        at java.io.OutputStreamWriter.flushBuffer(Compiled Code)
        at java.io.OutputStreamWriter.flush(Compiled Code)
        at oracle.jsp.runtime.OracleJspWriter.flush(Compiled Code)
        at papz.threeg.myweb._jspService(Compiled Code)
        at oracle.jsp.runtime.HttpJsp.service(Compiled Code)
        at oracle.jsp.app.JspApplication.dispatchRequest(Compiled Code)
        at oracle.jsp.JspServlet.doDispatch(Compiled Code)
        at oracle.jsp.JspServlet.service(Compiled Code)
        at javax.servlet.http.HttpServlet.service(Compiled Code)
        at org.apache.jserv.JServConnection.processRequest(Compiled Code)
        at org.apache.jserv.JServConnection.run(Compiled Code)
        at java.lang.Thread.run(Compiled Code)
Whenever trying to connect to the databse using connection pool.

Environment:
Apache 1.3
Jserv 1.0
Java Servlet 2.0
JDK 1.2
Comment 1 Joshua Slive 2002-08-19 17:59:33 UTC
This bug database is only for problems with the Apache HTTP Server.  You
appear to be having problems with mod_jserv.  Unfortunately, I really don't
know where to direct you.  I don't believe that project is really supported
anymore.  You can try http://java.apache.org/ or http://jakarat.apache.org/
for an upgrade path.