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 8811 - ConCurrentModificationException in DataObjectPool
Summary: ConCurrentModificationException in DataObjectPool
Status: CLOSED DUPLICATE of bug 8766
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-12-07 16:19 UTC by pzajac
Modified: 2008-12-22 19:36 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 pzajac 2000-12-07 16:19:58 UTC
[stable 3.1-22] On reinstaling module exception was thrown. Manually
reproduction doesn't exist.

java.util.ConcurrentModificationException
        at java.util.HashMap$HashIterator.next(HashMap.java:736)
        at
org.openide.loaders.DataObjectPool.createSetOfAllFiles(DataObjectPool.java:257)
        at
org.openide.loaders.DataObjectPool.stateChanged(DataObjectPool.java:243)
        at org.openide.loaders.DataLoaderPool$1.run(DataLoaderPool.java:133)
        at org.openide.util.Task.run(Task.java:124)
        at
org.openide.util.RequestProcessor$ProcessorThread.run(RequestProcessor.java:562)
org.openide.util.RequestProcessor$Holder(task
org.openide.loaders.DataLoaderPool$1@67fb9f [-29, 1])
        at
org.openide.util.RequestProcessor$Task.createHolder(RequestProcessor.java:275)
        at org.openide.util.RequestProcessor.post(RequestProcessor.java:99)
        at org.openide.util.RequestProcessor.post(RequestProcessor.java:72)
        at
org.openide.util.RequestProcessor.postRequest(RequestProcessor.java:158)
        at
org.openide.loaders.DataLoaderPool.fireChangeEvent(DataLoaderPool.java:131)
        at
org.netbeans.core.LoaderPoolNode$NbLoaderPool.run(LoaderPoolNode.java:620)
        at org.openide.util.Task.run(Task.java:124)
Comment 1 Jaroslav Tulach 2001-02-25 10:41:55 UTC
duplicate

*** This issue has been marked as a duplicate of 8766 ***
Comment 2 pzajac 2002-08-08 18:36:50 UTC
verified
Comment 3 Quality Engineering 2003-07-01 16:10:14 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.