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 201951 - [71cat] java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry
Summary: [71cat] java.util.ConcurrentModificationException at java.util.HashMap$HashIt...
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-11 22:25 UTC by sunbiz
Modified: 2015-02-04 03:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 181079


Attachments
stacktrace (2.78 KB, text/plain)
2011-09-11 22:25 UTC, sunbiz
Details
messages.log (99.18 KB, text/x-log)
2011-11-04 11:57 UTC, tosamoodnowa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2011-09-11 22:25:03 UTC
Build: NetBeans IDE Dev (Build 201109110600)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.0-b02, Java(TM) SE Runtime Environment, 1.7.0_02-ea-b05
OS: Windows 7

User Comments:
sunbiz: Right click on webservice operation in the Design window and remove, then got this exception




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.HashMap$HashIterator.nextEntry(HashMap.java:806)
   at java.util.HashMap$KeyIterator.next(HashMap.java:841)
   at org.netbeans.api.visual.widget.Scene.resolveRepaints(Scene.java:408)
   at org.netbeans.api.visual.widget.Scene.validate(Scene.java:400)
   at org.netbeans.api.visual.widget.SceneComponent.processLocationOperator(SceneComponent.java:295)
   at org.netbeans.api.visual.widget.SceneComponent.mouseMoved(SceneComponent.java:186)
Comment 1 sunbiz 2011-09-11 22:25:07 UTC
Created attachment 110625 [details]
stacktrace
Comment 2 tosamoodnowa 2011-11-04 11:57:20 UTC
Created attachment 112826 [details]
messages.log

Exception thrown when activating plugins

Product Version: NetBeans IDE 7.1 Beta (Build 201109252201)
Java: 1.6.0_26; Java HotSpot(TM) 64-Bit Server VM 20.1-b02
System: Linux version 3.0.0-12-generic running on amd64; UTF-8; pl_PL (nb)

Stacktrace:
java.util.ConcurrentModificationException
	at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
	at java.util.HashMap$EntryIterator.next(HashMap.java:834)
	at java.util.HashMap$EntryIterator.next(HashMap.java:832)
	at java.util.jar.Attributes.writeMain(Attributes.java:328)
	at java.util.jar.Manifest.write(Manifest.java:132)
	at org.netbeans.core.startup.NbInstaller$CacheFlusher.flushCaches(NbInstaller.java:1228)
	at org.netbeans.Stamps$Store.store(Stamps.java:584)
[catch] at org.netbeans.Stamps$Worker.run(Stamps.java:749)
Comment 3 Quality Engineering 2015-02-04 03:32:38 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.