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 - Exception when Creating a new Project
Summary: Exception when Creating a new Project
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
: P2 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-16 03:39 UTC by srinivas_rc
Modified: 2008-12-22 15:58 UTC (History)
2 users (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 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