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 73312

Summary: Some applications can not be undeployed
Product: serverplugins Reporter: Petr Jiricka <pjiricka>
Component: Sun Appserver 9Assignee: Nitya Doraisamy <nityad>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot with the unsuccessful undeployment

Description Petr Jiricka 2006-03-06 22:12:20 UTC
NetBeans March 6 continuous build
JDK 5.0_04
Appserver 9 build 39 (March 1)

I tried to undeploy web applications from the server. There were two
applications, one called WebApplication25 and the other did not have a display
name. I could undeploy the one with display name, but the one without the
display name could not be undeployed. See the attached screenshot that shows:

- Runtime tab with the server
- Properties window with the properties of the deployed web application
- Output tab with a log of the unsuccessful undeployment
Comment 1 Petr Jiricka 2006-03-06 22:14:54 UTC
Created attachment 29141 [details]
Screenshot with the unsuccessful undeployment
Comment 2 Petr Jiricka 2006-03-06 22:15:39 UTC
Also this was in the log file:

The module has not been deployed.
[catch] at
org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:105)
        at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:76)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
        at org.apache.tools.ant.Task.perform(Task.java:364)
Comment 3 Petr Jiricka 2006-03-06 22:17:04 UTC
Sorry, regarding the JDK: the server and the project target platform is 1.5_05.
The IDE itself is running on 1.6 beta.
Comment 4 Jaroslav Pospisil 2006-03-07 08:01:14 UTC
This issue is duplicate of Issue 72048.

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