[jboss-jira] [JBoss JIRA] (WFLY-1392) jconcole.sh

Frank Langelage (JIRA) jira-events at lists.jboss.org
Thu May 23 17:22:06 EDT 2013


Frank Langelage created WFLY-1392:
-------------------------------------

             Summary: jconcole.sh
                 Key: WFLY-1392
                 URL: https://issues.jboss.org/browse/WFLY-1392
             Project: WildFly
          Issue Type: Bug
          Components: Scripts
    Affects Versions: 8.0.0.Alpha1
            Reporter: Frank Langelage
            Assignee: Brian Stansberry
            Priority: Minor


jconsole.sh checks for correct setting of JAVA_HOME and adds libraries from JAVA_HOME to the CLASSPATH.
But at the end, jconsole is called with out path.
So if jconsole is found somewhere else this is used.
Last line shoud be changed from
jconsole -J-Djava.class.path="$CLASSPATH"
to 
$JAVA_HOME/bin/jconsole -J-Djava.class.path="$CLASSPATH"
to make sure that libs and bin are used from the same directory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list