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 204730 - NullPointerException at org.netbeans.modules.glassfish.common.nodes.actions.UndeployModuleAction.performAction
Summary: NullPointerException at org.netbeans.modules.glassfish.common.nodes.actions.U...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-07 08:25 UTC by Martin Janicek
Modified: 2011-11-10 16:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 176426


Attachments
stacktrace (3.34 KB, text/plain)
2011-11-07 08:25 UTC, Martin Janicek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Janicek 2011-11-07 08:25:48 UTC
Build: NetBeans IDE Dev (Build 20111103-de291d9bb8e9)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.2-b06, Java(TM) SE Runtime Environment, 1.6.0_27-b07
OS: Windows 7

User Comments:
mjanicek: I was in Services/Servers/Glassfish Server 3+. I had like a 10 application deployed on the server so I decided to undeploy some of them - when I did that, the exception has been thrown.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.glassfish.common.nodes.actions.UndeployModuleAction.performAction(UndeployModuleAction.java:78)
   at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:586)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
   at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:116)
   at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:99)
   at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:583)
Comment 1 Martin Janicek 2011-11-07 08:25:52 UTC
Created attachment 112892 [details]
stacktrace
Comment 2 Quality Engineering 2011-11-10 15:57:49 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/d48ea8262133
User: vince kraemer <vkraemer@netbeans.org>
Log: #204730 : an npe
Comment 3 Vince Kraemer 2011-11-10 16:57:14 UTC
in the dev build