You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

When running the tooling test cases on a server box, you may encounter the following exception:

java.lang.NoClassDefFoundError: sun/awt/X11GraphicsEnvironment

This is not actually due to a missing class, but to the fact that certain graphics operations on these system need access to the Xserver. To overcome this issue, you need to set the DISPLAY variable to an accessible Xserver: export DISPLAY=hostname:0 in bash, for example. Make sure you can actually connect to that Xserver, e.g., by starting an xterm. The easiest way to ensure this works is by connecting to the server via X11 in the first place, then these issues should not arise.

If your server box is an X11-free zone, the following link may help: http://www.theserverside.com/discussions/thread.tss?thread_id=16049. If all else fails, just ignore the error, it is not critical. Just don't try to run the UIMA tooling on that server box (wink)

  • No labels