Jrun Startup Errors
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
