You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Martin Mauri <mm...@profesi.com.ar> on 2001/06/27 20:27:32 UTC

C2: initialization error

Hi Cocooners,

Trying to startup cocoon 2 I get the following exception. I can't cop
anymore with this error, any suggestion?
It says it has to do something with the sitemap...

----------------------------------------------------------------------------
------------------------------------------------

type internal-server-error

message The sitemap handler's sitemap is not available.

description org.apache.cocoon.ProcessingException: The sitemap handler's
sitemap is not available.

sender org.apache.cocoon.servlet.CocoonServlet

source Cocoon servlet

request-uri

/cocoon/

exception

org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not
available.

path-info

stacktrace

org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not
available.
 at org.apache.cocoon.sitemap.Manager.setupProcessing(Manager.java:185)
 at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:96)
 at org.apache.cocoon.Cocoon.process(Cocoon.java:288)
 at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:442)
 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:79
7)
 at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
 at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.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)

----------------------------------------------------------------------------
------------------------------------------------
thanks in advance.

Martin


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


Re: C2: initialization error

Posted by java guru <ja...@yahoo.co.in>.
Hi Martin.,
   As you might already know., the way c2 works is  it
tries to compile the sitemap at the start-up..for some
reasons, the sitemap cannot get compiled and we would
encounter such errors. The description of error on
screen is so generalized 'coz for cocoon, the problem
is sitemap didnt get proper compilation. The cause
could be anything..which is probably described
somewhere in cocoon.log..

Best way to debug is 

1. Shutdown the cocoon and servlet engine.
2. Delete the cocoon.log
3. Restart cocoon
4. Try to access the url..it fails
5. Goto cocoon.log
6. Lots of messages there, but look for ones with some
error descriptions..you may get a clue
7. Still cannot figure out? attache the log(zip it if
needed) and send mail with very specifics of
everything to this mailing list.
8. Many people ask for specifics 'coz this error is so
generalized, its impossible to tell just from the
message..

Good luck


 --- Martin Mauri <mm...@profesi.com.ar> wrote: > Hi
Giacomo.
> 
> As the subject said, I'm using C2 over Tomcat 3.2.1
> and Windoes ME.
> This error happens when I point to
> http://localhost:8080/cocoon/ and though
> the servlet engine is working good, I get the error
> mentioned before. Any
> idea?
> 
> regards.
> 
> Martin
> 
> > There is a cocoon.log file somewhere created which
> would hold more
> > information. Please don't be sparse with
> information about your
> > problems. Tell us at least the cocoon version you
> are using, which
> > servlet engine, operation system and alike.
> >
> 
> >
> > > Hi Cocooners,
> > >
> > > Trying to startup cocoon 2 I get the following
> exception. I can't cop
> > > anymore with this error, any suggestion?
> > > It says it has to do something with the
> sitemap...
> > >
> >
> >
>
--------------------------------------------------------------------------
> --
> > > ------------------------------------------------
> > >
> > > type internal-server-error
> > >
> > > message The sitemap handler's sitemap is not
> available.
> > >
> > > description
> org.apache.cocoon.ProcessingException: The sitemap
> handler's
> > > sitemap is not available.
> > >
> > > sender org.apache.cocoon.servlet.CocoonServlet
> > >
> > > source Cocoon servlet
> > >
> > > request-uri
> > >
> > > /cocoon/
> > >
> > > exception
> > >
> > > org.apache.cocoon.ProcessingException: The
> sitemap handler's sitemap is
> not
> > > available.
> > >
> > > path-info
> > >
> > > stacktrace
> > >
> > > org.apache.cocoon.ProcessingException: The
> sitemap handler's sitemap is
> not
> > > available.
> > >  at
>
org.apache.cocoon.sitemap.Manager.setupProcessing(Manager.java:185)
> > >  at
>
org.apache.cocoon.sitemap.Manager.invoke(Manager.java:96)
> > >  at
> org.apache.cocoon.Cocoon.process(Cocoon.java:288)
> > >  at
>
org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:442)
> > >  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:79
> > > 7)
> > >  at
>
org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
> > >  at
> > >
>
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
> > > onnectionHandler.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)
> > >
> >
> >
>
--------------------------------------------------------------------------
> --
> > > ------------------------------------------------
> > > thanks in advance.
> > >
> > > Martin
> > >
> > >
> > >
>
---------------------------------------------------------------------
> > > Please check that your question has not already
> been answered in the
> > > FAQ before posting.
> <http://xml.apache.org/cocoon/faqs.html>
> > >
> > > To unsubscribe, e-mail:
> <co...@xml.apache.org>
> > > For additional commands, e-mail:
> <co...@xml.apache.org>
> > >
> > >
> > >
> > >
> >
> >
> >
>
---------------------------------------------------------------------
> > Please check that your question has not already
> been answered in the
> > FAQ before posting.
> <http://xml.apache.org/cocoon/faqs.html>
> >
> > To unsubscribe, e-mail:
> <co...@xml.apache.org>
> > For additional commands, e-mail:
> <co...@xml.apache.org>
> 
> 
>
---------------------------------------------------------------------
> Please check that your question has not already been
> answered in the
> FAQ before posting.
> <http://xml.apache.org/cocoon/faqs.html>
> 
> To unsubscribe, e-mail:
> <co...@xml.apache.org>
> For additional commands, e-mail:
> <co...@xml.apache.org>
>  

____________________________________________________________
Do You Yahoo!?
For regular News updates go to http://in.news.yahoo.com

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


Re: C2: initialization error

Posted by Martin Mauri <mm...@profesi.com.ar>.
Hi Giacomo.

As the subject said, I'm using C2 over Tomcat 3.2.1 and Windoes ME.
This error happens when I point to http://localhost:8080/cocoon/ and though
the servlet engine is working good, I get the error mentioned before. Any
idea?

regards.

Martin

> There is a cocoon.log file somewhere created which would hold more
> information. Please don't be sparse with information about your
> problems. Tell us at least the cocoon version you are using, which
> servlet engine, operation system and alike.
>

>
> > Hi Cocooners,
> >
> > Trying to startup cocoon 2 I get the following exception. I can't cop
> > anymore with this error, any suggestion?
> > It says it has to do something with the sitemap...
> >
>
> --------------------------------------------------------------------------
--
> > ------------------------------------------------
> >
> > type internal-server-error
> >
> > message The sitemap handler's sitemap is not available.
> >
> > description org.apache.cocoon.ProcessingException: The sitemap handler's
> > sitemap is not available.
> >
> > sender org.apache.cocoon.servlet.CocoonServlet
> >
> > source Cocoon servlet
> >
> > request-uri
> >
> > /cocoon/
> >
> > exception
> >
> > org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is
not
> > available.
> >
> > path-info
> >
> > stacktrace
> >
> > org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is
not
> > available.
> >  at org.apache.cocoon.sitemap.Manager.setupProcessing(Manager.java:185)
> >  at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:96)
> >  at org.apache.cocoon.Cocoon.process(Cocoon.java:288)
> >  at
org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:442)
> >  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:79
> > 7)
> >  at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
> >  at
> >
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
> > onnectionHandler.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)
> >
>
> --------------------------------------------------------------------------
--
> > ------------------------------------------------
> > thanks in advance.
> >
> > Martin
> >
> >
> > ---------------------------------------------------------------------
> > Please check that your question has not already been answered in the
> > FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> >
> > To unsubscribe, e-mail: <co...@xml.apache.org>
> > For additional commands, e-mail: <co...@xml.apache.org>
> >
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
>
> To unsubscribe, e-mail: <co...@xml.apache.org>
> For additional commands, e-mail: <co...@xml.apache.org>


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


Re: C2: initialization error

Posted by giacomo <gi...@apache.org>.
On Wed, 27 Jun 2001, Martin Mauri wrote:

There is a cocoon.log file somewhere created which would hold more
information. Please don't be sparse with information about your
problems. Tell us at least the cocoon version you are using, which
servlet engine, operation system and alike.

Giacomo

> Hi Cocooners,
>
> Trying to startup cocoon 2 I get the following exception. I can't cop
> anymore with this error, any suggestion?
> It says it has to do something with the sitemap...
>
> ----------------------------------------------------------------------------
> ------------------------------------------------
>
> type internal-server-error
>
> message The sitemap handler's sitemap is not available.
>
> description org.apache.cocoon.ProcessingException: The sitemap handler's
> sitemap is not available.
>
> sender org.apache.cocoon.servlet.CocoonServlet
>
> source Cocoon servlet
>
> request-uri
>
> /cocoon/
>
> exception
>
> org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not
> available.
>
> path-info
>
> stacktrace
>
> org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not
> available.
>  at org.apache.cocoon.sitemap.Manager.setupProcessing(Manager.java:185)
>  at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:96)
>  at org.apache.cocoon.Cocoon.process(Cocoon.java:288)
>  at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:442)
>  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:79
> 7)
>  at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
>  at
> org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
> onnectionHandler.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)
>
> ----------------------------------------------------------------------------
> ------------------------------------------------
> thanks in advance.
>
> Martin
>
>
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
>
> To unsubscribe, e-mail: <co...@xml.apache.org>
> For additional commands, e-mail: <co...@xml.apache.org>
>
>
>
>


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>