[
https://issues.apache.org/jira/browse/TAP5-1422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984842#action_12984842
]
Josh Canfield commented on TAP5-1422:
-------------------------------------
Sorry, this wasn't a very good defect report. The issue is with the
MBeanSupportImpl in the jmx package The code above grabs an iterator and then
removes items from the underlying set.
We'll probably see other errors if the registered beans depend on services.
> java.util.ConcurrentModificationException when shutting down jmx server
> -----------------------------------------------------------------------
>
> Key: TAP5-1422
> URL: https://issues.apache.org/jira/browse/TAP5-1422
> Project: Tapestry 5
> Issue Type: Bug
> Components: tapestry-jmx
> Affects Versions: 5.2.0
> Reporter: Josh Canfield
> Assignee: Josh Canfield
>
> The registryDidShutdown handler contains the code:
> for (final ObjectName name : this.registeredBeans)
> {
> doUnregister(name);
> }
> doUnregister calls
> registeredBeans.remove(objectName);
> thus causing the exception
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.