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 150026 - ArrayIndexOutOfBoundsException: 1
Summary: ArrayIndexOutOfBoundsException: 1
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL: http://statistics.netbeans.org/except...
Keywords: RANDOM
: 155046 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-10-14 09:22 UTC by Lukas Hasik
Modified: 2008-12-22 14:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 34048


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2008-10-14 09:22:08 UTC
20 duplicates

Build: NetBeans IDE 6.0 (Build 200711261600)
VM: Java HotSpot(TM) Client VM, 1.5.0_14-b03
OS: Windows XP, 5.1, x86
User comments: I was clicking on the Server status bar (the one that says: Running and when you click on it, a popup is
shown of all the servers that are running).  
STACKTRACE: (first 10 lines)
java.lang.ArrayIndexOutOfBoundsException: 1
        at sun.awt.windows.WWindowPeer.updateGC(WWindowPeer.java:201)
        at sun.awt.windows.WWindowPeer.show(WWindowPeer.java:137)
        at java.awt.Dialog.conditionalShow(Dialog.java:461)
        at java.awt.Dialog.show(Dialog.java:526)
        at org.netbeans.core.windows.services.NbPresenter.superShow(NbPresenter.java:834)
        at org.netbeans.core.windows.services.NbPresenter.doShow(NbPresenter.java:868)
        at org.netbeans.core.windows.services.NbPresenter.run(NbPresenter.java:856)
        at org.netbeans.core.windows.services.NbPresenter.run(NbPresenter.java:104)
        at org.openide.util.Mutex.doEventAccess(Mutex.java:1223)
        at org.openide.util.Mutex.readAccess(Mutex.java:242)
Comment 1 David Simonek 2008-10-14 10:15:42 UTC
jdk error, nothing I can do with it. Not reliably reproducible, so I can't even file jdk issue. So wontfix, sorry.
Comment 2 David Simonek 2008-10-14 10:16:17 UTC
x
Comment 3 David Simonek 2008-10-14 10:17:25 UTC
x
Comment 4 Lukas Hasik 2008-12-09 16:13:20 UTC
*** Issue 155046 has been marked as a duplicate of this issue. ***