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 - Some applications can not be undeployed
Summary: Some applications can not be undeployed
Status: RESOLVED DUPLICATE of bug 72048
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:
Depends on:
Blocks:
 
Reported: 2006-03-06 22:12 UTC by Petr Jiricka
Modified: 2006-06-04 23:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot with the unsuccessful undeployment (105.56 KB, image/png)
2006-03-06 22:14 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***