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?