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 105246 - Deployment on Tomcat does not work
Summary: Deployment on Tomcat does not work
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-31 11:33 UTC by Adam Sotona
Modified: 2007-06-18 12:40 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 Adam Sotona 2007-05-31 11:33:46 UTC
A Web Application fails to be deployed to Tomcat 5.5.17 with reason: "The module
has not been deployed."
Server log does not contain any information about the deployment attempt.



In-place deployment at C:\Documents and Settings\Adam\My
Documents\NetBeansProjects\WebApplication2\build\web
deploy?config=file:/C:/temp/context60893.xml&path=/WebApplication2
http://localhost:8080/manager/deploy?config=file:/C:/temp/context60893.xml&path=/WebApplication2
C:\Documents and Settings\Adam\My
Documents\NetBeansProjects\WebApplication2\nbproject\build-impl.xml:484:
Deployment error:
The module has not been deployed.
See the server log for details.
        at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:105)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
        at sun.reflect.GeneratedMethodAccessor70.invoke(Unknown Source)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:357)
        at org.apache.tools.ant.Target.performTasks(Target.java:385)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
        at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
        at
org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:256)
        at
org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:438)
        at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:129)
Caused by: Deployment error:
The module has not been deployed.
See the server log for details.
        at
org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:139)
        at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:82)
        ... 15 more
Caused by: The module has not been deployed.
        at
org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:133)
        ... 16 more
--- Nested Exception ---
Deployment error:
The module has not been deployed.
See the server log for details.
        at
org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:139)
        at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:82)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
        at sun.reflect.GeneratedMethodAccessor70.invoke(Unknown Source)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:357)
        at org.apache.tools.ant.Target.performTasks(Target.java:385)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
        at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
        at
org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:256)
        at
org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:438)
        at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:129)
Caused by: The module has not been deployed.
        at
org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:133)
        ... 16 more
Comment 1 Sherold Dev 2007-05-31 14:36:44 UTC
Cannot reproduce the issue, marking as INCOMPLETE.

Please attach the Tomcat server output, server log and NetBeans messages.log 
($NB_USER_DIR/var/log/messages.log) after the issue occurs again.

Thanks
Comment 2 Sherold Dev 2007-06-18 12:40:02 UTC
Closing as INVALID since there is not feedback from the user.