[Mc4j-development] [ mc4j-Bugs-1435936 ] Excepiton monitoring threads
Brought to you by:
ghinkl
From: SourceForge.net <no...@so...> - 2006-02-21 14:12:54
|
Bugs item #1435936, was opened at 2006-02-21 14:12 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=1435936&group_id=60228 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Dashboards Group: MC4J 1.2b9 Status: Open Resolution: None Priority: 5 Submitted By: Gordon Augat (gaugat) Assigned to: Greg Hinkle (ghinkl) Summary: Excepiton monitoring threads Initial Comment: I get the following exception when monitoring threads... java.lang.ArrayIndexOutOfBoundsException: 85 >= 85 at java.util.Vector.elementAt(Vector.java:432) at javax.swing.tree.VariableHeightLayoutCache.getNode(VariableHeightLayoutCache.java:976) at javax.swing.tree.VariableHeightLayoutCache.getMaxNodeWidth(VariableHeightLayoutCache.java:989) at javax.swing.tree.VariableHeightLayoutCache.getPreferredWidth(VariableHeightLayoutCache.java:291) at javax.swing.plaf.basic.BasicTreeUI.updateCachedPreferredSize(BasicTreeUI.java:1743) at javax.swing.plaf.basic.BasicTreeUI.getPreferredSize(BasicTreeUI.java:1901) at javax.swing.plaf.basic.BasicTreeUI.getPreferredSize(BasicTreeUI.java:1889) at javax.swing.JComponent.getPreferredSize(JComponent.java:1615) at javax.swing.ScrollPaneLayout.layoutContainer(ScrollPaneLayout.java:769) at java.awt.Container.layout(Container.java:1401) at java.awt.Container.doLayout(Container.java:1390) at java.awt.Container.validateTree(Container.java:1473) at java.awt.Container.validate(Container.java:1448) at javax.swing.RepaintManager.validateInvalidComponents(RepaintManager.java:379) [catch] at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:113) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=1435936&group_id=60228 |