i ran into a simmelar problems when running with jboss+catalina. i can see
that you have installed xalan 2.1.0, but the cocoon2.0 release comes with
xalan-2.2.0-D13.jar.

i got a lot of strange problems with cocoon untill i made sure that all jars
found in classpath and catalina/jboss was the same as the jars found in
cocoon/WEB-INF/lib/.

try unpack the cocoon.war and replace all use the xalan jar found there
istead of xalan 2.1.0

(this is ofcourse after you have made sure that x11 and jaxp issues are
resolved according to the faq)

mvh karl oie

-----Original Message-----
From: Andreas Rittershofer [mailto:[EMAIL PROTECTED]]
Sent: 19. desember 2001 21:01
To: [EMAIL PROTECTED]
Subject: Stuck with Cocoon 2.0 installation


I've installed:
tomcat 4.0.1
cocoon 2.0
xerces 1.4.4
xalan 2.1.0

All works fine except cocoon. I  copied the war file to $tomcathome/webapps,
I restarted tomcat,
it unpacked the war file in a directory cocoon, I put the xerces line in
cocoon.xconf and the env
variable for xerces as is said in cocoon.xconf, and I got:

Cocoon 2 - Internal server error



type internal-server-error

message The sitemap handler's sitemap is not available. Please check logs
for the exact error.

description org.apache.cocoon.ProcessingException: The sitemap handler's
sitemap is not
available. Please check logs for the exact error.

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.
Please check logs for the exact error.

path-info

stacktrace

org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not
available.
Please check logs for the exact error.
        at
org.apache.cocoon.sitemap.Manager.setupProcessing(Manager.java:244)
        at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:109)
        at org.apache.cocoon.Cocoon.process(Cocoon.java:514)
        at
org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:647)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:247)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:193)
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:243)
        at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
        at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
        at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:201)
        at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
        at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
        at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
        at
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2344)
        at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164
)
        at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
        at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.
java:170)
        at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
64)
        at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170
)
        at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
64)
        at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:462)
        at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
64)
        at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
        at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:
943)
        at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:163)
        at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
        at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
        at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
        at
org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:
1011)
        at
org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1106
)
        at java.lang.Thread.run(Thread.java:484)



I'm rather new to all this stuff and cannot figure out what is wrong here -
so any help is
appreciated!


mfg ar

--
mailto:[EMAIL PROTECTED]
http://www.rittershofer.de
PGP-Public-Key http://www.rittershofer.de/ari.htm


---------------------------------------------------------------------
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]>


---------------------------------------------------------------------
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