I am running this on windows XP.  Do I still need to do this?

Irv

Torsten Spindler wrote:
On Mon, 2003-06-23 at 15:27, Irving Salisbury III wrote:
  
ERROR   (2003-06-23) 08:02.42:903   [sitemap.serializer.fo2pdf.fop] 
(/medicaid/sequence/first/pdf) Thread-10/PDFRenderer: svg graphic could 
not be built: null
    

If you use batik for rendering SVGs you need an X-Server running or Java
configured to run headless (java.awt.headless=true). As the latter may
introduce some problems (according to
http://wiki.cocoondev.org/Wiki.jsp?page=Cocoon2.1m2SetupLinuxredhat8.0) 

I start Xvfb from a start script (on RedHat 7.3):

        export DISPLAY=:1
        if [ ! -f /tmp/.X1-lock ]; then
                /usr/X11R6/bin/Xvfb $DISPLAY -screen 0 800x600x8 &
        else
                echo "X-Server already running"
        fi

Bye,
Torsten
  
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to