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 246283 - java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry
Summary: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.n...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
: 248075 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-08-05 16:08 UTC by Exceptions Reporter
Modified: 2015-04-07 13:20 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 211110


Attachments
stacktrace (1.38 KB, text/plain)
2014-08-05 16:08 UTC, Exceptions Reporter
Details
stacktrace (1.37 KB, text/plain)
2014-12-04 20:34 UTC, BradAJennings
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-08-05 16:08:02 UTC
This bug was originally marked as duplicate of bug 231499, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) Client VM, 24.65-b04, Java(TM) SE Runtime Environment, 1.7.0_65-b17
OS: Linux

User Comments:
GUEST: unknown

emiddio: checking for updates




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.HashMap$HashIterator.nextEntry(HashMap.java:922)
   at java.util.HashMap$KeyIterator.next(HashMap.java:956)
   at org.netbeans.modules.autoupdate.services.Utilities.handleBackwardCompatability4ModuleInfo(Utilities.java:631)
   at org.netbeans.modules.autoupdate.services.Utilities.handleBackwardCompatability(Utilities.java:687)
   at org.netbeans.modules.autoupdate.services.Utilities.findRequiredUpdateElements(Utilities.java:556)
   at org.netbeans.modules.autoupdate.services.OperationValidator$UpdateValidator.getRequiredElementsImpl(OperationValidator.java:313)
Comment 1 Exceptions Reporter 2014-08-05 16:08:04 UTC
Created attachment 148565 [details]
stacktrace
Comment 2 BradAJennings 2014-12-04 20:34:19 UTC
Created attachment 150895 [details]
stacktrace

Ran Netbeans from program menu shortcut.
Comment 3 Libor Fischmeistr 2015-04-01 13:33:55 UTC
Fixed - http://hg.netbeans.org/core-main/rev/d99202a14378
Comment 4 Quality Engineering 2015-04-02 03:21:40 UTC
Integrated into 'main-silver', will be available in build *201504020001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d99202a14378
User: Libor Fischmeistr <lfischmeistr@netbeans.org>
Log: #246283: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry
Comment 5 Libor Fischmeistr 2015-04-07 13:20:52 UTC
*** Bug 248075 has been marked as a duplicate of this bug. ***