aman0711 Report post Posted January 28, 2009 Hi all, I just used the save chart as an image stuff and it worked fine on my local machine with a locally running WAS 6.1. but when I deployed it on my Dev server which is again WAS 6.1. I am getting the following error: Error 500: Can't connect to X11 window server using 'localhost:10.0' as the value of the DISPLAY variable. and Error 500: sun/awt/X11GraphicsEnvironment Share this post Link to post Share on other sites
srividya_sharma Report post Posted January 29, 2009 Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable. For servers without a graphical interface, the above error will be thrown. The solution to your problem is to set java.awt.headless to true (requires jdk1.4 or above). This is explained here: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19252 Hope this helps. Share this post Link to post Share on other sites
aman0711 Report post Posted January 29, 2009 Thanks Srividya, That link was very helpful :-) Share this post Link to post Share on other sites