-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

Hello

I have a socket problem pretty often, when my servlets try to write on their
output stream.

Context :
*       10 httpd processes are launched
*       only 1 jserv
*       my servlets are SingleThreadModel
*       all of them run on the same 2.6 solaris machine
*       Apache version : 1.3.6
*       Jserv version : 1.0b3

Error stack trace:
------------------------
java.io.IOException: Broken pipe
java.io.IOException: Broken pipe
        at java.net.SocketOutputStream.write(Compiled Code)
        at java.io.BufferedOutputStream.flushBuffer(Compiled Code)
        at java.io.BufferedOutputStream.write(Compiled Code)
        at org.apache.jserv.JServConnection$JServOutputStream.write(Compiled
Code)
        at javax.servlet.ServletOutputStream.print(Compiled Code)
        at javax.servlet.ServletOutputStream.println(Compiled Code)
        at esm.webuser.FolderRetriever.printFolderDescRow(Compiled Code) //
this is the writing method of my servlet

Has anybody encountered this problem ?
Does anyone know where it could come from?

Thanks for you help

Marie




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to