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 79184 - NPE when undeploy more web applications
Summary: NPE when undeploy more web applications
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
: 74447 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-06-27 10:50 UTC by Petr Pisl
Modified: 2006-07-26 19:59 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 Petr Pisl 2006-06-27 10:50:27 UTC
I had more web applications deployed on Glassfish. Then I choosed in the Runtime
tab -> Sun Java System Application Server -> Applications -> Web Applications
three of them and invoke action Undeploy.

I got this exception:
java.lang.NullPointerException
	at
org.netbeans.modules.j2ee.sun.ide.runtime.actions.UndeployAction$1.run(UndeployAction.java:57)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:493)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:926)
Comment 1 Nitya Doraisamy 2006-07-25 22:21:46 UTC
Fixed NPE caused by refresh action after undeploying multiple deployed modules
Comment 2 _ ludo 2006-07-26 19:59:17 UTC
*** Issue 74447 has been marked as a duplicate of this issue. ***