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

Reply via email to