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 187009 - NullPointerException at org.netbeans.modules.portalpack.servers.core.JSR88DeploymentHandler.undeployApp
Summary: NullPointerException at org.netbeans.modules.portalpack.servers.core.JSR88Dep...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Portalpack (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Satyaranjan D
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-31 21:47 UTC by kjozic
Modified: 2010-05-31 21:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 152786


Attachments
stacktrace (829 bytes, text/plain)
2010-05-31 21:47 UTC, kjozic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kjozic 2010-05-31 21:47:18 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
GUEST: undeployed a portlet




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.portalpack.servers.core.JSR88DeploymentHandler.undeployApp(JSR88DeploymentHandler.java:206)
   at org.netbeans.modules.portalpack.servers.core.impl.j2eeservers.sunappserver.GlassFishServerDeployHandler._undeploy(GlassFishServerDeployHandler.java:291)
   at org.netbeans.modules.portalpack.servers.core.impl.j2eeservers.sunappserver.GlassFishServerDeployHandler.undeploy(GlassFishServerDeployHandler.java:213)
   at org.netbeans.modules.portalpack.servers.jnpc.impl.JNPCTaskHandler.undeploy(JNPCTaskHandler.java:236)
   at org.netbeans.modules.portalpack.servers.core.PSDeployerImpl$1.run(PSDeployerImpl.java:230)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:602)
Comment 1 kjozic 2010-05-31 21:47:21 UTC
Created attachment 99690 [details]
stacktrace