Hi everybody,

from time to time the following error occurs in the 'event.log'-file of the
JRUN-Server.
Sometimes (maybe always - we did not know exactly) after the occurence of
this error, all opened file handles of the underlying JVM and all
connections to the database are closed and starts new with 0.
"Fortunately" the JRUN-Server doesn't crash and continues to run, moreover
the sessions are not invalidated, so that everything seemed to be okey.
Altough we like to know, why this error occurs and how we can avoid it.

best regards and thanks in advance
V. Gerstner
  (email: [EMAIL PROTECTED])


04/08 19:42:47 error (jcp) Connection reset by peer: Connection reset by
peer [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.socketRead(Compiled Code)
        at java.net.SocketInputStream.read(Compiled Code)
        at java.io.BufferedInputStream.fill(Compiled Code)
        at java.io.BufferedInputStream.read1(Compiled Code)
        at java.io.BufferedInputStream.read(Compiled Code)
        at allaire.jrun.jrpp.ProxyEndpoint.readFully(Compiled Code)
        at allaire.jrun.jrpp.ProxyEndpoint.readFully(Compiled Code)
        at allaire.jrun.jrpp.ProxyEndpoint.readInt(Compiled Code)
        at allaire.jrun.jrpp.ProxyEndpoint.readRequest(Compiled Code)
        at allaire.jrun.jrpp.ProxyService.swapRunnable(Compiled Code)
        at allaire.jrun.ThreadPool.swapRunnable(Compiled Code)
        at allaire.jrun.WorkerThread.run(Compiled Code)

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to