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 132624 - Menu Tools-Options crash java.lang.NullPointerException
Summary: Menu Tools-Options crash java.lang.NullPointerException
Status: RESOLVED DUPLICATE of bug 71710
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-11 14:07 UTC by jlnunez
Modified: 2008-04-14 08:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
java.lang.NullPointerException in Menu Tools-Options (2.38 KB, text/plain)
2008-04-11 14:09 UTC, jlnunez
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jlnunez 2008-04-11 14:07:15 UTC
Hi,

When I enter to Menu Tools-Options in Netbeans IDE 5.0 it do not display nothing and give me the following error:

java.lang.NullPointerException
	at org.netbeans.modules.profiler.ui.panels.GlobalSettingsPanel.initComponents(GlobalSettingsPanel.java:359)
	at org.netbeans.modules.profiler.ui.panels.GlobalSettingsPanel.<init>(GlobalSettingsPanel.java:92)
	at
org.netbeans.modules.profiler.options.ProfilerOptionsCategory$ProfilerPanelController.getComponent(ProfilerOptionsCategory.java:78)
	at org.netbeans.modules.options.OptionsPanel.<init>(OptionsPanel.java:149)
	at org.netbeans.modules.options.OptionsWindowAction.actionPerformed(OptionsWindowAction.java:83)
	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$MouseInputHandler.mouseReleased(BasicMenuItemUI.java:943)
	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)

Please what can I do..............?

My machine is a Windows NT 4.0 server (spanish version) with Java SDK 1.4.2_04

My e-mail is nuncasjo@ec-red.com

Looking forward for your soon response.

Jose Nunez
Lima - Peru
Comment 1 jlnunez 2008-04-11 14:09:44 UTC
Created attachment 60046 [details]
java.lang.NullPointerException in Menu Tools-Options
Comment 2 Jana Maleckova 2008-04-14 08:45:12 UTC
see info in issue 71710

*** This issue has been marked as a duplicate of 71710 ***