[ 
https://issues.apache.org/jira/browse/KARAF-3147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14391379#comment-14391379
 ] 

Martin Lichtin commented on KARAF-3147:
---------------------------------------

As far as I can see, Karaf is started with 

   
-D[javax.management.builder.initial|http://docs.oracle.com/javase/7/docs/api/javax/management/MBeanServerFactory.html]=org.apache.karaf.management.boot.KarafMBeanServerBuilder

and therefore any MBeanServer is created via KarafMBeanServerBuilder. 
This builder puts a proxy in front of the 'standard' MBeanServer, to be able to 
redirect the method calls to the Guard.


> Local JMX connect is not possible
> ---------------------------------
>
>                 Key: KARAF-3147
>                 URL: https://issues.apache.org/jira/browse/KARAF-3147
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-core
>    Affects Versions: 3.0.1
>         Environment: OS X, JDK 7
>            Reporter: Achim Nierbeck
>            Assignee: Jean-Baptiste Onofré
>            Priority: Critical
>             Fix For: 4.0.0, 2.4.2, 3.0.4
>
>
> With neither local process nor with remote jmx connection 
> {code}
> service:jmx:rmi://0.0.0.0:44444/jndi/rmi://0.0.0.0:1099/karaf-root
> {code}
> it's possible to connect to Karaf via JMX. 
> Neither JConsole nor VisualVM is usable. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to