[jboss-user] [Management, JMX/JBoss] - Re: service URL

michele.curioni do-not-reply at jboss.com
Tue Nov 11 06:21:18 EST 2008


The connection works, but you will only see MBeans that are registered with the JVM MBeanServer, not the MBeans deployed in JBoss MBean Server.

I tried using -Djboss.platform.mbeanserver in JBoss 4.2 in order to have only one MBean server, but I got an exception at startup:

11:11:55,241 INFO  [Server] Root Deployment Filename: jboss-service.xml
Failed to boot JBoss:
javax.management.InstanceNotFoundException: JMImplementation:service=LoaderRepository,name=Default
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1010)
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:804)
        at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
        at org.jboss.system.server.ServerImpl.initBootLibraries(ServerImpl.java:628)
        at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:429)
        at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
        at org.jboss.Main.boot(Main.java:200)
        at org.jboss.Main$1.run(Main.java:508)
        at java.lang.Thread.run(Thread.java:595)


Any idea how to fix this?

Thanks,
Michele

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4188433#4188433

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4188433



More information about the jboss-user mailing list