java - build-impl.xml:1022: The module has not been deployed -
as first post in forum , if make mistake please forgive me. using netbeans ide 7.2.1 version , apache tomcat inbuilt in it. have web application project running nicely of sudden came error mentioned below :
deploy? config=file%3a%2fc%3a%2fusers%2fsourya%2fappdata%2flocal%2ftemp%2fcontext2934387861047212056.xml&path=/employeeinformationsystem http://localhost:8084/manager/text/deploy?config=file%3a%2fc%3a%2fusers%2fsourya%2fappdata%2flocal%2ftemp%2fcontext2934387861047212056.xml&path=/employeeinformationsystem o:\netbeansproject\employeeinformationsystem\nbproject\build-impl.xml:1022: module has not been deployed. see server log details.
there previous thread mentioning problem could'nt find proper solution among that. have tried build & clean several times still no solution. link in above mentioned error i.e in xml line 1022 codes :
1021 <target if="netbeans.home" name="-run-deploy-nb"> 1022 <nbdeploy clienturlpart="${client.urlpart}" debugmode="false" forceredeploy="${forceredeploy}"/> 1023 </target>
and when trying create new web application showing same error cannot build it. supposed now? in advance..
the exception means deployment did not work out - whatever reason. if not whole stack trace search more significant exception. if can not find revert either project step step , / or install second instance of tomcat try run there.
to start application containers it's helpful use code versioning tool subversion or git compare project stages (of course can use ide built in features not mess tools supposed other things :-) ). can find out changed. save lot of time - when let ide generate things you...
Comments
Post a Comment