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 82818 - ArrayIndexOutOfBoundsException when creating new project for the first time
Summary: ArrayIndexOutOfBoundsException when creating new project for the first time
Status: VERIFIED DUPLICATE of bug 60740
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 5.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-16 16:10 UTC by elharo
Modified: 2008-12-22 22:39 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Error log I was asked to send (16.95 KB, text/plain)
2006-08-16 16:11 UTC, elharo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description elharo 2006-08-16 16:10:00 UTC
I installed netbeans and tried to create a new project. A dialog popped up
warning me of this and asking me to send a bug report:

java.lang.ArrayIndexOutOfBoundsException: 1
	at java.awt.Container.createHierarchyEvents(Container.java:1335)
	at java.awt.Container.createHierarchyEvents(Container.java:1335)
	at java.awt.Container.createHierarchyEvents(Container.java:1335)
	at java.awt.Container.createHierarchyEvents(Container.java:1335)
	at java.awt.Container.createHierarchyEvents(Container.java:1335)
	at java.awt.Container.createHierarchyEvents(Container.java:1335)
	at java.awt.Container.createHierarchyEvents(Container.java:1335)
	at java.awt.Dialog.conditionalShow(Dialog.java:450)
	at java.awt.Dialog.show(Dialog.java:506)
	at org.netbeans.core.windows.services.NbPresenter.superShow(NbPresenter.java:816)
	at org.netbeans.core.windows.services.NbPresenter.doShow(NbPresenter.java:859)
	at org.netbeans.core.windows.services.NbPresenter.run(NbPresenter.java:847)
	at org.openide.util.Mutex$1.run(Mutex.java:1194)
[catch] at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Comment 1 elharo 2006-08-16 16:11:44 UTC
Created attachment 32996 [details]
Error log I was asked to send
Comment 2 Petr Jiricka 2006-08-17 08:29:04 UTC
See also http://www.cafeaulait.org/#August_16_2006_38209
Comment 3 Marian Mirilovic 2006-08-17 09:18:32 UTC
elharo,
please try latest NB 5.5 builds, it has alredy been fixed there(after NB 5.5
Beta 2 release) 

*** This issue has been marked as a duplicate of 60740 ***
Comment 4 Tomas Danek 2006-09-27 12:50:35 UTC
verified duplicate