RE: ProcessingException from sendPage

2004-01-27 Thread Michael Gerzabek
Are you calling an internal pipeline (via cocoon://)? If so you maybe want to take a look at http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26186 Regards, Michael -- +++ GMX - die erste Adresse für Mail, Message, More +++ Bis 31.1.: TopMail + Digicam für nur 29 EUR http://www.gmx.net/topmail

Re: ProcessingException from sendPage

2004-01-25 Thread Christopher Oliver
OK. This occurs if you incorrectly call sendPage() more than once in the same invocation of your flowscript. If I have time, I'll try to put in a better error message. Christopher Oliver wrote: I get the below exception occasionally. Any ideas? org.apache.cocoon.ProcessingException: Generator

Re: ProcessingException from sendPage

2004-01-25 Thread Sylvain Wallez
Christopher Oliver wrote: OK. This occurs if you incorrectly call sendPage() more than once in the same invocation of your flowscript. If I have time, I'll try to put in a better error message. This error message can be raised by checking redirector.hasRedirected in sendPage(). Sylvain --