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 201548 - java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.AbstractList$Itr.check...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
: 219711 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-09-02 09:33 UTC by sunbiz
Modified: 2012-10-18 14:43 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 180868


Attachments
stacktrace (1.41 KB, text/plain)
2011-09-02 09:33 UTC, sunbiz
Details
stacktrace (1.41 KB, text/plain)
2011-09-28 12:16 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2011-09-02 09:33:12 UTC
Build: NetBeans IDE Dev (Build 201108310601)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Windows 7

User Comments:
sunbiz: Deleting an open project including deleting source files




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
   at java.util.AbstractList$Itr.next(AbstractList.java:343)
   at org.netbeans.modules.j2ee.deployment.config.ConfigFilesListener.fireConfigurationFilesChanged(ConfigFilesListener.java:101)
   at org.netbeans.modules.j2ee.deployment.config.ConfigFilesListener.targetDeleted(ConfigFilesListener.java:89)
   at org.netbeans.modules.j2ee.deployment.config.AbstractFilesListener$FileListener.fileDeleted(AbstractFilesListener.java:138)
   at sun.reflect.GeneratedMethodAccessor3.invoke(GeneratedMethodAccessor3.java:0)
Comment 1 sunbiz 2011-09-02 09:33:16 UTC
Created attachment 110343 [details]
stacktrace
Comment 2 sunbiz 2011-09-28 12:16:33 UTC
Created attachment 111275 [details]
stacktrace

deleting open project and got this exception
Comment 3 Petr Hejl 2011-10-11 13:33:52 UTC
Fixed in web-main d6a4339e9b49.
Comment 4 Quality Engineering 2011-10-12 14:24:15 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/d6a4339e9b49
User: Petr Hejl <phejl@netbeans.org>
Log: #201548 java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification
Comment 5 Petr Hejl 2012-10-18 14:43:36 UTC
*** Bug 219711 has been marked as a duplicate of this bug. ***