End2End deployment problem

Hi

I'm very new to java and java ee. While working with java ee 5 with netbeans 5.5.1, when I try to deploy any project it always shows "The module is not deployed" and point an error at this line in build-impl.xml file.

<nbdeploy debugmode="false" forceRedeploy="${forceRedeploy}"/>

I've tried running application server both in normal and debug mode.

Please help

[403 byte] By [shahed.munnaa] at [2007-11-27 6:13:14]
# 1

Which application server are you using? If Sun App Server, you could post the server.log file in the domain../logs folder. Delete the server.log file before you start the app server to make sure it only contains the session for one single deployment. Otherwise it will be too large and confusing. I doubt very much build-impl.xml will have an error unless you have a corrupted netbeans installation.

orbacha at 2007-7-12 17:21:24 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
I'm using Sun Application server. Hope my netbeans installation is not corrupted 'cuz i'v tried reinstalling netbeans, even windows. I'm trying what you suggested.Thanks
shahed.munnaa at 2007-7-12 17:21:24 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3

No.

The problem still exists. I can create, build and run sample CustomerCMP project included in netbeans IDE. Even if I add new EJB modules in CustomerCMP project, it's ok...but whenever I try to create a new EE application and create net EJB then the same problem occurs when I try to run that project.

?

shahed.munnaa at 2007-7-12 17:21:24 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...