Hi Antonio, the cocoon is version 2.1.9. I used to check the cocoons' logs but no exception can be found there.
Can this problem happen if the web application integrated in the portal does not response in two minutes from any reason? For example if you call an application with infinite loop, can this be the behavior of the portal? Peter Antonio Gallardo wrote: > > Hi Peter, > > I don't think the SocketException is the cause of the issue. IIRC, this > just mean a client closed connection, perhaps a timeout. > > Would you provide more info? cocoon version. Did you check the cocoon > logs? Maybe there is something. > > Best Regards, > > Antonio Gallardo. > > bary escribió: >> Hi >> >> I have developed an application using cocoon portal block. Everything was >> working but in last week we have serious problem. When I start to work >> with >> the application, some times I get Service Temporarily Unavailable error >> message. Firstly the application is processing something, but after about >> two minutes the error is thrown. In stdout there is usually the following >> exception: >> >> log4j:WARN Detected problem with connection: java.net.SocketException: >> Broken pipe >> Jun 9, 2008 9:11:40 PM 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:537) >> at >> org.apache.jk.common.JkInputStream.endMessage(JkInputStream.java:127) >> at org.apache.jk.core.MsgContext.action(MsgContext.java:305) >> 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:205) >> at >> org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283) >> at >> org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773) >> at >> org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703) >> at >> org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895) >> at >> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689) >> at java.lang.Thread.run(Thread.java:595) >> Jun 9, 2008 9:11:40 PM org.apache.jk.common.ChannelSocket >> processConnection >> WARNING: processCallbacks status 2 >> >> >> I have no idea where should I look for a problem. I tried to fix it but >> nothing was working. Has anybody an idea what should I do or where to >> look >> for a problem? >> >> >> >> Peter >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Service-Temporarily-Unavailable-and-Broken-pipe-tp17740149p17762742.html Sent from the Cocoon - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
