You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Guillaume Nodet (JIRA)" <de...@geronimo.apache.org> on 2005/12/11 19:22:08 UTC

[jira] Created: (GERONIMO-1330) MBeans registered on the MBeanServer can not be viewed

MBeans registered on the MBeanServer can not be viewed
------------------------------------------------------

         Key: GERONIMO-1330
         URL: http://issues.apache.org/jira/browse/GERONIMO-1330
     Project: Geronimo
        Type: Bug
  Components: kernel  
    Reporter: Guillaume Nodet


The JmxConnector started with Geronimo only displays gbeans, and these are not registered within the real mbean server, so there are two different spaces : one for gbeans (accessible with the jmx connector started by the kernel) and one for mbeans (which are not viewable by the jmx connector)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (GERONIMO-1330) MBeans registered on the MBeanServer can not be viewed

Posted by "Dain Sundstrom (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1330?page=all ]
     
Dain Sundstrom closed GERONIMO-1330:
------------------------------------

    Fix Version: 1.1
                     (was: 1.2)
     Resolution: Fixed

I made the mbean server instance pluggable in the JMX connector service and in the MEJB.  Then I changed the configuration to use the real mbean server, so we don't need to bridge from the fake one to the real one.

> MBeans registered on the MBeanServer can not be viewed
> ------------------------------------------------------
>
>          Key: GERONIMO-1330
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1330
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: kernel
>     Versions: 1.0-M5
>     Reporter: Guillaume Nodet
>     Assignee: Dain Sundstrom
>      Fix For: 1.1
>  Attachments: GERONIMO-1329+1330.patch
>
> The JmxConnector started with Geronimo only displays gbeans, and these are not registered within the real mbean server, so there are two different spaces : one for gbeans (accessible with the jmx connector started by the kernel) and one for mbeans (which are not viewable by the jmx connector)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1330) MBeans registered on the MBeanServer can not be viewed

Posted by "Guillaume Nodet (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1330?page=all ]

Guillaume Nodet updated GERONIMO-1330:
--------------------------------------

    Attachment: GERONIMO-1329+1330.patch

This patch fixes both GERONIMO-1329 and GERONIMO-1330.
The JMXConnector now exposes a MBeanServer implementation that delegates call to both the G kernel and the existing MBean server.
This allow standard mbeans to be viewed from the jmx connector and also exposes the needed mbeans (mainly "JMImplementation:type=MBeanServerDelegate" ) so that jconsole can connect to G :)

> MBeans registered on the MBeanServer can not be viewed
> ------------------------------------------------------
>
>          Key: GERONIMO-1330
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1330
>      Project: Geronimo
>         Type: Bug
>   Components: kernel
>     Versions: 1.0-M5
>     Reporter: Guillaume Nodet
>      Fix For: 1.2
>  Attachments: GERONIMO-1329+1330.patch
>
> The JmxConnector started with Geronimo only displays gbeans, and these are not registered within the real mbean server, so there are two different spaces : one for gbeans (accessible with the jmx connector started by the kernel) and one for mbeans (which are not viewable by the jmx connector)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (GERONIMO-1330) MBeans registered on the MBeanServer can not be viewed

Posted by "Dain Sundstrom (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1330?page=all ]

Dain Sundstrom reassigned GERONIMO-1330:
----------------------------------------

    Assign To: Dain Sundstrom

> MBeans registered on the MBeanServer can not be viewed
> ------------------------------------------------------
>
>          Key: GERONIMO-1330
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1330
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: kernel
>     Versions: 1.0-M5
>     Reporter: Guillaume Nodet
>     Assignee: Dain Sundstrom
>      Fix For: 1.2
>  Attachments: GERONIMO-1329+1330.patch
>
> The JmxConnector started with Geronimo only displays gbeans, and these are not registered within the real mbean server, so there are two different spaces : one for gbeans (accessible with the jmx connector started by the kernel) and one for mbeans (which are not viewable by the jmx connector)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1330) MBeans registered on the MBeanServer can not be viewed

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1330?page=all ]

Aaron Mulder updated GERONIMO-1330:
-----------------------------------

    Fix Version: 1.1
        Version: 1.0-M5

What is the behavior that you expect to see?

> MBeans registered on the MBeanServer can not be viewed
> ------------------------------------------------------
>
>          Key: GERONIMO-1330
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1330
>      Project: Geronimo
>         Type: Bug
>   Components: kernel
>     Versions: 1.0-M5
>     Reporter: Guillaume Nodet
>      Fix For: 1.1

>
> The JmxConnector started with Geronimo only displays gbeans, and these are not registered within the real mbean server, so there are two different spaces : one for gbeans (accessible with the jmx connector started by the kernel) and one for mbeans (which are not viewable by the jmx connector)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira