Skip to main content
Participant
September 18, 2011
Question

Jrun Startup Errors

  • September 18, 2011
  • 1 reply
  • 714 views

Good morning,

I have just installed ColdFusion 8.01 (yes...I'm behind) in a multi-server configuration.  When I attempt to run /opt/jrun4/bin/jrun, I get the following errors:

Exception in thread "main" java.lang.ExceptionInInitializerError

        at com.sun.java.swing.plaf.gtk.GTKLookAndFeel.getGTKStyleFactory(GTKLookAndFeel.java:1539)

        at com.sun.java.swing.plaf.gtk.GTKLookAndFeel.loadStyles(GTKLookAndFeel.java:1503)

        at com.sun.java.swing.plaf.gtk.GTKLookAndFeel.initialize(GTKLookAndFeel.java:1370)

        at javax.swing.UIManager.setLookAndFeel(UIManager.java:536)

        at javax.swing.UIManager.setLookAndFeel(UIManager.java:581)

        at jrunx.launcher.GUIView.main(GUIView.java:109)

        at jrunx.kernel.JRun.main(JRun.java:119)

Caused by: java.awt.HeadlessException

        at sun.java2d.HeadlessGraphicsEnvironment.getDefaultScreenDevice(HeadlessGraphicsEnvironment.java:64)

        at com.sun.java.swing.plaf.gtk.PangoFonts.<clinit>(PangoFonts.java:43)

        ... 7 more

Anyone have a clue?  I can't find this documented (per se) anywhere on the web.

Thanks and have a great day

    This topic has been closed for replies.

    1 reply

    October 4, 2011

    Looks like it is complaining because you appear to not have a graphics adapter in your server.  What JDK are you running?