Error when trying to serve URL after restarting tomcat.

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
goutam

Error when trying to serve URL after restarting tomcat.

Post by goutam » Mon Mar 03, 2003 7:19 pm

Hello !
Iam using jfreechart 0.9.6.
I get the following when i try to access the servlet containing pie-chart after restarting tomcat.

thanks,- goutam

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.(X11GraphicsEnvironment.java:125)
at java.lang.Class.forName0(Native Method).....
....................
.............

David Gilbert

Re: Error when trying to serve URL after restarting tomcat.

Post by David Gilbert » Tue Mar 04, 2003 7:32 am


Locked