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 - java.lang.ArrayIndexOutOfBoundsException on new project dialog immediately after installation
Summary: java.lang.ArrayIndexOutOfBoundsException on new project dialog immediately af...
Status: VERIFIED DUPLICATE of bug 60740
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 5.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-06 02:33 UTC by brion
Modified: 2008-12-22 22:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (15.47 KB, text/plain)
2006-01-06 02:34 UTC, brion
Details

Note You need to log in before you can comment on or make changes to this bug.
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