I looked at your cocoon.log and this is where your sitemap compilation
fails:
ERROR   51042   [cocoon  ] (Thread-32): Error compiling sitemap
java.lang.NoClassDefFoundError:
org/apache/batik/dom/svg/SVGDOMImplementation
    at 
    at org.apache.cocoon.xml.dom.SVGBuilder.<init>(SVGBuilder.java:59)

Commenting out all of the SVG components in the sitemap file will probably
allow you to compile the sitemap and get cocoon working without the SVG
support.  Unfortunately I don't know enough about Java, Cocoon and Batik to
help you troubleshoot this particular error.  I had a similar problem with
the SVG components, but it was due to the fact I wasn't running an Xserver
on my linux box and I was able to fix it by installing Xvfb.

Good luck with it.

-- 
Eirik

> From: "Sylvain PERROT" <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Fri, 8 Jun 2001 15:29:47 +0200
> To: <[EMAIL PROTECTED]>
> Subject: Re: Cocoon 2 with Tomcat 3.2.2
> 
> here is my cocoon.log file ...
> 
> I also check on the archive regarding the same type of error and nothing is
> resolving my problem ...
> 
> Best,
> 
> Sylvain P.
> 
> ----- Original Message -----
> From: "Eirik Dentz" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, June 08, 2001 2:51 PM
> Subject: Re: Cocoon 2 with Tomcat 3.2.2
> 
> 
>> Check your cocoon.log which should be in
>> $TOMCAT_HOME/webapps/cocoon/WEB-INF/log/  Look for the error message just
>> prior to this one.  That should tell you why the sitemap didn't compile
>> properly.
>> 
>> Then you might want to search the mailing list archive here:
>> http://marc.theaimsgroup.com/?l=xml-cocoon-users&r=1&w=2
>> 
>> Hope that helps.
>> --
>> Eirik Dentz
>> 
>> email: [EMAIL PROTECTED]
>> Home:  212-388-0824
>> Work:  212-455-9830
>> 
>> From: "Sylvain PERROT" <[EMAIL PROTECTED]>
>> Reply-To: [EMAIL PROTECTED]
>> Date: Fri, 8 Jun 2001 14:39:36 +0200
>> To: <[EMAIL PROTECTED]>
>> Subject: Cocoon 2 with Tomcat 3.2.2
>> 
>> 
>> I installed cocoon on 2 differents boxes :
>> - one is Windows 2k professional with IIS Server and Tomcat 3.2.2
>> - the other is a Linux (Slackware) with Apache and Tomcat 3.2.2
>> 
>> The installation went well on both boxes.
>> 
>> Tomcat is running perfectly ...
>> but on the linux box, when I try to access to the /cocoon folder (
>> http://mx.grotte.org/cocoon ), I have an Internal Server Error with the
>> following message :
>> 
>> Cocoon 2 - Internal server error
>> 
>> 
>> 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
>> 
>> stacktraceorg.apache.cocoon.ProcessingException: The sitemap handler's
>> sitemap is not available.
>> at org.apache.cocoon.sitemap.Manager.setupProcessing(Manager.java:179)
>> at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:93)
>> at org.apache.cocoon.Cocoon.process(Cocoon.java:293)
>> at
>> org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:471)
>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>> at
>> org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
>> at org.apache.tomcat.core.Handler.service(Handler.java:287)
>> 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:213)
>> at
>> org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
>> at
>> org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
>> at java.lang.Thread.run(Thread.java:479)
>> exceptionorg.apache.cocoon.ProcessingException: The sitemap handler's
>> sitemap is not available.
>> 
>> request-uri/cocoon/
>> 
>> path-info
>> 
>> I followed the installation process twice (I also remove the
>> $tomecat_home/work folder before accessing to the cocoon directory) ..
>> 
>> I think I am now stuck ...
>> 
>> Can you help me please :)
>> 
>> Thanks,
>> 
>> Sylvain PERROT
>> 
>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> 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]>


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