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 52187 - ArrayIndexOutOfBoundsException after opening NewProject dialog
Summary: ArrayIndexOutOfBoundsException after opening NewProject dialog
Status: CLOSED DUPLICATE of bug 60740
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 4.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
: 52550 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-12-08 10:27 UTC by Jan Horvath
Modified: 2008-12-23 00:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (1.43 KB, text/plain)
2004-12-08 10:28 UTC, Jan Horvath
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Horvath 2004-12-08 10:27:23 UTC
build 200412071900

1. start IDE with clean userdir
2. open File/NewProject

-opens Exception dialog: ArrayIndexOutOfBoundsException 

I can't reproduce this exception.
Comment 1 Jan Horvath 2004-12-08 10:28:04 UTC
Created attachment 19199 [details]
exception
Comment 2 Marian Mirilovic 2004-12-08 11:15:16 UTC
Annotation: Exception occurred in Request Processor
java.lang.ArrayIndexOutOfBoundsException: 1
	at java.awt.Container.createHierarchyEvents(Container.java:934)
	at java.awt.Container.createHierarchyEvents(Container.java:934)
	at java.awt.Container.createHierarchyEvents(Container.java:934)
	at java.awt.Container.createHierarchyEvents(Container.java:934)
	at java.awt.Container.createHierarchyEvents(Container.java:934)
	at java.awt.Container.createHierarchyEvents(Container.java:934)
	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:791)
	at
org.netbeans.core.windows.services.NbPresenter.doShow(NbPresenter.java:834)
	at
org.netbeans.core.windows.services.NbPresenter.run(NbPresenter.java:822)
	at org.openide.util.Mutex$1.run(Mutex.java:1058)
[catch] at
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:171)
Comment 3 Milos Kleint 2004-12-17 08:49:32 UTC
could be similar to issue #45684.
Comment 4 Stanislav Aubrecht 2004-12-21 16:21:30 UTC
*** Issue 52550 has been marked as a duplicate of this issue. ***
Comment 5 Milos Kleint 2005-01-04 09:47:35 UTC
there is  a bug in bugparade with number 4837678 that has similar
symptoms.
that was reported against 1.3.1 JDK and closed as fixed in 1.4.1
What jdk are you using? 
maybe Apple's JDK still has this bug.
Comment 6 Jan Horvath 2005-01-04 10:36:57 UTC
I use Apple's JDK 1.4.2_05
Comment 7 Jan Chalupa 2005-01-07 09:41:50 UTC
Milos, assigning to you, if you don't mind. ;-)
Comment 8 Milos Kleint 2005-01-19 13:52:38 UTC
(I believe it's a problem with the JDK implementation.

I've filed the issue at Apple. closing as wontfix until I get a
confirm/reject response from them.
Comment 9 Martin Schovanek 2006-02-15 12:45:03 UTC
Milos, what is status of the Apple's issue please?
Comment 10 Milos Kleint 2006-02-15 14:25:44 UTC
reopening..
Comment 11 Milos Kleint 2006-02-15 14:28:30 UTC
maing a duplicate of #60740, that one has more evaluation data.

the bug at apple I can no longer find. seems that they discard the issues or I
filed under a different username I no longer remember. As far as I can recall,
it was closed becuase I didn't have any sample application that would
demonstrate the problem.

*** This issue has been marked as a duplicate of 60740 ***
Comment 12 Marian Mirilovic 2006-02-27 09:56:12 UTC
verified duplicate
Comment 13 Peter Lam 2006-03-09 19:16:23 UTC
The problem is still there with Apple's jdk_1.5.0_06 on OSX 10.4.5. Easiest
steps to reproduce the problem is to start from fresh userdir meaning no open
project at all.