TN Startup Error -- New install on Fedora 9

When I try starting the TNConsole via webMethods6/TNConsole/bin/console.sh I get the following:

Exception in thread “main” java.lang.ExceptionInInitializerError
at com.wm.ui2.UiApplication.(UiApplication.java:46)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:219)
at com.wm.proxy.Proxy.invokeStaticMethod(Proxy.java:163)
at com.wm.app.tn.ui.proxy.TNLauncher.start(TNLauncher.java:39)
at com.wm.app.Application.start(Application.java:354)
at com.wm.app.Application.launch(Application.java:468)
at com.wm.app.tn.ui.Main.main(Main.java:26)
Caused by: java.util.MissingResourceException: Can’t find bundle for base name com.wm.ui2.resources.UiStylesRes, locale en_US
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:804)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:773)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:511)
at com.wm.ui2.UiStyles.(UiStyles.java:8)
… 8 more

I’ve tried using OpenJDK 1.6 and JRE 1.4.2-17 from Sun to no avail. It seems this is a locale problem but setting LOCALE=en_US didn’t help.

Here are the locale environment variables set by Fedora for regular users:

LANG=en_US.utf8
GDM_LANG=en_US.utf8

Looks like a JVM issue, try using the built in JVM that comes with webMethods in the “webMethods7\jvm” directory or the corresponding one in your instance. and then try and replicate if ou get the error as stated.