Discussion:
build-impl.xml:268: The module has not been deployed error
gss
2010-11-09 10:58:33 UTC
Permalink
Hi
Iam trying to run a web project in netbeans 6.7 in weblogic 9.2 server with jdk 1.5. I get the error in build-impl.xml:589: The module has not been deployed.
The line 589 in the xml is the line where the tag nbdeploy starts.

Code:

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




Please help me out with this problem.[/code]
gss
2010-11-09 11:01:08 UTC
Permalink
Hi
Iam trying to run a web project in netbeans 6.7 in weblogic 9.2 server with jdk 1.5. I get the error in build-impl.xml:589: The module has not been deployed.
The line 589 in the xml is the line where the tag nbdeploy starts.

Code:

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




Please help me out with this problem.
hatspencer
2010-11-11 14:17:19 UTC
Permalink
A lot of times I just have to hit 'Clean & Build' for all of the projects and it will work fine afterwards. If the build fails with an error, just try again a few times.

If that's not the case, check the server log and the server messages, these should tell you what the problem is.
Loading...