[jboss-jira] [JBoss JIRA] (WFLY-1392) jconcole.sh - correct PATH for calling jconsole

Darran Lofthouse (JIRA) jira-events at lists.jboss.org
Tue Aug 20 06:41:26 EDT 2013


     [ https://issues.jboss.org/browse/WFLY-1392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Darran Lofthouse updated WFLY-1392:
-----------------------------------

    Fix Version/s: 8.0.0.Beta1

    
> jconcole.sh - correct PATH for calling jconsole 
> ------------------------------------------------
>
>                 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: Darran Lofthouse
>            Priority: Minor
>             Fix For: 8.0.0.Beta1
>
>
> 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