This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 204920 - ConcurrentModificationException in ServerRegistry.firePluginListeners
Summary: ConcurrentModificationException in ServerRegistry.firePluginListeners
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: -S1S-
Hardware: Other Linux
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-10 09:15 UTC by Jaroslav Tulach
Modified: 2011-11-19 22:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2011-11-10 09:15:38 UTC
I've noticed this in a commit validation test: 

java.util.ConcurrentModificationException
 java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
 java.util.AbstractList$Itr.next(AbstractList.java:343)
 org.nb.modules.j2ee.deployment.impl.ServerRegistry.firePluginListeners(:595)
 org.nb.modules.j2ee.deployment.impl.ServerRegistry.addPlugin(:208)
 org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.init(:147)
 org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.serversMap(:181)
Comment 1 Petr Hejl 2011-11-19 22:43:37 UTC
Fixed by Jesse in c7634fa79716.