You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jerry Cwiklik (Closed) (JIRA)" <de...@uima.apache.org> on 2012/01/06 22:28:39 UTC

[jira] [Closed] (UIMA-2316) UIMA AS should synchronize access to MBean server when registering/unregistering MBeans

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

Jerry Cwiklik closed UIMA-2316.
-------------------------------

    Resolution: Fixed
    
> UIMA AS should synchronize access to MBean server when registering/unregistering MBeans
> ---------------------------------------------------------------------------------------
>
>                 Key: UIMA-2316
>                 URL: https://issues.apache.org/jira/browse/UIMA-2316
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>            Priority: Minor
>
> Some methods in JmxManager.java dont synchronize access to MBeanServer. Occasinally,exceptions are thrown when multiple threads try to unregister MBeans. Synchronize access to MBeanServer using class level locking ex. synchronized(JmxManager.class) {...}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira