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 63545 - Null Pointer Exception thrown in IDE
Summary: Null Pointer Exception thrown in IDE
Status: RESOLVED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB Project (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-01 22:47 UTC by bensonthomas
Modified: 2005-09-26 16:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
LogFile (32.18 KB, text/plain)
2005-09-01 22:49 UTC, bensonthomas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bensonthomas 2005-09-01 22:47:54 UTC
java.lang.NullPointerException
	at 
org.netbeans.modules.j2ee.ejbjarproject.EjbJarActionProvider.isDebugged
(EjbJarActionProvider.java:328)
	at 
org.netbeans.modules.j2ee.ejbjarproject.EjbJarActionProvider.invokeAction
(EjbJarActionProvider.java:122)
	at org.netbeans.modules.project.ui.actions.ProjectAction.actionPerformed
(ProjectAction.java:83)
	at 
org.netbeans.modules.project.ui.actions.LookupSensitiveAction.actionPerformed
(LookupSensitiveAction.java:88)
	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: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 bensonthomas 2005-09-01 22:49:59 UTC
Created attachment 24473 [details]
LogFile
Comment 2 Jesse Glick 2005-09-02 01:57:03 UTC
Wrong component.
Comment 3 Andrei Badea 2005-09-07 15:01:01 UTC
Can you reproduce the issue, or it only occured once? Can you post some steps to
reproduce? Thank you.
Comment 4 Andrei Badea 2005-09-26 16:46:54 UTC
I'm not able to reproduce this issue and no further info from the subscriber.
Closing.