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
# 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.
# 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.
?