Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.io.IOException: There is no process to read data written to a pipe.

807597Jun 30 2005 — edited Jul 7 2005
hi
When I restart the Application Server,apllication is working properly. After a few days when i check my Log files , I get this error message .
I am a newbie to java, so any help would be appreciated.

Exception :
ava.io.IOException: There is no process to read data written to a pipe.
at java.net.SocketOutputStream.socketWrite(Native Method)
at java.net.SocketOutputStream.write(SocketOutputStream.java(Compiled Code))
at org.apache.catalina.connector.ResponseBase.flushBuffer(ResponseBase.java(Compiled Code))
at org.apache.catalina.connector.HttpResponseBase.flushBuffer(HttpResponseBase.java(Compiled Code))
at org.apache.catalina.connector.ResponseBase.write(ResponseBase.java(Compiled Code))
at org.apache.catalina.connector.http.HttpResponseStream.write(HttpResponseStream.java(Compiled Code))

and along with this error , i get this error also
java.io.IOException: A connection with a remote socket was reset by that socket.
at java.net.SocketOutputStream.socketWrite(Native Method)
at java.net.SocketOutputStream.write(SocketOutputStream.java(Compiled Code))
at org.apache.catalina.connector.ResponseBase.flushBuffer(ResponseBase.java(Compiled Code))
at org.apache.catalina.connector.HttpResponseBase.flushBuffer(HttpResponseBase.java(Compiled Code))
at org.apache.catalina.connector.ResponseBase.write(ResponseBase.java(Compiled Code))

please help on this topic , waiting for ur reply...
.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 4 2005
Added on Jun 30 2005
2 comments
5,202 views