DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29375>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29375 [ERROR] JkCoyoteHandler - -Error in action code Summary: [ERROR] JkCoyoteHandler - -Error in action code Product: Tomcat 4 Version: 4.1.27 Platform: Other OS/Version: AIX Status: NEW Severity: Normal Priority: Other Component: Connector:JK/AJP (deprecated) AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I am seeing following errors spitting on catalina.out file, but it doesn't affect any flow of my application [ERROR] JkCoyoteHandler - -Error in action code <java.io.IOException: There is no process to read data written to a pipe.>java.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.jk.common.ChannelSocket.send(ChannelSocket.java(Inlined Compiled Code)) at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java (Compiled Code)) at org.apache.jk.server.JkCoyoteHandler.action(JkCoyoteHandler.java (Compiled Code)) at org.apache.coyote.Response.action(Response.java(Compiled Code)) at org.apache.coyote.Response.finish(Response.java:343) at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:268) at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:360) at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java (Compiled Code)) at org.apache.jk.common.ChannelSocket.processConnection (ChannelSocket.java:562) at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:679) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run (ThreadPool.java:619) at java.lang.Thread.run(Thread.java:513) [ERROR] ChannelSocket - -Error, processing connection <java.net.SocketException: A connection with a remote socket was reset by that socket.: A connection with a remote socket was reset by that socket.>java.net.SocketException: A connection with a remote socket was reset by that socket.: A connection with a remote socket was reset by that socket. at java.net.SocketInputStream.socketRead(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java(Compiled Code)) at java.io.BufferedInputStream.fill(BufferedInputStream.java(Compiled Code)) at java.io.BufferedInputStream.read1(BufferedInputStream.java(Compiled Code)) at java.io.BufferedInputStream.read(BufferedInputStream.java(Compiled Code)) at org.apache.jk.common.ChannelSocket.read(ChannelSocket.java(Compiled Code)) at org.apache.jk.common.ChannelSocket.receive(ChannelSocket.java (Compiled Code)) at org.apache.jk.common.ChannelSocket.processConnection (ChannelSocket.java:551) at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:679) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run (ThreadPool.java:619) at java.lang.Thread.run(Thread.java:513) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]