Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

The module has not been deployed error - NetBeans

843789Jun 24 2010 — edited Jul 12 2010
Hi,

I am basically a .NET developer and I am trying to convert some of our .NET pages to JSPs. I am brand new to Java/JSP world. Any help is much appreciated.

I am not sure if I can attach a word document with a screen shot of the message/error I am getting. Any ways I have written a sample JSP that connects to HR schema in Oracle 10g Express Edition to display the data from the countries table and it works as expected.

But not sure, if it accidentally got messed up it is throwing the below error message in the out put window of the NetBeans IDE every time I try to run the page.


C:\Documents and Settings\a408014\My Documents\NetBeansProjects\ITAssetsDB\nbproject\build-impl.xml:686: The module has not been deployed.
BUILD FAILED (total time: 0 seconds)

when I click on the above link it is getting focus on these lines

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

I am not sure what got messed up but it doesn't go away. Can some one help me fix this error. Looks like it is purely an environment issue in NetBeans IDE.

Any help is much appreciated.

Thanks
NC
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 9 2010
Added on Jun 24 2010
2 comments
5,306 views