----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hi!
Hope this is not OT.
First: We have an online commerce site  - it works great in all aspects.
We run: linux(2.2.16) with jserv 1.1.2, jssi 1.1.2, Apache 1.3.12/mod_ssl,
interbase interclient 1.514, JDK 1.3.
We run the JSSI-jar from cvs.

One small problem. Eventhough everything works we get
broken pipe errors and SSI errors looking abit like the one below.

They appear(what appears to be) randomly when pages with servlets are accessed.
There are NO exceptions in ANY other log and no exception anywhere
saying that there is an error in any of the servlets.And we really try to log all
exceptions.
So what can it be?

Would getting  JSERV from cvs solve anything?

Greatful for any ideas!

TIA
//OLAS


[15/12/2000 09:33:01:936 CET] java.io.IOException: Broken pipe
        at java.net.SocketOutputStream.socketWrite(Native Method)
        at java.net.SocketOutputStream.write(SocketOutputStream.java:83)
        at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:72)
        at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:130)
        at
org.apache.jserv.JServConnection$JServOutputStream.flush(JServConnection.java:1791)

        at
org.apache.servlet.ssi.OSServletOutputStream.flush(OSServletOutputStream.java)
        at org.apache.servlet.ssi.SSIOutputStream.flush(SSIOutputStream.java)
        at org.apache.servlet.ssi.PageParser.interpretPage(PageParser.java)
        at org.apache.servlet.ssi.PageParser.process(PageParser.java)
        at org.apache.servlet.ssi.PageParserServlet.doGet(PageParserServlet.java)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:499)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
        at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:317)
        at org.apache.jserv.JServConnection.run(JServConnection.java:188)
        at java.lang.Thread.run(Thread.java:484)



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to