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 231680 - java.util.NoSuchElementException at java.util.ArrayList$Itr.next
Summary: java.util.NoSuchElementException at java.util.ArrayList$Itr.next
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: henk89
URL:
Keywords: NO74
: 232461 240131 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-06-23 11:26 UTC by coops
Modified: 2014-01-18 20:27 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 180526


Attachments
stacktrace (2.35 KB, text/plain)
2013-06-23 11:26 UTC, coops
Details

Note You need to log in before you can comment on or make changes to this bug.
Description coops 2013-06-23 11:26:14 UTC
Build: NetBeans IDE 7.3 (Build 201306052037)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

User Comments:
GUEST: Trying to make project from excisting makefile.

GUEST: Creating a new c++ project from a binary.

GUEST: Criando um novo projeto C

GUEST: I updated NetBeans IDE with the automatic updater and now I can't make QT applications anymore.

GUEST: Create a project

coops: Trying to add a new C project. The IDE is completely broken for me since I updated and I cannot work with it anymore.




Stacktrace: 
java.util.NoSuchElementException
   at java.util.ArrayList$Itr.next(ArrayList.java:794)
   at org.netbeans.modules.cnd.debugger.common2.debugger.api.EngineTypeManager.getEngineTypeByIDImpl(EngineTypeManager.java:92)
   at org.netbeans.modules.cnd.debugger.common2.debugger.api.EngineTypeManager.getFallbackEnineType(EngineTypeManager.java:130)
   at org.netbeans.modules.cnd.debugger.common2.debugger.options.EngineProfile.<init>(EngineProfile.java:68)
   at org.netbeans.modules.cnd.debugger.common2.debugger.options.EngineProfileProvider.factoryCreate(EngineProfileProvider.java:64)
   at org.netbeans.modules.cnd.makeproject.api.configurations.Configuration.initAuxObjects(Configuration.java:93)
Comment 1 coops 2013-06-23 11:26:16 UTC
Created attachment 136182 [details]
stacktrace
Comment 2 Exceptions Reporter 2013-06-27 18:32:21 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=180526
Comment 3 andersgj 2013-07-07 08:09:50 UTC
Initially I installed jdk-7u25-nb-7_3_1-windows-x64.exe and this is where I experienced the problem.

After installing the full package netbeans-7.3.1-windows.exe and then activating the C++ plugin is started to work.
Comment 4 Marian Mirilovic 2013-07-09 17:09:07 UTC
*** Bug 232461 has been marked as a duplicate of this bug. ***
Comment 5 Egor Ushakov 2013-08-02 15:26:29 UTC
more than 20 exception reports
Comment 6 henk89 2013-08-21 12:57:59 UTC
Did someone notice if this was connected to update? Could someone provide me with steps to reproduce the bug?
Comment 7 Egor Ushakov 2013-08-27 12:25:52 UTC
It looks like cnd.kit version was not updated in the patch,
fixed in:
http://hg.netbeans.org/releases/rev/88403f4dda0e
Comment 8 Egor Ushakov 2013-08-28 14:26:41 UTC
For all who has faced the bug:
you'll need to close the IDE, clean the userdir ({HOME}/.netbeans/7.3) and start the IDE again, then update.
Comment 9 henk89 2014-01-18 20:27:27 UTC
*** Bug 240131 has been marked as a duplicate of this bug. ***