[jboss-dev-forums] [Design of Management Features on JBoss] - Question about issue
smarlow@redhat.com
do-not-reply at jboss.com
Wed Jul 8 17:29:52 EDT 2009
JOPR currently expects to use the Sun jmxremote support with AS 5.x, however, that doesn't seem to work when the following options are added to run.conf:
anonymous wrote :
| JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote"
| JAVA_OPTS="$JAVA_OPTS -Djboss.platform.mbeanserver"
| JAVA_OPTS="$JAVA_OPTS -Djavax.management.builder.initial=org.jboss.system.server.jmx.MBeanServerBuilderImpl"
|
There seems to be at least two issues at play here:
1. The org.jboss.system.server.jmx.MBeanServerBuilderImpl class is not on the system classpath, so the Sun jdk classes cannot reference it.
2. Even if MBeanServerBuilderImpl became accessible via the system classpath, it seems that we need a different kind of bridge between the Sun JDK mbeanserver and the MC hosted mbean server.
Do we need a new MBeanServerBuilderImpl and LazyMBeanServer implementation that can provide a bridge between the MC and the Sun jdk jmx code?
Ideas?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242486#4242486
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242486
More information about the jboss-dev-forums
mailing list