Re: X11 server at :0.0

2007-08-06 Thread Laurie Harper
, August 06, 2007 7:53 PM To: Struts Users Mailing List Subject: Re: X11 server at :0.0 Hi John. First of all try to run your appserver with the java command line option: -Djava.awt.headless=true if that is not enough, then make sure the required X libraries are installed and in the appserver

RE: X11 server at :0.0

2007-08-06 Thread John Mammen
ERFUL' documentation. I've been struggling with this issue day and night for 6 days straight now. John. -Original Message- From: Roberto Nunnari [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 7:53 PM To: Struts Users Mailing List Subject: Re: X11 server at :0.0 Hi John.

Re: X11 server at :0.0

2007-08-06 Thread Roberto Nunnari
Hi John. First of all try to run your appserver with the java command line option: -Djava.awt.headless=true if that is not enough, then make sure the required X libraries are installed and in the appserver LD_LIBRARY_PATH. Al Sutton wrote: Yup, it's a problem where the full set of required

Re: X11 server at :0.0

2007-08-06 Thread Manos Batsis
John Mammen wrote: Have any of you faced this issue while deploying an application in WAS? This is irrelevant to Struts i think... Try googling for -Dheadless=true or something. Cheers, Manos - To unsubscribe, e-mail: [E

RE: X11 server at :0.0

2007-08-06 Thread Al Sutton
Yup, it's a problem where the full set of required X11 libraries aren't installed on the machine your trying to run the webapp on and you're doing something involving graphics (e.g. drawing to a buffer and serving the image from a servlet). Best bet is to install the X libraries, next best would b