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 61500 - exception thrown during start-up of free form project.
Summary: exception thrown during start-up of free form project.
Status: CLOSED DUPLICATE of bug 61091
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 4.x
Hardware: Other Linux
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-28 10:59 UTC by holgerzien
Modified: 2007-02-12 22:05 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 holgerzien 2005-07-28 10:59:23 UTC
Profiler does not start with a free form project.

Exception thrown:

java.lang.NullPointerException
	at
org.netbeans.modules.profiler.freeform.FreeFormProjectTypeProfiler.getProfilerTargetName(FreeFormProjectTypeProfiler.java:109)
	at
org.netbeans.modules.profiler.actions.AntActions.doProfileProject(AntActions.java:326)
	at org.netbeans.modules.profiler.actions.AntActions.access$000(AntActions.java:40)
	at org.netbeans.modules.profiler.actions.AntActions$4.perform(AntActions.java:147)
	at
org.netbeans.modules.project.ui.actions.MainProjectAction.actionPerformed(MainProjectAction.java:98)
	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.AbstractButton.doClick(AbstractButton.java:289)
	at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1113)
	at
javax.swing.plaf.basic.BasicMenuItemUI$MenuDragMouseHandler.menuDragMouseReleased(BasicMenuItemUI.java:1006)
	at javax.swing.JMenuItem.fireMenuDragMouseReleased(JMenuItem.java:584)
	at javax.swing.JMenuItem.processMenuDragMouseEvent(JMenuItem.java:481)
	at javax.swing.JMenuItem.processMouseEvent(JMenuItem.java:428)
	at
javax.swing.MenuSelectionManager.processMouseEvent(MenuSelectionManager.java:277)
	at
javax.swing.plaf.basic.BasicMenuUI$MouseInputHandler.mouseReleased(BasicMenuUI.java:360)
	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:456)
	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 iformanek 2005-07-28 13:51:13 UTC
Thanks for reporting the issue. It has been reported before as issue 61091.
This is going to be fixed in Milestone 8 to be released next week.

*** This issue has been marked as a duplicate of 61091 ***
Comment 2 ehucka 2006-10-09 12:10:02 UTC
Verification of old issues.
Comment 3 Alexander Kouznetsov 2007-02-12 22:05:00 UTC
Closing old issues.