you really don't have to kick out all the nice batik and pdf stuff, if you run unix/linux you can use xvfb which simulates a screen, you'll have to install xfree, xfree-lib and xvfb, goto http://www.xfree86.org and get the xvfb package
then make a script that starts Xvfb and set your DISPLAY variable to :1 before you start cocoon. this solves the awt problem without running x11 on the server example: if [ "$1" = "stop" ] ; then # kill off any framebuffer running, kill kill kill :-) kill -TERM `/sbin/pidof Xvfb` elif [ "$1"="start" -o "$1"="run" ] ; then # start up a virtual framebuffer for cocoon2's rendering Xvfb :1 -screen 0 320x240x24 & fi this setsup a virtual framebuffer for x to run in, now all the batik and svg stuff works without running a real x server. mvh karl oie -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 4. oktober 2001 11:37 To: [EMAIL PROTECTED] Subject: Re: Fixes for the X11 problem are failing!!! I experience the same behaviour as below, having removed the svg and pdf references in sitemap. I also removed them from the cocoon.properties file just in case - still no joy. Hmmmm. >> ****** >> Solution 2: removing any reference to SVG and PDF. >> This should disable any call to Batik, which is the problematic library, >> requiring the X11 display >> *** >> >> Removing anything concerning SVG does not solve the problem, in the >> sitemap.xmap and the WEB-INF/. >> Note that serializer related to SVG, PDF and XML are disabled!!! Doesn't look like that: >> Thread-17/Handler: Error compiling sitemap >> java.lang.InternalError: Can't connect to X11 window server using >> 'localhost:0.0' as the value of the DISPLAY variable. >[...] >> >org.apache.batik.dom.svg.SAXSVGDocumentFactory.<init>(SAXSVGDocumentFact >ory.java:59) >> at >>org.apache.cocoon.xml.dom.SVGBuilder.<init>(SVGBuilder.java:44) >> at >> >org.apache.cocoon.serialization.SVGSerializer.<init>(SVGSerializer.java: >>46) >Here an SVG serializer is instantiated, and this causes the problem. >Since "svg2jpeg" is next to the latest one who was instantiated >correctly in the default sitemap, can you please double check that you >removed that one too? Gianugo Rabellino <[EMAIL PROTECTED]> on 03/10/2001 23:44:12 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: Fixes for the X11 problem are failing!!! Olivier, > ****** > Solution 1 : using PJA as an alternative to built-in AWT. > PJA does not require a X server to launch > *** > > Problem: > java.lang.ExceptionInInitializerError: java.lang.ClassCastException: I understand that PJA is quite old, so I'm not surprides to see this. > ****** > Solution 2: removing any reference to SVG and PDF. > This should disable any call to Batik, which is the problematic library, > requiring the X11 display > *** > > Removing anything concerning SVG does not solve the problem, in the > sitemap.xmap and the WEB-INF/. > Note that serializer related to SVG, PDF and XML are disabled!!! Doesn't look like that: > Thread-17/Handler: Error compiling sitemap > java.lang.InternalError: Can't connect to X11 window server using > 'localhost:0.0' as the value of the DISPLAY variable. [...] > org.apache.batik.dom.svg.SAXSVGDocumentFactory.<init>(SAXSVGDocumentFact ory.java:59) > at org.apache.cocoon.xml.dom.SVGBuilder.<init>(SVGBuilder.java:44) > at > org.apache.cocoon.serialization.SVGSerializer.<init>(SVGSerializer.java: 46) Here an SVG serializer is instantiated, and this causes the problem. Since "svg2jpeg" is next to the latest one who was instantiated correctly in the default sitemap, can you please double check that you removed that one too? I'll do some tests tomorrow too, and let you know. Ciao, -- Gianugo Rabellino --------------------------------------------------------------------- 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]>