Micael Padraig Og mac Grene wrote: > I presently am having difficulty using the awt with servlets to do > image reconstruction work on a RedHat 7.2 Linux platfrom, because I > get the following exception, which some think is a bug in JDK 1.4, but > seems to be something Sun has tolerated intentionally
Sure it is. Check the bug parade. > My "ps aux" says: > > /etc/X11/X -auth /var/lib/kdm/authfiles/A:0-0Dqymv > > for the X11 server. Does anyone have an idea what I need to do at > this point? Everything works on a pc, of course. Naturally. The problem is most likely that your Java session does not have the correct cookie for the X-session. If you run into this again, and cannot tell it to be headless, then start a Xfb for each JVM you need to run (with the appropriate xauth commands to make it secure). -- Thorbj�rn Ravn Andersen http://biobase.dk/~tra Scandiatransplant, Skejby Hospital Brendstrupgaardsvej, Entrance 3 DK-8200 �rhus N +45 89 49 53 01 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

