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

Summary: ArrayIndexOutOfBoundsException: 1
Product: platform Reporter: Lukas Hasik <lhasik>
Component: Window SystemAssignee: David Simonek <dsimonek>
Status: RESOLVED WONTFIX    
Severity: blocker Keywords: RANDOM
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=34048
Issue Type: DEFECT Exception Reporter: 34048

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. ***