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 51223 - Getting IllegalArgumentException when clicking on show vm telemetry (5th button) in profiling results
Summary: Getting IllegalArgumentException when clicking on show vm telemetry (5th butt...
Status: CLOSED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
: 51323 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-11-05 23:54 UTC by jchristi
Modified: 2007-02-20 18:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jchristi 2004-11-05 23:54:04 UTC
I will get this error, and from then on I'm
trapped in what appears to be an endless loop of
these exceptions being sent to popups.

java.lang.IllegalArgumentException:
DateAxis.setRange(...): lower >= upper.
	at
org.jfree.chart.axis.DateAxis.setRange(DateAxis.java:455)
	at
org.netbeans.netfluid.BigGraphsWindow$GraphTab.dataChanged(BigGraphsWindow.java:334)
	at
org.netbeans.netfluid.BigGraphsWindow$GraphTab.setVisible(BigGraphsWindow.java:315)
	at
javax.swing.plaf.basic.BasicTabbedPaneUI.setVisibleComponent(BasicTabbedPaneUI.java:1400)
	at
javax.swing.plaf.basic.BasicTabbedPaneUI$TabbedPaneLayout.layoutContainer(BasicTabbedPaneUI.java:2186)
	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.plaf.basic.BasicTabbedPaneUI.ensureCurrentLayout(BasicTabbedPaneUI.java:1226)
	at
javax.swing.plaf.basic.BasicTabbedPaneUI.paint(BasicTabbedPaneUI.java:541)
	at
javax.swing.plaf.ComponentUI.update(ComponentUI.java:142)
	at
javax.swing.JComponent.paintComponent(JComponent.java:740)
	at javax.swing.JComponent.paint(JComponent.java:1003)
	at
javax.swing.JComponent.paintChildren(JComponent.java:840)
	at javax.swing.JComponent.paint(JComponent.java:1012)
	at
javax.swing.JComponent.paintChildren(JComponent.java:840)
	at javax.swing.JComponent.paint(JComponent.java:1012)
	at
javax.swing.JComponent.paintChildren(JComponent.java:840)
	at javax.swing.JComponent.paint(JComponent.java:1012)
	at
javax.swing.JComponent.paintChildren(JComponent.java:840)
	at javax.swing.JComponent.paint(JComponent.java:1012)
	at
javax.swing.JComponent.paintChildren(JComponent.java:840)
	at javax.swing.JComponent.paint(JComponent.java:1012)
	at
javax.swing.JComponent.paintChildren(JComponent.java:840)
	at
javax.swing.JSplitPane.paintChildren(JSplitPane.java:1021)
	at javax.swing.JComponent.paint(JComponent.java:1012)
	at
javax.swing.JComponent.paintChildren(JComponent.java:840)
	at
javax.swing.JSplitPane.paintChildren(JSplitPane.java:1021)
	at javax.swing.JComponent.paint(JComponent.java:1012)
	at
javax.swing.JComponent.paintChildren(JComponent.java:840)
	at javax.swing.JComponent.paint(JComponent.java:1012)
	at
javax.swing.JComponent.paintChildren(JComponent.java:840)
	at javax.swing.JComponent.paint(JComponent.java:1012)
	at
javax.swing.JLayeredPane.paint(JLayeredPane.java:559)
	at
javax.swing.JComponent.paintChildren(JComponent.java:840)
	at javax.swing.JComponent.paint(JComponent.java:1012)
	at
javax.swing.JComponent.paintChildren(JComponent.java:840)
	at javax.swing.JComponent.paint(JComponent.java:1012)
	at
javax.swing.JComponent.paintChildren(JComponent.java:840)
	at javax.swing.JComponent.paint(JComponent.java:1012)
	at
javax.swing.JLayeredPane.paint(JLayeredPane.java:559)
	at
javax.swing.JComponent.paintChildren(JComponent.java:840)
	at
javax.swing.JComponent.paintWithOffscreenBuffer(JComponent.java:4937)
	at
javax.swing.JComponent.paintDoubleBuffered(JComponent.java:4883)
	at javax.swing.JComponent.paint(JComponent.java:993)
	at
java.awt.GraphicsCallback$PaintCallback.run(GraphicsCallback.java:21)
	at
sun.awt.SunGraphicsCallback.runOneComponent(SunGraphicsCallback.java:60)
	at
sun.awt.SunGraphicsCallback.runComponents(SunGraphicsCallback.java:97)
	at java.awt.Container.paint(Container.java:1709)
	at
sun.awt.RepaintArea.paintComponent(RepaintArea.java:248)
	at sun.awt.RepaintArea.paint(RepaintArea.java:224)
	at
sun.awt.windows.WComponentPeer.handleEvent(WComponentPeer.java:254)
	at
java.awt.Component.dispatchEventImpl(Component.java:4031)
	at
java.awt.Container.dispatchEventImpl(Container.java:2024)
	at
java.awt.Window.dispatchEventImpl(Window.java:1766)
	at
java.awt.Component.dispatchEvent(Component.java:3803)
[catch] at
java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
	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)
Comment 1 iformanek 2004-11-08 14:11:41 UTC
This needs to be fixed asap and M3 respinned
Comment 2 iformanek 2004-11-09 14:39:04 UTC
Fixed in M3 v2
Comment 3 iformanek 2004-11-09 14:54:14 UTC
*** Issue 51323 has been marked as a duplicate of this issue. ***
Comment 4 ehucka 2006-10-09 12:11:34 UTC
Verification of old issues.
Comment 5 Alexander Kouznetsov 2007-02-12 22:41:23 UTC
Closing old issues.
Comment 6 Alexander Kouznetsov 2007-02-20 18:36:57 UTC
Reverting to the original Target Milestone value changed by mistake. Sorry for
inconvenience.