Posted By:
Anonymous
Posted On:
Tuesday, June 3, 2008 10:54 PM
Hi , I am using the netbeans 5.5 with JDK 1.4.2 When i am trying to run/debug the application it's giving the following error. init deps-module-jar deps-ear-jar deps-jar library-inclusion-in-archive: library-inclusion-in-manifest: compile: compile-jsps: do-dist: dist: debug: Stopping server Tomcat 5.0 Tomcat server stopped. Starting debug server Tomcat 5.0 Starting Tomcat process... Waiting for Tomcat... Tomcat server started. In-place deployment at E:WorkSpaceCiscoDC uildweb h
More>>
Hi ,
I am using the netbeans 5.5 with JDK 1.4.2 When i am trying to run/debug the application it's giving the following error.
init
deps-module-jar
deps-ear-jar
deps-jar
library-inclusion-in-archive:
library-inclusion-in-manifest:
compile:
compile-jsps:
do-dist:
dist:
debug:
Stopping server Tomcat 5.0
Tomcat server stopped.
Starting debug
server Tomcat 5.0
Starting Tomcat process...
Waiting for Tomcat...
Tomcat server started.
In-place deployment at E:WorkSpaceCiscoDC uildweb
http://localhost:9999/manager/deploy?config=file:/C:/DOCUME~1/veeru/LOCALS~1/Temp/context41065.xml&war=file:/E:/RajendraWorkSpace/CiscoDC/build/web/
E:WorkSpaceCiscoDC
bproject uild-impl.xml:616:
Deployment error:
The module has not been deployed.
See the server log for details.
BUILD FAILED (total time: 50 seconds)
But when I checked the server logs nothing is there and i am able to deploy sucessfully by simply copying the war file but deploy from netbeans is faild with the above error. I wanted to deploy it from netbeans as I have to debug it.
Please help me in resolving this.
<<Less