You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Berin Loritsch <bl...@apache.org> on 2001/04/11 15:35:59 UTC

I have a new error in my execution of Cocon

If I specify <event-handler class="org.apache.avalon.components.pipeline.CachingEventPipeline"/>
then I get the error following.  If I use the NonCaching version, then all is well.  Is there
something else I am missing?

DEBUG   42792   [cocoon  ] (Thread-9): Error processing pipeline
org.apache.cocoon.ProcessingException: Failed to execute pipeline.:org.apache.cocoon.ProcessingException: Failed to execute
pipeline.:org.xml.sax.SAXException: IOException: java.io.EOFException

	at org.apache.cocoon.components.pipeline.NonCachingStreamPipeline.process(NonCachingStreamPipeline.java:145)

	at com.infoplanning.epos.sitemap_xmap.process(sitemap_xmap.java:1412)

	at com.infoplanning.epos.sitemap_xmap.process(sitemap_xmap.java:1020)

	at org.apache.cocoon.sitemap.Handler.process(Handler.java:153)

	at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:107)

	at org.apache.cocoon.Cocoon.process(Cocoon.java:242)

	at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:426)

	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

	at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)

	at org.apache.tomcat.core.Handler.service(Handler.java:286)

	at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)

	at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)

	at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)

	at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:210)

	at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)

	at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)

	at java.lang.Thread.run(Thread.java:484)

org.apache.cocoon.ProcessingException: Failed to execute pipeline.:org.xml.sax.SAXException: IOException: java.io.EOFException

	at org.apache.cocoon.components.pipeline.CachingEventPipeline.process(CachingEventPipeline.java:176)

	at org.apache.cocoon.components.pipeline.NonCachingStreamPipeline.process(NonCachingStreamPipeline.java:143)

	at com.infoplanning.epos.sitemap_xmap.process(sitemap_xmap.java:1412)

	at com.infoplanning.epos.sitemap_xmap.process(sitemap_xmap.java:1020)

	at org.apache.cocoon.sitemap.Handler.process(Handler.java:153)

	at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:107)

	at org.apache.cocoon.Cocoon.process(Cocoon.java:242)

	at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:426)

	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

	at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)

	at org.apache.tomcat.core.Handler.service(Handler.java:286)

	at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)

	at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)

	at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)

	at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:210)

	at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)

	at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)

	at java.lang.Thread.run(Thread.java:484)

org.xml.sax.SAXException: IOException: java.io.EOFException

	at org.apache.cocoon.components.sax.XMLByteStreamInterpreter.deserialize(XMLByteStreamInterpreter.java:64)

	at org.apache.cocoon.components.pipeline.CachingEventPipeline.process(CachingEventPipeline.java:174)

	at org.apache.cocoon.components.pipeline.NonCachingStreamPipeline.process(NonCachingStreamPipeline.java:143)

	at com.infoplanning.epos.sitemap_xmap.process(sitemap_xmap.java:1412)

	at com.infoplanning.epos.sitemap_xmap.process(sitemap_xmap.java:1020)

	at org.apache.cocoon.sitemap.Handler.process(Handler.java:153)

	at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:107)

	at org.apache.cocoon.Cocoon.process(Cocoon.java:242)

	at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:426)

	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

	at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)

	at org.apache.tomcat.core.Handler.service(Handler.java:286)

	at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)

	at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)

	at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)

	at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:210)

	at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)

	at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)

	at java.lang.Thread.run(Thread.java:484)

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: AW: I have a new error in my execution of Cocon

Posted by Berin Loritsch <bl...@apache.org>.
Carsten Ziegeler wrote:
> 
> > Von: Giacomo Pati [mailto:giacomo@apache.org]
> >
> > Quoting Berin Loritsch <bl...@apache.org>:
> >
> > > Giacomo Pati wrote:
> > > >
> > > > Quoting Berin Loritsch <bl...@apache.org>:
> > > >
> > > > > If I specify <event-handler
> > > > > class="org.apache.avalon.components.pipeline.CachingEventPipeline"/>
> > > >
> > > > My specification is <event-pipeline
> > > > class="org.apache.cocoon.components.pipeline.CachingEventPipeline"/>
> > > >
> > > > and it works for me.
> > >
> > > Hmmm.  I checked and rechecked, I did originally write the class name
> > > correctly (unfortunately, I didn't in the email).
> > >
> > > My first request returns an empty document, and my second request gets
> > > the exception below.
> > >
> > > I have all the roles specified, and I am not getting any missing
> > > component exceptions either.
> > >
> > > >
> > > > Giacomo
> > > >
> > > > > then I get the error following.  If I use the NonCaching version,
> > > then
> > > > > all is well.  Is there
> > > > > something else I am missing?
> > > > >
> > > > > DEBUG   42792   [cocoon  ] (Thread-9): Error processing pipeline
> > > > > org.apache.cocoon.ProcessingException: Failed to execute
> > > > > pipeline.:org.apache.cocoon.ProcessingException: Failed to execute
> > > > > pipeline.:org.xml.sax.SAXException: IOException:
> > > java.io.EOFException
> > > > >
> > > > >       at
> > > > >
> > > >
> > >
> > org.apache.cocoon.components.pipeline.NonCachingStreamPipeline.pro
> > cess(NonCachin
> > > > gStreamPipeline.java:145)
> > > > >
> >
> > After looking at the stacktrace I see that's the same error I get
> > when I try to
> > request the jakarta sample from the welcome page. The welcome page and (I
> > think) the other samples are working well. I haven't investigated
> > further on but
> > was astonished to see the NonCachingEventPipeline playing around
> > but I have
> > specified the CachingEventPipeline in the xconf file :?
> >
> Hmm, this is really strange.
> Please check my patch currently submitted if now everything is working.

BAM!  It works--and it works well!  I have a page that gets generated through
no less than 5 transformer stages, it now decimates the processing time from
90ms to 20ms.

Also, Thanks to Dims the cocoon.roles loading works.

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


AW: I have a new error in my execution of Cocon

Posted by Carsten Ziegeler <cz...@sundn.de>.
> Von: Giacomo Pati [mailto:giacomo@apache.org]
> 
> Quoting Berin Loritsch <bl...@apache.org>:
> 
> > Giacomo Pati wrote:
> > > 
> > > Quoting Berin Loritsch <bl...@apache.org>:
> > > 
> > > > If I specify <event-handler
> > > > class="org.apache.avalon.components.pipeline.CachingEventPipeline"/>
> > > 
> > > My specification is <event-pipeline
> > > class="org.apache.cocoon.components.pipeline.CachingEventPipeline"/>
> > > 
> > > and it works for me.
> > 
> > Hmmm.  I checked and rechecked, I did originally write the class name
> > correctly (unfortunately, I didn't in the email).
> > 
> > My first request returns an empty document, and my second request gets
> > the exception below.
> > 
> > I have all the roles specified, and I am not getting any missing
> > component exceptions either.
> > 
> > > 
> > > Giacomo
> > > 
> > > > then I get the error following.  If I use the NonCaching version,
> > then
> > > > all is well.  Is there
> > > > something else I am missing?
> > > >
> > > > DEBUG   42792   [cocoon  ] (Thread-9): Error processing pipeline
> > > > org.apache.cocoon.ProcessingException: Failed to execute
> > > > pipeline.:org.apache.cocoon.ProcessingException: Failed to execute
> > > > pipeline.:org.xml.sax.SAXException: IOException:
> > java.io.EOFException
> > > >
> > > >       at
> > > >
> > >
> > 
> org.apache.cocoon.components.pipeline.NonCachingStreamPipeline.pro
> cess(NonCachin
> > > gStreamPipeline.java:145)
> > > >
> 
> After looking at the stacktrace I see that's the same error I get 
> when I try to 
> request the jakarta sample from the welcome page. The welcome page and (I 
> think) the other samples are working well. I haven't investigated 
> further on but 
> was astonished to see the NonCachingEventPipeline playing around 
> but I have 
> specified the CachingEventPipeline in the xconf file :?
> 
Hmm, this is really strange.
Please check my patch currently submitted if now everything is working.

Carsten


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: I have a new error in my execution of Cocon

Posted by Giacomo Pati <gi...@apache.org>.
Quoting Berin Loritsch <bl...@apache.org>:

> Giacomo Pati wrote:
> > 
> > Quoting Berin Loritsch <bl...@apache.org>:
> > 
> > > If I specify <event-handler
> > > class="org.apache.avalon.components.pipeline.CachingEventPipeline"/>
> > 
> > My specification is <event-pipeline
> > class="org.apache.cocoon.components.pipeline.CachingEventPipeline"/>
> > 
> > and it works for me.
> 
> Hmmm.  I checked and rechecked, I did originally write the class name
> correctly (unfortunately, I didn't in the email).
> 
> My first request returns an empty document, and my second request gets
> the exception below.
> 
> I have all the roles specified, and I am not getting any missing
> component exceptions either.
> 
> > 
> > Giacomo
> > 
> > > then I get the error following.  If I use the NonCaching version,
> then
> > > all is well.  Is there
> > > something else I am missing?
> > >
> > > DEBUG   42792   [cocoon  ] (Thread-9): Error processing pipeline
> > > org.apache.cocoon.ProcessingException: Failed to execute
> > > pipeline.:org.apache.cocoon.ProcessingException: Failed to execute
> > > pipeline.:org.xml.sax.SAXException: IOException:
> java.io.EOFException
> > >
> > >       at
> > >
> >
> 
org.apache.cocoon.components.pipeline.NonCachingStreamPipeline.process(NonCachin
> > gStreamPipeline.java:145)
> > >

After looking at the stacktrace I see that's the same error I get when I try to 
request the jakarta sample from the welcome page. The welcome page and (I 
think) the other samples are working well. I haven't investigated further on but 
was astonished to see the NonCachingEventPipeline playing around but I have 
specified the CachingEventPipeline in the xconf file :?

Giacomo

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: I have a new error in my execution of Cocon

Posted by Berin Loritsch <bl...@apache.org>.
Giacomo Pati wrote:
> 
> Quoting Berin Loritsch <bl...@apache.org>:
> 
> > If I specify <event-handler
> > class="org.apache.avalon.components.pipeline.CachingEventPipeline"/>
> 
> My specification is <event-pipeline
> class="org.apache.cocoon.components.pipeline.CachingEventPipeline"/>
> 
> and it works for me.

Hmmm.  I checked and rechecked, I did originally write the class name
correctly (unfortunately, I didn't in the email).

My first request returns an empty document, and my second request gets
the exception below.

I have all the roles specified, and I am not getting any missing
component exceptions either.

> 
> Giacomo
> 
> > then I get the error following.  If I use the NonCaching version, then
> > all is well.  Is there
> > something else I am missing?
> >
> > DEBUG   42792   [cocoon  ] (Thread-9): Error processing pipeline
> > org.apache.cocoon.ProcessingException: Failed to execute
> > pipeline.:org.apache.cocoon.ProcessingException: Failed to execute
> > pipeline.:org.xml.sax.SAXException: IOException: java.io.EOFException
> >
> >       at
> >
> org.apache.cocoon.components.pipeline.NonCachingStreamPipeline.process(NonCachin
> gStreamPipeline.java:145)
> >
> >       at com.infoplanning.epos.sitemap_xmap.process(sitemap_xmap.java:1412)
> >
> >       at com.infoplanning.epos.sitemap_xmap.process(sitemap_xmap.java:1020)
> >
> >       at org.apache.cocoon.sitemap.Handler.process(Handler.java:153)
> >
> >       at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:107)
> >
> >       at org.apache.cocoon.Cocoon.process(Cocoon.java:242)
> >
> >       at
> > org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:426)
> >
> >       at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> >
> >       at
> > org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
> >
> >       at org.apache.tomcat.core.Handler.service(Handler.java:286)
> >
> >       at
> > org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
> >
> >       at
> > org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)
> >
> >       at
> > org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
> >
> >       at
> >
> org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConne
> ctionHandler.java:210)
> >
> >       at
> > org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
> >
> >       at
> > org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
> >
> >       at java.lang.Thread.run(Thread.java:484)
> >
> > org.apache.cocoon.ProcessingException: Failed to execute
> > pipeline.:org.xml.sax.SAXException: IOException: java.io.EOFException
> >
> >       at
> >
> org.apache.cocoon.components.pipeline.CachingEventPipeline.process(CachingEventP
> ipeline.java:176)
> >
> >       at
> >
> org.apache.cocoon.components.pipeline.NonCachingStreamPipeline.process(NonCachin
> gStreamPipeline.java:143)
> >
> >       at com.infoplanning.epos.sitemap_xmap.process(sitemap_xmap.java:1412)
> >
> >       at com.infoplanning.epos.sitemap_xmap.process(sitemap_xmap.java:1020)
> >
> >       at org.apache.cocoon.sitemap.Handler.process(Handler.java:153)
> >
> >       at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:107)
> >
> >       at org.apache.cocoon.Cocoon.process(Cocoon.java:242)
> >
> >       at
> > org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:426)
> >
> >       at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> >
> >       at
> > org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
> >
> >       at org.apache.tomcat.core.Handler.service(Handler.java:286)
> >
> >       at
> > org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
> >
> >       at
> > org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)
> >
> >       at
> > org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
> >
> >       at
> >
> org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConne
> ctionHandler.java:210)
> >
> >       at
> > org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
> >
> >       at
> > org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
> >
> >       at java.lang.Thread.run(Thread.java:484)
> >
> > org.xml.sax.SAXException: IOException: java.io.EOFException
> >
> >       at
> >
> org.apache.cocoon.components.sax.XMLByteStreamInterpreter.deserialize(XMLByteStr
> eamInterpreter.java:64)
> >
> >       at
> >
> org.apache.cocoon.components.pipeline.CachingEventPipeline.process(CachingEventP
> ipeline.java:174)
> >
> >       at
> >
> org.apache.cocoon.components.pipeline.NonCachingStreamPipeline.process(NonCachin
> gStreamPipeline.java:143)
> >
> >       at com.infoplanning.epos.sitemap_xmap.process(sitemap_xmap.java:1412)
> >
> >       at com.infoplanning.epos.sitemap_xmap.process(sitemap_xmap.java:1020)
> >
> >       at org.apache.cocoon.sitemap.Handler.process(Handler.java:153)
> >
> >       at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:107)
> >
> >       at org.apache.cocoon.Cocoon.process(Cocoon.java:242)
> >
> >       at
> > org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:426)
> >
> >       at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> >
> >       at
> > org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
> >
> >       at org.apache.tomcat.core.Handler.service(Handler.java:286)
> >
> >       at
> > org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
> >
> >       at
> > org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)
> >
> >       at
> > org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
> >
> >       at
> >
> org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConne
> ctionHandler.java:210)
> >
> >       at
> > org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
> >
> >       at
> > org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
> >
> >       at java.lang.Thread.run(Thread.java:484)
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> > For additional commands, email: cocoon-dev-help@xml.apache.org
> >
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> For additional commands, email: cocoon-dev-help@xml.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: I have a new error in my execution of Cocon

Posted by Giacomo Pati <gi...@apache.org>.
Quoting Berin Loritsch <bl...@apache.org>:

> If I specify <event-handler
> class="org.apache.avalon.components.pipeline.CachingEventPipeline"/>

My specification is <event-pipeline 
class="org.apache.cocoon.components.pipeline.CachingEventPipeline"/>

and it works for me.

Giacomo

> then I get the error following.  If I use the NonCaching version, then
> all is well.  Is there
> something else I am missing?
> 
> DEBUG   42792   [cocoon  ] (Thread-9): Error processing pipeline
> org.apache.cocoon.ProcessingException: Failed to execute
> pipeline.:org.apache.cocoon.ProcessingException: Failed to execute
> pipeline.:org.xml.sax.SAXException: IOException: java.io.EOFException
> 
> 	at
> 
org.apache.cocoon.components.pipeline.NonCachingStreamPipeline.process(NonCachin
gStreamPipeline.java:145)
> 
> 	at com.infoplanning.epos.sitemap_xmap.process(sitemap_xmap.java:1412)
> 
> 	at com.infoplanning.epos.sitemap_xmap.process(sitemap_xmap.java:1020)
> 
> 	at org.apache.cocoon.sitemap.Handler.process(Handler.java:153)
> 
> 	at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:107)
> 
> 	at org.apache.cocoon.Cocoon.process(Cocoon.java:242)
> 
> 	at
> org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:426)
> 
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> 
> 	at
> org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
> 
> 	at org.apache.tomcat.core.Handler.service(Handler.java:286)
> 
> 	at
> org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
> 
> 	at
> org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)
> 
> 	at
> org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
> 
> 	at
> 
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConne
ctionHandler.java:210)
> 
> 	at
> org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
> 
> 	at
> org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
> 
> 	at java.lang.Thread.run(Thread.java:484)
> 
> org.apache.cocoon.ProcessingException: Failed to execute
> pipeline.:org.xml.sax.SAXException: IOException: java.io.EOFException
> 
> 	at
> 
org.apache.cocoon.components.pipeline.CachingEventPipeline.process(CachingEventP
ipeline.java:176)
> 
> 	at
> 
org.apache.cocoon.components.pipeline.NonCachingStreamPipeline.process(NonCachin
gStreamPipeline.java:143)
> 
> 	at com.infoplanning.epos.sitemap_xmap.process(sitemap_xmap.java:1412)
> 
> 	at com.infoplanning.epos.sitemap_xmap.process(sitemap_xmap.java:1020)
> 
> 	at org.apache.cocoon.sitemap.Handler.process(Handler.java:153)
> 
> 	at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:107)
> 
> 	at org.apache.cocoon.Cocoon.process(Cocoon.java:242)
> 
> 	at
> org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:426)
> 
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> 
> 	at
> org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
> 
> 	at org.apache.tomcat.core.Handler.service(Handler.java:286)
> 
> 	at
> org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
> 
> 	at
> org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)
> 
> 	at
> org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
> 
> 	at
> 
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConne
ctionHandler.java:210)
> 
> 	at
> org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
> 
> 	at
> org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
> 
> 	at java.lang.Thread.run(Thread.java:484)
> 
> org.xml.sax.SAXException: IOException: java.io.EOFException
> 
> 	at
> 
org.apache.cocoon.components.sax.XMLByteStreamInterpreter.deserialize(XMLByteStr
eamInterpreter.java:64)
> 
> 	at
> 
org.apache.cocoon.components.pipeline.CachingEventPipeline.process(CachingEventP
ipeline.java:174)
> 
> 	at
> 
org.apache.cocoon.components.pipeline.NonCachingStreamPipeline.process(NonCachin
gStreamPipeline.java:143)
> 
> 	at com.infoplanning.epos.sitemap_xmap.process(sitemap_xmap.java:1412)
> 
> 	at com.infoplanning.epos.sitemap_xmap.process(sitemap_xmap.java:1020)
> 
> 	at org.apache.cocoon.sitemap.Handler.process(Handler.java:153)
> 
> 	at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:107)
> 
> 	at org.apache.cocoon.Cocoon.process(Cocoon.java:242)
> 
> 	at
> org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:426)
> 
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> 
> 	at
> org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
> 
> 	at org.apache.tomcat.core.Handler.service(Handler.java:286)
> 
> 	at
> org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
> 
> 	at
> org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)
> 
> 	at
> org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
> 
> 	at
> 
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConne
ctionHandler.java:210)
> 
> 	at
> org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
> 
> 	at
> org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
> 
> 	at java.lang.Thread.run(Thread.java:484)
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> For additional commands, email: cocoon-dev-help@xml.apache.org
> 
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org