Exception in AWT-EventQueue thread
----------------------------------
Key: PIVOT-451
URL: https://issues.apache.org/jira/browse/PIVOT-451
Project: Pivot
Issue Type: Bug
Components: wtk
Affects Versions: 1.4
Environment: MacOS
Reporter: shahzad bhatti
I am using a table similar to stock tracker application that refreshes quotes
every few seconds, but getting following error. it's not showing my application
in the stack trace.
Exception in thread "AWT-EventQueue-0" java.lang.IndexOutOfBoundsException:
index 6 out of bounds. at
org.apache.pivot.collections.ArrayList.verifyIndexBounds(Unknown Source) at
org.apache.pivot.collections.ArrayList.get(Unknown Source) at
org.apache.pivot.wtk.skin.terra.TerraTableViewSkin.paint(Unknown Source) at
org.apache.pivot.wtk.Component.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.ApplicationContext$DisplayHost.paintDisplay(Unknown
Source) at
org.apache.pivot.wtk.ApplicationContext$DisplayHost.paintVolatileBuffered(Unknown
Source) at
org.apache.pivot.wtk.ApplicationContext$DisplayHost.paint(Unknown Source) at
org.apache.pivot.wtk.ApplicationContext$DisplayHost.update(Unknown Source)
at sun.awt.RepaintArea.updateComponent(RepaintArea.java:267) at
sun.awt.RepaintArea.paint(RepaintArea.java:233) at
apple.awt.ComponentModel.handleEvent(ComponentModel.java:263) at
java.awt.Component.dispatchEventImpl(Component.java:4790) at
java.awt.Component.dispatchEvent(Component.java:4544) at
java.awt.EventQueue.dispatchEvent(EventQueue.java:635) at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188) at
java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
How do I debug these kind of errors? Thanks.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.