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 85077

Summary: Exception when Creating a new Project
Product: platform Reporter: srinivas_rc <srinivas_rc>
Component: Window SystemAssignee: Milos Kleint <mkleint>
Status: VERIFIED DUPLICATE    
Severity: blocker CC: anebuzelsky, dsimonek
Priority: P2    
Version: 5.x   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description srinivas_rc 2006-09-16 03:39:08 UTC
As soon as I try to create a new project from net beans, I get the exception given at the end.
I am using Mac OSX on MacBook Pro.
Same version for Windows rocks on Vista RC1 :)

I do not have source code(yet) but also not an expert on Front End Java Coding. 

Steps to reproduce:

1. Click on New Project
You get the exception

2. You can still continue and create the Project, but the project name is NOT shown in the project list. 
At least for three projects that I tried to create. I have enterprise pack installed with all components i.e. 
XML, UML, etc.




-----------------------------------------------------------------------------
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 Peter Pis 2006-09-18 09:43:28 UTC
Reassigning to "core" for evaluation.
Comment 2 David Simonek 2006-09-20 08:56:44 UTC
Milos, I guess duplicate of famous already fixed bug?
Comment 3 Milos Kleint 2006-09-20 09:29:11 UTC
duplicate of #60740, fixed in post-beta2 builds

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