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 164406 - ArrayIndexOutOfBoundsException: 1 >= 1
Summary: ArrayIndexOutOfBoundsException: 1 >= 1
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vince Kraemer
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on: 163916
Blocks:
  Show dependency tree
 
Reported: 2009-05-04 17:49 UTC by ranbato
Modified: 2011-01-03 17:22 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 125523


Attachments
stacktrace (2.42 KB, text/plain)
2009-05-04 17:49 UTC, ranbato
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ranbato 2009-05-04 17:49:10 UTC
Build: NetBeans IDE 6.7 Beta (Build 200904242137)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
ranbato: Running verifier and switched Display radiobutton to Failures and Warnings only



Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 1 >= 1
        at java.util.Vector.elementAt(Vector.java:427)
        at javax.swing.table.DefaultTableColumnModel.getColumn(DefaultTableColumnModel.java:277)
        at javax.swing.plaf.basic.BasicTableHeaderUI.paint(BasicTableHeaderUI.java:609)
        at javax.swing.plaf.ComponentUI.update(ComponentUI.java:143)
        at javax.swing.JComponent.paintComponent(JComponent.java:763)
        at javax.swing.JComponent.paint(JComponent.java:1027)
Comment 1 ranbato 2009-05-04 17:49:16 UTC
Created attachment 81486 [details]
stacktrace
Comment 2 Jindrich Sedek 2009-05-11 12:55:07 UTC
last action invoked by user was verify on EJB module, please evaluate if there are some UI actions done outside the AWT 
thread
Comment 3 Andrey Yamkovoy 2009-07-28 10:14:57 UTC
EJB Verification is disabled now.
Comment 4 Petr Jiricka 2010-03-01 09:08:10 UTC
Actually, I think this refers to the verifier tool that comes with GF v2.1 and that is still there, reassigning.
Comment 5 Vince Kraemer 2011-01-03 17:21:12 UTC
this has not been reported for more than 1 year.  I have not been able to replicate the issue.

Reopen if you can replicate the issue in recent builds.
Comment 6 Vince Kraemer 2011-01-03 17:22:11 UTC
I meant to mark this as WFM, since I cannot identify the change that would have addressed this.