Are you using cocoon2.1 or 2.2? From the stacktrace I can make out you're using flowscript and you're using continuations as well. The problem is that these continuations time out after some time which will result in the stacktrace you see below. What you could do is catch this continuation exception and handle it by forwarding the user to some page describing his session expired.
Kind regards, Robby -----Original Message----- From: Paul Joseph [mailto:[email protected]] Sent: Friday, January 13, 2012 7:40 PM To: [email protected] Subject: connection reset? Hi there, On one (and seemingly only one) of my Cocoon application pages...if the user leaves it untouched for some number of minutes that is LESS than the session time out, when they come back and click to go to some other page, they find it has errored out. The cocoon.log is below....my questions are: why would it say "connection reset by peer"? Is that why the subsequent message says that the continuation is invalid? thx. Paul ============== WARN (2012-01-13) 12:45.48:359 [access] (/array/webtask/login/images/bsolution_o.gif) "http-bio-9090"-exec-3/CocoonServlet: ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error WARN (2012-01-13) 12:46.19:890 [access] (/array/webtask/login/images/btimelog_o.gif) "http-bio-9090"-exec-3/CocoonServlet: ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error ERROR (2012-01-13) 13:26.05:265 [sitemap.handled-errors] (/array/webtask/login/36251b2a35661f7a5c841889202f4a02531d1931.continue) "http-bio-9090"-exec-4/ErrorHandlerHelper: The continuation ID 36251b2a35661f7a5c841889202f4a02531d1931 is invalid. at <map:call> - file:///C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%207.0/webapps/array/webtask/login/sitemap.xmap:212:33 at <map:mount> - file:///C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%207.0/webapps/array/webtask/sitemap.xmap:74:62 org.apache.cocoon.components.flow.InvalidContinuationException: The continuation ID 36251b2a35661f7a5c841889202f4a02531d1931 is invalid. at <map:call> - file:///C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%207.0/webapps/array/webtask/login/sitemap.xmap:212:33 at <map:mount> - file:///C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%207.0/webapps/array/webtask/sitemap.xmap:74:62 at org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter.handleContinuation(FOM_JavaScriptInterpreter.java:792) at org.apache.cocoon.components.treeprocessor.sitemap.CallFunctionNode.invoke(CallFunctionNode.java:124) at org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:47) ..... --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
