• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Beginner fail to deploy firstcup-dukes-age

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?
 
Marshal
Posts: 80645
473
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to JavaRanch

Please tell us where the example is (link). Many of us are not familiar with it. What instructions did it give about the CLASSPATH required for that exercise?
 
reply
    Bookmark Topic Watch Topic
  • New Topic