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 219711 - java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkFor...
Status: RESOLVED DUPLICATE of bug 201548
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:
Depends on:
Blocks:
 
Reported: 2012-10-08 14:53 UTC by myururdurmaz
Modified: 2012-10-18 14:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 181551


Attachments
stacktrace (1.40 KB, text/plain)
2012-10-08 14:53 UTC, myururdurmaz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description myururdurmaz 2012-10-08 14:53:47 UTC
Build: NetBeans IDE 7.0.1 (Build 201107282000)
VM: OpenJDK 64-Bit Server VM, 20.0-b12, OpenJDK Runtime Environment, 1.6.0_24-b24
OS: Linux

User Comments:
GUEST: Close and delete projects




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:782)
   at java.util.ArrayList$Itr.next(ArrayList.java:754)
   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.GeneratedMethodAccessor16.invoke(GeneratedMethodAccessor16.java:0)
Comment 1 myururdurmaz 2012-10-08 14:53:49 UTC
Created attachment 125598 [details]
stacktrace
Comment 2 Petr Hejl 2012-10-18 14:43:36 UTC

*** This bug has been marked as a duplicate of bug 201548 ***