views:

341

answers:

2

While deploying a particular project I'm getting deployment error like "module has not been deployed"... but I'm able to deploy other projects... the error shown is as follows

In-place deployment at F:\onlineexam_1\build\web
deploy?path=F:\onlineexam_1\build\web&name=onlineexam_1&force=true failed on GlassFish v3 Domain
F:\onlineexam_1\nbproject\build-impl.xml:577: The module has not been deployed.
BUILD FAILED (total time: 3 seconds)
A: 

i have the same problem. Build was cuccessful. Problem occurred when i used the subversion and netbeans copy my project to new folder. Problem will be probably in bad paths in build-impl.xml

576 <target if="netbeans.home" name="-run-deploy-nb">
577    <nbdeploy clientUrlPart="${client.urlPart}" debugmode="false" forceRedeploy="${forceRedeploy}"/>
578 </target>

i'm going create new project and copy all files there.. screw it.

Tomas Vik
A: 

try deleting Catalina folder from work and conf folders of your web server if you use tomcat.

Parsa
it's tagged as a glassfish question so I'm guessing he's not using tomcat
Catchwa