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 75496 - ArrayIndexOutOfBoundsException when creating a new project
Summary: ArrayIndexOutOfBoundsException when creating a new project
Status: VERIFIED DUPLICATE of bug 60740
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 5.x
Hardware: Macintosh Mac OS X
: P1 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-25 14:15 UTC by ryee
Modified: 2008-12-22 22:49 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ryee 2006-04-25 14:15:43 UTC
This occurs when the New Project Dialog is displayed.
-Richard



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:810)
	at org.netbeans.core.windows.services.NbPresenter.doShow(NbPresenter.java:853)
	at org.netbeans.core.windows.services.NbPresenter.run(NbPresenter.java:841)
	at org.openide.util.Mutex$1.run(Mutex.java:1188)
[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 Alexander Kouznetsov 2006-04-28 10:28:32 UTC
This is highly stability issue, affects also Coke, disallow user to create a project and is really annoying.
Comment 2 Jiri Rechtacek 2006-04-28 10:44:04 UTC
Could you attach your messages.log? Which build? Is it reproducible
persistently? I'm not able to reproduce on my configurations
(linux/jdk1.5/jdk1.6), nobody else is reporting this. Thanks

Jaro, could you please try to reproduce it on your Mac? Thanks
Comment 3 Jiri Rechtacek 2006-04-28 10:45:30 UTC
Jaro, could you please try to reproduce it on your Mac? Thanks
Comment 4 Milos Kleint 2006-04-28 11:08:00 UTC
duplicate of #60740

*** This issue has been marked as a duplicate of 60740 ***
Comment 5 Jaromir Uhrik 2006-04-28 13:20:19 UTC
Jirko sorry, but I am not able to reproduce on my powerbook.  
Comment 6 Tomas Danek 2006-05-09 12:32:34 UTC
verified duplicate (the same stacktrace). Feel free to increase priority in
original issue.