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 139702 - 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
: P1 blocker (vote)
Assignee: t_h
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-11 11:51 UTC by Petr Chytil
Modified: 2008-12-22 13:40 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 22427


Attachments
stacktrace (1.14 KB, text/plain)
2008-07-11 11:51 UTC, Petr Chytil
Details
stacktrace (1.14 KB, text/plain)
2008-07-15 16:09 UTC, Jesse Glick
Details
stacktrace (1.14 KB, text/plain)
2008-07-16 09:15 UTC, qingyue
Details
stacktrace (1.14 KB, text/plain)
2008-07-16 09:18 UTC, qingyue
Details
stacktrace (1.05 KB, text/plain)
2008-07-16 12:37 UTC, Tomas Mysik
Details
stacktrace (5.59 KB, text/plain)
2008-07-17 08:57 UTC, Jaromir Uhrik
Details
stacktrace (2.65 KB, text/plain)
2008-07-17 13:42 UTC, Kenneth Ganfield
Details
stacktrace (1.14 KB, text/plain)
2008-07-18 20:21 UTC, Jesse Glick
Details
stacktrace (1.14 KB, text/plain)
2008-07-18 21:06 UTC, goeh
Details
stacktrace (1.14 KB, text/plain)
2008-07-20 00:58 UTC, Jan Lahoda
Details
stacktrace (4.50 KB, text/plain)
2008-07-21 16:10 UTC, kaa
Details
stacktrace (1.14 KB, text/plain)
2008-07-22 11:17 UTC, goeh
Details
stacktrace (4.50 KB, text/plain)
2008-07-22 14:02 UTC, kaa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Chytil 2008-07-11 11:51:41 UTC
Build: NetBeans IDE Dev (Build 080711)
VM: Java HotSpot(TM) Client VM, 11.0-b13, Java(TM) SE Runtime Environment, 1.6.0_10-rc-b26
OS: Linux, 2.6.24-19-generic, i386

User Comments: 
I've created Desktop application nad D'n'Ded org.jdesktop.application.Application file from META-INF.services in Projects view to Favorites.
Comment 1 Petr Chytil 2008-07-11 11:51:45 UTC
Created attachment 64319 [details]
stacktrace
Comment 2 Jesse Glick 2008-07-15 16:09:17 UTC
Build: NetBeans IDE Dev (Build 080715)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Linux, 2.6.24-19-generic, i386

User Comments: 
Comment 3 Jesse Glick 2008-07-15 16:09:34 UTC
Created attachment 64584 [details]
stacktrace
Comment 4 qingyue 2008-07-16 09:15:09 UTC
Build: NetBeans IDE Dev (Build 2008-07-16_06-48-54)
VM: Java HotSpot(TM) Client VM, 11.0-b12, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b24
OS: Windows XP, 5.1, x86

User Comments: 
when show plugins dialog
Comment 5 qingyue 2008-07-16 09:15:18 UTC
Created attachment 64665 [details]
stacktrace
Comment 6 qingyue 2008-07-16 09:18:04 UTC
Build: NetBeans IDE Dev (Build 2008-07-16_06-48-54)
VM: Java HotSpot(TM) Client VM, 11.0-b12, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b24
OS: Windows XP, 5.1, x86

User Comments: 
when show plugins dialog
Comment 7 qingyue 2008-07-16 09:18:08 UTC
Created attachment 64666 [details]
stacktrace
Comment 8 Tomas Mysik 2008-07-16 12:37:45 UTC
Build: NetBeans IDE Dev (Build 080716)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-b02, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b02
OS: Linux, 2.6.25-gentoo-r6, i386

User Comments: 
files created outside of netbeans
Comment 9 Tomas Mysik 2008-07-16 12:37:48 UTC
Created attachment 64696 [details]
stacktrace
Comment 10 Jaromir Uhrik 2008-07-17 08:57:41 UTC
Build: NetBeans IDE Dev (Build 200807170007)
VM: Java HotSpot(TM) Client VM, 1.5.0_13-119, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_13-b05-237
OS: Mac OS X, 10.5.4, i386

User Comments: 
-Create new JFrame form 
-Invoke Refactor>Copy
-->>Exception dialog appears when the refactoring is finished
Comment 11 Jaromir Uhrik 2008-07-17 08:57:44 UTC
Created attachment 64801 [details]
stacktrace
Comment 12 Kenneth Ganfield 2008-07-17 13:42:51 UTC
Build: NetBeans IDE Dev (Build 20080717031252)
VM: Java HotSpot(TM) Client VM, 1.5.0_13-121, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_13-b05-241
OS: Mac OS X, 10.4.11, i386

User Comments: 
using create entity class from data base for the Micro_Market table in the sample database.
the entity class is not created
Comment 13 Kenneth Ganfield 2008-07-17 13:42:58 UTC
Created attachment 64841 [details]
stacktrace
Comment 14 Kenneth Ganfield 2008-07-17 13:50:09 UTC
I said that the class was not created but this is not true. The class was created but did not appear in the Projects
window in the package. If i go to the Files window i can see that the class was created in that dir. If i open the
wizard to create JSF from entity classes, the class is listed as one of the options.

After i close the project and  reopen it, the class is listed under the source packages
Comment 15 Jesse Glick 2008-07-18 20:21:28 UTC
Build: NetBeans IDE Dev (Build 080718)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Linux, 2.6.24-19-generic, i386

User Comments: 
Comment 16 Jesse Glick 2008-07-18 20:21:37 UTC
Created attachment 64991 [details]
stacktrace
Comment 17 goeh 2008-07-18 21:06:12 UTC
Build: NetBeans IDE Dev (Build 200807170007)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Windows XP, 5.1, x86

User Comments: 
I had a GSP file open in NB, switched to another application and then back to NB when this exception occurred. The GSP includes Javascript in the head section.
Comment 18 goeh 2008-07-18 21:06:21 UTC
Created attachment 64995 [details]
stacktrace
Comment 19 Exceptions Reporter 2008-07-19 12:47:20 UTC
This issue has already 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=22427
Comment 20 Jan Lahoda 2008-07-20 00:58:25 UTC
Build: NetBeans IDE Dev (Build 20080717200457)
VM: Java HotSpot(TM) Client VM, 11.0-b11, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b14
OS: Linux, 2.6.24-19-generic, i386

User Comments: 
Comment 21 Jan Lahoda 2008-07-20 00:58:28 UTC
Created attachment 65052 [details]
stacktrace
Comment 22 kaa 2008-07-21 16:10:22 UTC
Build: NetBeans IDE Dev (Build 20080715190616)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Windows XP, 5.1, x86

User Comments: 
created JPA from entity class
Comment 23 kaa 2008-07-21 16:10:34 UTC
Created attachment 65149 [details]
stacktrace
Comment 24 goeh 2008-07-22 11:17:09 UTC
Build: NetBeans IDE Dev (Build 200807170007)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_05-b13
OS: Windows XP, 5.1, x86

User Comments: 
Added a file outside NetBeans, then went back to NB Explorer window. Exception!
Comment 25 goeh 2008-07-22 11:17:19 UTC
Created attachment 65215 [details]
stacktrace
Comment 26 kaa 2008-07-22 14:02:08 UTC
Build: NetBeans IDE Dev (Build 20080721233246)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Windows XP, 5.1, x86

User Comments: 
Comment 27 kaa 2008-07-22 14:02:16 UTC
Created attachment 65238 [details]
stacktrace
Comment 28 Jana Maleckova 2008-07-22 14:07:28 UTC
Build: NetBeans IDE Dev (Build 20080722075250)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Linux, 2.6.24-19-generic, i386

User Comments: 
Comment 29 Jana Maleckova 2008-07-22 14:44:50 UTC
Firstly, I hope that this issue is reported against 6.5 therefore I will change IDE version
Secondly, I increase the priority to P1 because now user is not able to create e.g. two jFrames in a scope of one package.
Comment 30 t_h 2008-07-22 17:24:46 UTC
Should be fixed by 7378d12568af.
Comment 31 goeh 2008-07-22 22:33:46 UTC
Exception still happens in 200807221016