]
Brian Stansberry reassigned WFLY-5885:
--------------------------------------
Issue Type: Enhancement (was: Feature Request)
Component/s: JMX
Scripts
Summary: jconsole.sh should fail fast if JBOSS_HOME is incorrect instead of
starting the console with an incorrecdt classpath (was: jconsole.sh uses incorrect
classpath if JBOSS_HOME is incorrect)
Assignee: (was: Jason Greene)
jconsole.sh should fail fast if JBOSS_HOME is incorrect instead of
starting the console with an incorrecdt classpath
--------------------------------------------------------------------------------------------------------------------
Key: WFLY-5885
URL:
https://issues.jboss.org/browse/WFLY-5885
Project: WildFly
Issue Type: Enhancement
Components: JMX, Scripts
Reporter: Cosmin Stroe
Priority: Minor
If {{$JBOSS_HOME}} is incorrectly set, we get a vague WARNING message when the script
starts, but jconsole is run and shows the GUI window. This is misleading, because
jconsole won't have the correct classpath and won't be able to connect to Wildfly,
leading to an ambiguous "Cannot connect" error.
{{jconsole.sh}} should fail fast if it cannot find the {{jboss-cli-client.jar}} and avoid
this entire confusion.