PDA

View Full Version : Beginner fail to deploy firstcup-dukes-age



HaRLo
June 15th, 2009, 09:57 AM
Hello,I'm j2ee beginner.
I'm trying to learn j2ee by doing the firstcup demo from java sun.
I'm following each step by step configuration except using the glassfish server instead of sun java application server.
However,I failed to deploy my project. Here is my deploy message:

init:
deps-module-jar:
deps-ear-jar:
deps-jar:
library-inclusion-in-archive:
library-inclusion-in-manifest:
wsgen-init:
wsgen-DukesAge:
wsgen-service-compile:
Compiling 2 source files to C:\Documents and Settings\FEI\Desktop\myexample\firstcup-dukes-age\build\web\WEB-INF\classes
compile:
compile-jsps:
Building jar: C:\Documents and Settings\FEI\Desktop\myexample\firstcup-dukes-age\dist\firstcup-dukes-age.war
In-place deployment at C:\Documents and Settings\FEI\Desktop\myexample\firstcup-dukes-age\build\web
deploy?path=C:\Documents and Settings\FEI\Desktop\myexample\firstcup-dukes-age\build\web&name=firstcup-dukes-age&force=true&properties=keepSessions=true running on GlassFish V3
http://localhost:4848/__asadmin/deploy?path=C:%5CDocuments%20and%20Settings%5CFEI% 5CDesktop%5Cmyexample%5Cfirstcup-dukes-age%5Cbuild%5Cweb&name=firstcup-dukes-age&force=true&properties=keepSessions=true
C:\Documents and Settings\FEI\Desktop\myexample\firstcup-dukes-age\nbproject\build-impl.xml:551: The module has not been deployed.
BUILD FAILED (total time: 3 seconds)

Anyone can help me? ;)