Discussion:
build-impl.xml:268: The module has not been deployed error
frozt
2010-09-04 18:19:19 UTC
Permalink
Hello,

I am new for java EE applications and I am trying to learn some.
I installed latest Netbeans IDE and normal Java sample projects run on my computer but when I tried to run java EE sample projects I get this error as it says " .....build-impl.xml:268: The module has not been deployed"
What might cause this problem? I searched web for days and couldnt figured it out. What might I forgot to set or install that netbeans can not deploy the project...
frozt
2010-09-11 19:02:24 UTC
Permalink
Post by frozt
Hello,
I am new for java EE applications and I am trying to learn some.
I installed latest Netbeans IDE and normal Java sample projects run on my computer but when I tried to run java EE sample projects I get this error as it says " .....build-impl.xml:268: The module has not been deployed"
What might cause this problem? I searched web for days and couldnt figured it out. What might I forgot to set or install that netbeans can not deploy the project...
Any reply?? javascript:emoticon(':?')
Here is the messages from netbeans:

Starting GlassFish v3 Domain
GlassFish v3 Domain is running.
Initial deploying LotteryAnnotation to C:\Documents and Settings\A&A\Belgelerim\NetBeansProjects\LotteryAnnotation\dist\gfdeploy\LotteryAnnotation
Completed initial distribution of LotteryAnnotation
deploy?path=C:\Documents and Settings\A&A\Belgelerim\NetBeansProjects\LotteryAnnotation\dist\gfdeploy\LotteryAnnotation&name=LotteryAnnotation&force=true failed on GlassFish v3 Domain
C:\Documents and Settings\A&A\Belgelerim\NetBeansProjects\LotteryAnnotation\nbproject\build-impl.xml:279: The module has not been deployed.
BUILD FAILED (total time: 58 seconds) :?
xephres
2010-10-07 16:33:25 UTC
Permalink
Hello,

I have the same problem, when I try to run, it display error at line 279 and when I try debug, the error is at line 427. XML can be opened without warning in a browser, it is properly build. Does anyone know where the problem come from?


Thanks

from line 278

Code:
<target if="netbeans.home" name="-run-deploy-nb">
<nbdeploy clientModuleUri="${client.module.uri}" clientUrlPart="${client.urlPart}" debugmode="false" forceRedeploy="${forceRedeploy}"/>
</target>
From line 426
Code:
<target depends="dist" description="Debug project in IDE." if="netbeans.home" name="run-debug" unless="app.client">
<nbdeploy clientModuleUri="${client.module.uri}" clientUrlPart="${client.urlPart}" debugmode="true"/>
<antcall target="connect-debugger"/>
<antcall target="debug-display-browser"/>
</target>

Loading...