<snip/>

> > I am a bit stumped... anyone an idea? I don't know where to start
> > debugging actually...
>
> Look at
> org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:1126)
>
>          } finally {
>              if (ctxMap != null) ctxMap.clear();
>              try{
>                   ServletOutputStream out = res.getOutputStream();
>                   out.flush();
>                   out.close();
>              }
>              catch(Exception e){
>                log.error("Cocoon servlet threw an Exception while trying
>                to close stream.", e);
>              }
>
>          }
>
> I added this because the servlet should close the stream.

So we omitted this before?

> Maybe we should check if it's open... but them, who closed it?
> Xerces?

...very unlikely - but what else could it mean?

It turns out that resin 2.1.0 does just fine with the same .war file on the 
same machine :-/

I'll try a another machine tomorrow...

...strange...

Thanks, Nicola
--
Torsten

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to