[Mc4j-development] [ mc4j-Bugs-1048029 ] IndexOutOfBoundsException when graphing
Brought to you by:
ghinkl
From: SourceForge.net <no...@so...> - 2004-10-15 20:45:22
|
Bugs item #1048029, was opened at 2004-10-15 15:45 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=1048029&group_id=60228 Category: Graphing Group: MC4J 1.2b7 Status: Open Resolution: None Priority: 5 Submitted By: John Majerus (jmajerus) Assigned to: Nobody/Anonymous (nobody) Summary: IndexOutOfBoundsException when graphing Initial Comment: Get a popup message window periodically displaying the following exception when graphing the attribute FreeMemory in mbean "jboss.system:type=SystemInfo": java.lang.IndexOutOfBoundsException: Index: 2233, Size: 2233 at java.util.ArrayList.RangeCheck(Unknown Source) at java.util.ArrayList.get(Unknown Source) at org.jfree.data.time.TimeSeries.getDataItem (TimeSeries.java:304) at org.jfree.data.time.TimeSeriesCollection.getXValue (TimeSeriesCollection.java:433) at org.jfree.chart.renderer.StandardXYItemRenderer.drawIte m(StandardXYItemRenderer.java:497) at org.jfree.chart.plot.XYPlot.render (XYPlot.java:2097) at org.jfree.chart.plot.XYPlot.draw (XYPlot.java:1880) at org.jfree.chart.JFreeChart.draw (JFreeChart.java:892) at org.jfree.chart.ChartPanel.paintComponent (ChartPanel.java:970) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JComponent.paintChildren (Unknown Source) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JComponent.paintChildren (Unknown Source) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JComponent.paintChildren (Unknown Source) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JComponent.paintChildren (Unknown Source) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JComponent.paintChildren (Unknown Source) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JComponent.paintChildren (Unknown Source) at javax.swing.JSplitPane.paintChildren (Unknown Source) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JComponent.paintChildren (Unknown Source) at javax.swing.JSplitPane.paintChildren (Unknown Source) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JComponent.paintChildren (Unknown Source) at javax.swing.JSplitPane.paintChildren (Unknown Source) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JComponent.paintChildren (Unknown Source) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JComponent.paintChildren (Unknown Source) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JLayeredPane.paint(Unknown Source) at javax.swing.JComponent.paintChildren (Unknown Source) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JComponent.paintChildren (Unknown Source) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JComponent.paintChildren (Unknown Source) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JLayeredPane.paint(Unknown Source) at javax.swing.JComponent.paintChildren (Unknown Source) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JComponent.paintWithOffscreenBuffer (Unknown Source) at javax.swing.JComponent.paintDoubleBuffered (Unknown Source) at javax.swing.JComponent._paintImmediately (Unknown Source) at javax.swing.JComponent.paintImmediately (Unknown Source) at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source) [catch] at javax.swing.SystemEventQueueUtilities$ComponentWorkR equest.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch (Unknown Source) at java.awt.EventQueue.dispatchEvent (Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarch y(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy (Unknown Source) at java.awt.EventDispatchThread.pumpEvents (Unknown Source) at java.awt.EventDispatchThread.pumpEvents (Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=1048029&group_id=60228 |