From: Luis C. <le...@ne...> - 2003-05-06 22:09:00
|
Hello, I'm currently evaluating StatCVS to determine if one of my current projects can benefit from it. So far I'm very impressed. However, I did run into a little problem. When I ran the statcvs task using ant on my local workstation everything went smoothly, but when I ran the same task on one of our servers I got an error message complaining about some missing font driver. Next I attempted to invoke the task remotely logged in to my workstation. This attempt resulted in the following error message: ########## STACK-TRACE ############# 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:125) .... ################################### Obviously our server has no graphics environment, and connecting to an Xfont server remotely is not a fun thing to do. Is there a way to run the statcvs task without having a local graphics environment? Thanks in advance, Luis Cruz |