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 132479 - java.util.NoSuchElementException at java.util.AbstractList$Itr.next
Summary: java.util.NoSuchElementException at java.util.AbstractList$Itr.next
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: t_h
URL: http://statistics.netbeans.org/except...
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2008-04-10 08:23 UTC by unr303
Modified: 2009-04-29 15:59 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 45331


Attachments
ide log (829.03 KB, text/plain)
2008-04-10 08:24 UTC, unr303
Details
ide log (514.05 KB, text/plain)
2008-04-10 17:51 UTC, unr303
Details
stacktrace (2.16 KB, text/plain)
2008-05-01 19:49 UTC, Jesse Glick
Details
stacktrace (3.28 KB, text/plain)
2008-05-13 21:34 UTC, Jesse Glick
Details
stacktrace (2.25 KB, text/plain)
2008-06-27 01:29 UTC, Chris Webster
Details
stacktrace (2.25 KB, text/plain)
2008-06-27 01:29 UTC, Chris Webster
Details
stacktrace (3.20 KB, text/plain)
2008-06-27 18:29 UTC, johnson_156
Details
stacktrace (2.08 KB, text/plain)
2008-06-27 18:29 UTC, johnson_156
Details

Note You need to log in before you can comment on or make changes to this bug.
Description unr303 2008-04-10 08:23:26 UTC
Exceptions occurs when running junit tests. But not always. First few runs are ok, but then it starts to show errors.


Build: NetBeans IDE Dev (Build 200804040802)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05, Java(TM) SE Runtime Environment, 1.6.0_03-b05
OS: SunOS, 5.11, x86
User comments: refresh web service client
STACKTRACE: (first 10 lines)
java.util.NoSuchElementException
        at java.util.AbstractList$Itr.next(AbstractList.java:350)
        at org.openide.explorer.view.VisualizerChildren.added(VisualizerChildren.java:89)
        at org.openide.explorer.view.VisualizerEvent$Added.run(VisualizerEvent.java:109)
        at org.openide.util.Mutex.readAccess(Mutex.java:362)
        at org.openide.explorer.view.VisualizerNode$QP.run(VisualizerNode.java:669)
        at org.openide.util.Mutex.leaveImpl(Mutex.java:902)
        at org.openide.util.Mutex.leave(Mutex.java:835)
        at org.openide.util.Mutex.postRequest(Mutex.java:1253)
        at org.openide.util.Mutex.postWriteRequest(Mutex.java:582)
        at org.openide.nodes.Children$Array.refresh(Children.java:1454)
Comment 1 unr303 2008-04-10 08:24:03 UTC
Created attachment 59950 [details]
ide log
Comment 2 unr303 2008-04-10 17:51:10 UTC
Created attachment 60005 [details]
ide log
Comment 3 Exceptions Reporter 2008-04-30 07:01:11 UTC
This issue has already 5 duplicates 
Comment 4 Jesse Glick 2008-05-01 19:49:35 UTC
Build: NetBeans IDE Dev (Build 080429)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_05-b13
OS: Linux, 2.6.24-16-generic, i386

User Comments: 
Browsing JUnit Test Results window during a test run.
Comment 5 Jesse Glick 2008-05-01 19:49:38 UTC
Created attachment 60927 [details]
stacktrace
Comment 6 Jesse Glick 2008-05-13 21:34:46 UTC
Created attachment 61352 [details]
stacktrace
Comment 7 Exceptions Reporter 2008-05-14 13:01:46 UTC
This issue has already -1 duplicates 
Comment 8 Exceptions Reporter 2008-05-15 07:10:50 UTC
This issue has already 10 duplicates 
Comment 9 Exceptions Reporter 2008-05-27 19:20:29 UTC
This issue has already 10 duplicates 
Comment 10 Chris Webster 2008-06-27 01:29:39 UTC
Created attachment 63564 [details]
stacktrace
Comment 11 Chris Webster 2008-06-27 01:29:51 UTC
Created attachment 63565 [details]
stacktrace
Comment 12 johnson_156 2008-06-27 18:29:06 UTC
Created attachment 63615 [details]
stacktrace
Comment 13 johnson_156 2008-06-27 18:29:44 UTC
Created attachment 63616 [details]
stacktrace
Comment 14 t_h 2009-04-29 15:59:17 UTC
Should be fixed already (last report from 080421)