Paul,

This is the error you get when no X server is running on the unix box (after a reboot for example). You can either:
- be sure an X11 server is always running (either a real one or a virtual one)
- or use JDK1.4.0 headless mode (-Djava.awt.headless=true).


Paul Gabare wrote:
Hello,

I'am using FOP 0.20.4 to create PDF with svg graphics in a servlet context on Unix or Linux (Jdk 1.3.1).

Generally it works fine, but sometimes (on the same server) I get the following exception :

java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.

at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method) at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:54)

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Class.java:115)

at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:53)

at java.awt.image.BufferedImage.createGraphics(BufferedImage.java:1006)

at org.apache.fop.svg.PDFGraphics2D.<init>(Unknown Source)

at org.apache.fop.render.pdf.PDFRenderer.renderSVGDocument(UnknownSource)

at org.apache.fop.render.pdf.PDFRenderer.renderSVGArea(Unknown Source)

at org.apache.fop.svg.SVGArea.render(Unknown Source)

at org.apache.fop.render.pdf.PDFRenderer.renderForeignObjectArea(Unknown Source)

...

Any idea ?

Thanks in advance

Eric


------------------------------------------------------------------------ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Testez le nouveau Yahoo! Mail <http://fr.mail.yahoo.com>


--
Christophe


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



Reply via email to