amit
Location : Boston
Member since : Jun 16, 2003
Messages : 11
|
Mar 31, 2004 at 7:33 PM
Hi,
I have configured my application to run on several OS/AppServer combinations, but am unable to do so on AIX running JDK 1.3.1 and Tomcat. I get the following error despite everything having been set the same as on systems which are running PJA without any problem.
java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
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:77)
at java.lang.Class.forName1(Native Method)
at java.lang.Class.forName(Class.java(Compiled Code))
at sun.java2d.SunGraphicsEnvironment.<init>(SunGraphicsEnvironment.java:126)
at com.eteks.java2d.PJAGraphicsEnvironment.<init>(PJAGraphicsEnvironment.java:66)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java(Compiled Code))
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:72)
Please help if you have encountered this or know of a solution.
Thanks,
Amit
|