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 72137 - NullPointer exception when trying to Launch Profiler
Summary: NullPointer exception when trying to Launch Profiler
Status: CLOSED DUPLICATE of bug 71710
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-01 20:29 UTC by rosewired
Modified: 2007-03-14 10:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
message.log showing NPE (122.64 KB, text/plain)
2006-02-01 20:30 UTC, rosewired
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rosewired 2006-02-01 20:29:12 UTC
NullPointer thrown when trying to profile main project.

java.lang.NullPointerException
	at
org.netbeans.modules.profiler.ui.panels.MemoryUsageConfigPanelLarge.<init>(MemoryUsageConfigPanelLarge.java:174)
	at
org.netbeans.modules.profiler.ui.SelectTaskPanel.<init>(SelectTaskPanel.java:169)
	at
org.netbeans.modules.profiler.actions.ProfilingSupport.<init>(ProfilingSupport.java:132)
	at
org.netbeans.modules.profiler.actions.ProfilingSupport.getDefault(ProfilingSupport.java:103)
	at
org.netbeans.modules.profiler.actions.AntActions.doProfileProject(AntActions.java:367)
	at org.netbeans.modules.profiler.actions.AntActions.access$000(AntActions.java:47)
	at org.netbeans.modules.profiler.actions.AntActions$6.perform(AntActions.java:279)
	at
org.netbeans.modules.project.ui.actions.MainProjectAction.actionPerformed(MainProjectAction.java:99)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
	at
javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
	at
javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
	at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
	at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
	at java.awt.Component.processMouseEvent(Component.java:5100)
	at java.awt.Component.processEvent(Component.java:4897)
	at java.awt.Container.processEvent(Container.java:1569)
	at java.awt.Component.dispatchEventImpl(Component.java:3615)
	at java.awt.Container.dispatchEventImpl(Container.java:1627)
	at java.awt.Component.dispatchEvent(Component.java:3477)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
	at java.awt.Container.dispatchEventImpl(Container.java:1613)
	at java.awt.Window.dispatchEventImpl(Window.java:1606)
	at java.awt.Component.dispatchEvent(Component.java:3477)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Comment 1 rosewired 2006-02-01 20:30:28 UTC
Created attachment 28702 [details]
message.log showing NPE
Comment 2 rosewired 2006-02-01 20:33:01 UTC
This is appearing in RC2, using the latest stable Java 5 JDK.
Comment 3 Jiri Sedlacek 2006-02-02 03:56:43 UTC
That's a duplicate of Issue 71710. Please use final NetBeans Profiler 5.0 which 
was just released or start the IDE with Profiler 5.0 RC2 on JDK 1.5.

*** This issue has been marked as a duplicate of 71710 ***
Comment 4 Alexander Kouznetsov 2007-03-14 10:11:14 UTC
Closing old issues