This content has been marked as final.
Show 2 replies
-
1. Re: JMX Remote with JConsole and JBoss 5
jbossq Jun 27, 2010 11:53 PM (in response to huntp)According the jira https://jira.jboss.org/browse/JBAS-6185 and discussion http://www.jboss.com/index.html?module=bb&op=viewtopic&t=145080, this is a bug in JBoss5 and is fixed in 6.0 M1. If you need JConsole works for JBoss5, you should add LazyMBeanServer.class and MBeanServerBuilderImpl.class from lib/jboss-system-jmx.jar to bin/run.jar.
-
2. Re: JMX Remote with JConsole and JBoss 5
huntp Jun 28, 2010 4:58 AM (in response to jbossq)Hi there, thanks for the prompt reply - your suggestion worked for me