You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Adam Wojtuniak (JIRA)" <ji...@apache.org> on 2010/03/19 00:06:27 UTC

[jira] Assigned: (ARIES-259) MBeans not getting unregistered reliably

     [ https://issues.apache.org/jira/browse/ARIES-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Wojtuniak reassigned ARIES-259:
------------------------------------

    Assignee: Adam Wojtuniak

> MBeans not getting unregistered reliably
> ----------------------------------------
>
>                 Key: ARIES-259
>                 URL: https://issues.apache.org/jira/browse/ARIES-259
>             Project: Aries
>          Issue Type: Bug
>          Components: JMX
>            Reporter: Thomas Diesler
>            Assignee: Adam Wojtuniak
>         Attachments: ARIES-259-20100318.patch
>
>
> Closing the MBeanServiceTracker asyncronously triggers JMXAgent.unregisterBeans(MBeanServer server)
> If there is a unexpected exception while unregistering an MBeanHandler the ones coming after it will not get unregitered.
> In particular I am seeing an unguarded postDeregister hook.
> Caused by: java.lang.IllegalStateException: Invalid BundleContext.
> 	at org.apache.felix.framework.BundleContextImpl.checkValidity(BundleContextImpl.java:393)
> 	at org.apache.felix.framework.BundleContextImpl.removeBundleListener(BundleContextImpl.java:170)
> 	at org.apache.aries.jmx.framework.BundleState.shutDownDispatcher(BundleState.java:353)
> 	at org.apache.aries.jmx.framework.BundleState.postDeregister(BundleState.java:293)
> 	at org.apache.aries.jmx.framework.RegistrableStandardEmitterMBean.postDeregister(RegistrableStandardEmitterMBean.java:69)
> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.postDeregisterInvoke(DefaultMBeanServerInterceptor.java:1065)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.