How can I find out what's breaking my sitemap?  I'm just learning C2,
and having a lot of trouble.  I've stripped a lot of the example stuff out
of a C2 webapp, and am playing with it.  I left the welcome page and a
couple of samples in.  That much was working without any trouble.  I created
an action and attempted to add it.  Now the sitemap is broken.  I undid the
changes I made to the sitemap, so I'm back to a state in which the samples
were functional.  The sitemap is still broken, and the errors that are
generated don't seem to have any kind of information as to what the problem
is.  Here's the error and stacktrace:
org.apache.cocoon.ProcessingException: Exception in
Handler:org.apache.avalon.component.ComponentException: Could not set up
Component for hint: org\apache\cocoon\www\eprojects_xmap
        at
org.apache.cocoon.sitemap.Handler.throwEventualException(Handler.java:227)
        at org.apache.cocoon.sitemap.Handler.regenerate(Handler.java:153)
        at org.apache.cocoon.sitemap.Manager.getHandler(Manager.java:175)
        at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:93)
        at org.apache.cocoon.Cocoon.process(Cocoon.java:258)
        at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:433)
        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, Matt


---------------------------------------------------------------------
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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to