> 
> Hello,
> 
> We have the same problem with Apache 1.3.28...
> How we can change the expiration time for continuations?

look for "ttl" in configuration

> Like you, the problem does not occur in the develop-environment
> (eclipse/tomcat).
> 
> We are using Cocoon 2.1.4. (production requirement).
> After a big number of InvalidContinuationException and broken 
> pipe events,
> cocoon flow scripts are frozen but we can continue to use Cocoon pages
> without flowscript...

Hmmm, perhaps I am being to simplistic here, but you are bot running the apps 
behind a proxy, right? That is the big difference with running locally. The url 
for the continuation parts typically shouldn't be cached in mod_cache. So, 
could it be, that for example the fisrt request gets to cocoon, and cocoon for 
example return a form with a continuation id. This page is cached within 
mod_proxy for x minutes. The first user fills in the form and submits it. 
Right, the continuation can be cleared by cocoon. The second request comes in 
for the form, mod_cache delivers the cached page because it was still valid, 
but gives the page with a continuation that is closed already! 

Might this be the situation? In case of yes, come to the cocoon gt next year, 
then you would have learned it all :-) 

http://wiki.apache.org/cocoon/GT2006Notes
http://wiki.apache.org/cocoon-data/attachments/GT2006Notes/attachments/10-caching.pdf

Regards Ard

> 
> An idea?
> 
> Thx!!!
> 
> Guillaume
> 
> -----Message d'origine-----
> De : Antonio Gallardo [mailto:[EMAIL PROTECTED] 
> Envoyé : samedi 4 février 2006 06:45
> À : [email protected]
> Objet : Re: InvalidContinuationException / Apache 2 / mod_proxy
> 
> [EMAIL PROTECTED] wrote:
> 
> >Hi all,
> >
> >we're encountering a problem with our
> >Cocoon application using Cocoon within
> >Tomcat, which is behind an Apache 2.0
> >server running mod_proxy module.
> >
> >The InvalidContinuationException does not
> >occur in the develop-environment (eclipse/tomcat).
> >The other weird thing is, the error isn't
> >absolutely reproducible - sometimes it occurs
> >earlier in the flow, sometimes later.
> >  
> >
> Can it be a session timeout? All the continuations have an 
> expiration time.
> 
> Best Regards,
> 
> Antonio Gallardo.
> 
> >Any suggestions what the problem could be?
> >
> >Thx in advance,
> >Sandor
> >
> >  
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> This message contains information that may be privileged or 
> confidential and is the property of the Capgemini Group. It 
> is intended only for the person to whom it is addressed. If 
> you are not the intended recipient,  you are not authorized 
> to read, print, retain, copy, disseminate,  distribute, or 
> use this message or any part thereof. If you receive this  
> message in error, please notify the sender immediately and 
> delete all  copies of this message.
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to