'Illegal Argument exception'

Questions about YourKit Java Profiler
Post Reply
esteevens
Posts: 1
Joined: Fri Aug 27, 2004 7:19 pm

'Illegal Argument exception'

Post by esteevens »

I'm experiancing an 'Illegal Argument exception' when trying to export (a part of) the invocation tree to HTML.

Build: 411
JDK: 1.4.2_03
VM: Java HotSpot(TM) Client VM
Vendor: Sun Microsystems Inc.
OS: Windows XP
java.lang.IllegalArgumentException: value cannot be null
at com.yourkit.f.e.a(a:21)
at com.yourkit.ui.i.a.a(a:146)
at com.yourkit.ui.i.a.a(a:110)
at com.yourkit.ui.i.c.a(a:21)
at com.yourkit.d.g.if(a:8)
at com.yourkit.ui.d.m.actionPerformed(a:94)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at com.yourkit.ui.plaf.xp.XpMenuItemUI.a(a:283)
at com.yourkit.ui.plaf.xp.XpMenuItemUI$c.mouseReleased(a:34)
at java.awt.Component.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at a$b.dispatchEvent(a:24)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(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)
Vladimir Kondratyev
Posts: 1624
Joined: Tue Aug 10, 2004 7:52 pm

Re: 'Illegal Argument exception'

Post by Vladimir Kondratyev »

This bug is fixed in upcoming #415 build. Thank you very much for reporting it.
Post Reply