First attempt to use JBoss's twiddle command line tool. Both these commands:

/local/apps/jboss-as/bin $ ./twiddle.sh -H serverinfo
/local/apps/jboss-as/bin $ ./twiddle.sh -H get

Error to stdout:

Exception in thread "main" java.lang.NoClassDefFoundError: while resolving class: org.jboss.console.twiddle.Twiddle
......
Caused by: java.lang.ClassNotFoundException: java.lang.StringBuilder not found in [file:/local/apps/jboss-as/bin/twiddle.jar, file:/local/apps/jboss-as/client/jbossall-client.jar, file:/local/apps/jboss-as/client/getopt.jar, file:/local/apps/jboss-as/client/log4j.jar, file:/local/apps/jboss-as/lib/jboss-jmx.jar, file:/usr/share/java/libgcj-3.4.6.jar, file:./, core:/]

Is there a configuration setting anyone can recommend checking?

Reviewing:

docs.jboss.org

twiddle reference

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.