[jboss-jira] [JBoss JIRA] (WFLY-1392) jconcole.sh - correct PATH for calling jconsole
RH Bugzilla Integration (JIRA)
jira-events at lists.jboss.org
Tue Sep 3 10:25:03 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
RH Bugzilla Integration updated WFLY-1392:
------------------------------------------
Bugzilla Update: (was: Perform)
Bugzilla References: (was: https://bugzilla.redhat.com/show_bug.cgi?id=900737)
> 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