Reputation: 23
I am new to using Ubuntu and JBoss Application Server, I am not able to start the JBoss 6.1.0 server using Ubuntu11.04 terminal. The command I used to start is
<JBOSS6.1.0 HOME>/bin$ ./run.sh
When I used this command to run the server, an exception is thrown in the terminal as:
Failed to boot JBoss:
java.util.MissingResourceException: Can't find bundle for base name gnu/getopt /MessagesBundle, locale en_US
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1539)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1278)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:805)
at gnu.getopt.LongOpt.<init>(Unknown Source)
at org.jboss.Main.processCommandLine(Main.java:529)
at org.jboss.Main.boot(Main.java:196)
at org.jboss.Main$1.run(Main.java:816)
at java.lang.Thread.run(Thread.java:679)
Please suggest how I can resolve this error?
Upvotes: 0
Views: 5141
Reputation: 1239
JBOSS should start normally with a clean install. Please ensure the following,
You can then try various start options to further diagnose issues...
Upvotes: 2