this would be the web server shutting down the connection,
if you are using mod_jk, look at your mod_jk logs (or post them)
together with your workers.properties settings
Filip
Milan Cvejic wrote:
> Hello, i am getting weird warning... this is a part from log file...
> This warning is happening over and over... What can cause it?
>
> Jun 26, 2008 10:28:24 AM org.apache.jk.common.ChannelSocket
> processConnection
> WARNING: processCallbacks status 2
> Jun 26, 2008 10:28:59 AM org.apache.jk.core.MsgContext action
> WARNING: Error sending end packet
> java.net.SocketException: Broken pipe
> at java.net.SocketOutputStream.socketWrite0(Native Method)
> at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
> at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
> at org.apache.jk.common.ChannelSocket.send(ChannelSocket.java:531)
> at org.apache.jk.common.JkInputStream.endMessage(JkInputStream.java:121)
> at org.apache.jk.core.MsgContext.action(MsgContext.java:301)
> at org.apache.coyote.Response.action(Response.java:183)
> at org.apache.coyote.Response.finish(Response.java:305)
> at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:195)
> at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
> at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
> at
> org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
>
> at
> org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
>
> at
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
>
> at java.lang.Thread.run(Thread.java:619)
>
>
> Thanks for any suggestion...
>
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|