users@glassfish.java.net

Unable to deploy to standalone Glassfish v3 from Netbeans

From: janne mattila <jannepostilistat_at_gmail.com>
Date: Mon, 21 Jun 2010 19:01:55 +0300

I installed Glassfish v3 separately (not bundled in netbeans). I also
changed the ports (http etc) from the defaults.

Now if I try to create for example simple dummy EJB project in netbeans and
deploy it to GF I get the error:

init:
deps-jar:
compile:
library-inclusion-in-archive:
dist-directory-deploy:
pre-run-deploy:
In-place deployment at
C:\Users\zzz\Documents\NetBeansProjects\EJBModule1\build\classes
Initializing...
deploy?path=C:\Users\zzz\Documents\NetBeansProjects\EJBModule1\build\classes&name=EJBModule1&force=true
failed on GlassFish Server 3 - valtimo - 2
C:\Users\zzz\Documents\NetBeansProjects\EJBModule1\nbproject\build-impl.xml:565:
The module has not been deployed.
BUILD FAILED (total time: 0 seconds)

If I do the same with Netbeans that comes with bundled Glassfish, deployment
works fine. What can be the problem?