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 71063

Summary: java.lang.ArrayIndexOutOfBoundsException on new project dialog immediately after installation
Product: platform Reporter: brion <brion>
Component: Window SystemAssignee: Milos Kleint <mkleint>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: Macintosh   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: messages.log

Description brion 2006-01-06 02:33:34 UTC
I downloaded Netbeans 5.0beta2 for Mac OS X, put the app bundle into /
Applications, and started it up.

After clicking the 'getting started' link and briefly looking at the web page in 
my browser, I went to the 'File' menu and selected 'New Project'.

The 'New Project' dialog popped up, followed immediately by an 'Unexpected 
Exception' dialog:

  A java.lang.ArrayIndexOutOfBoundsException exception has occurred.
  Please report this at http://www.netbeans.org/community/issues.html,
  including a copy of your messages.log file as an attachment.
  The messages.log file is located in your /Users/brion/.netbeans/5.0beta2/var/
log
  folder.

After dismissing the dialog, things seem to still work.

There are some other bug reports about some sort of SVN plugin installation (eg 
bug 61876); I haven't installed any plugins at all, this is a stock download.

Will attach messages.log.
Comment 1 brion 2006-01-06 02:34:48 UTC
Created attachment 28221 [details]
messages.log
Comment 2 Roman Strobl 2006-01-11 13:26:06 UTC
Reassigning to core, please evaluate.
Comment 3 Marian Mirilovic 2006-01-11 14:04:18 UTC
java.lang.ArrayIndexOutOfBoundsException: 1
	at java.awt.Container.createHierarchyEvents(Container.java:934)
	at java.awt.Dialog.conditionalShow(Dialog.java:463)
	at java.awt.Dialog.show(Dialog.java:524)
	at org.netbeans.core.windows.services.NbPresenter.superShow(NbPresenter.java:800)
Comment 4 Milos Kleint 2006-01-12 09:23:47 UTC
duplicate of #60740

*** This issue has been marked as a duplicate of 60740 ***
Comment 5 Marian Mirilovic 2006-01-12 10:29:14 UTC
verified duplicate