Hi,

currently we are using jswdk-1.0.1 for hosting a JSP-application.
In irregular periods of time the server dies with the follwing
messages:
===========================================================================

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 com.sun.web.server.ServerResponse.writeHeaders(Compiled Code)
        at com.sun.web.server.ServletOutputStreamImpl.flush(Compiled Code)
        at com.sun.web.server.ServerResponse.finish(Compiled Code)
        at com.sun.web.server.ConnectionHandler.run(Compiled Code)
HANDLER THREAD PROBLEM: java.net.SocketException: Connection reset by peer:
Connection reset by peer
java.net.SocketException: Connection reset by peer: Connection reset by peer
        at java.net.SocketInputStream.socketRead(Native Method)
        at java.net.SocketInputStream.read(Compiled Code)
        at java.net.SocketInputStream.read(Compiled Code)
        at com.sun.web.server.ServletInputStreamImpl.read(Compiled Code)
        at javax.servlet.ServletInputStream.readLine(Compiled Code)
        at com.sun.web.server.ServletInputStreamImpl.readLine(Compiled Code)
        at com.sun.web.server.ServerRequest.readNextRequest(Compiled Code)
        at com.sun.web.server.ConnectionHandler.run(Compiled Code)
Endpoint ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8888] shutdown due
to exception: java.net.SocketException: Protocol error
endpoint down: localhost/127.0.0.1:8888
Shutting down Http Server
Taking down endpoint: localhost/127.0.0.1:8888
Taking down context: pcs
com.sun.web.core.DefaultServlet: destroy
Context: com.sun.web.core.Context@cba5cc4e down
Taking down context: default
com.sun.web.core.DefaultServlet: destroy
Context: com.sun.web.core.Context@1819cc4f down
JSWDK WebServer Version 1.0.1 - shutdown
=============================================================================

Is there any idea how we can solve this problem?

Currently we are using Solaris 2.5, JDK 1.2, JSWDK-1.0.1.

Thanks!

Dieter Bauckmeier

--
Dieter Bauckmeier               email:          [EMAIL PROTECTED]
                                email privat:   [EMAIL PROTECTED]
                                phone:          +49 351 8505 436
                                fax  :          +49 351 8505 511
Multimedia Software GmbH                        http://www.mms-dresden.de
PF Bild- und Mobilkommunikation
Riesaer Strasse 5
Germany - 01129 Dresden
===================================================================
Stimm gegen SPAM!:              http://www.politik-digital.de/spam/
(unverlangte Werbe-Emails)

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to