• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

web application fails to deploy

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I created a bean and a web service and lastly i created a web application to combine the bean and the service. While deploying the web application i encountered the following error


pre-dist:
post-dist:
dist-directory-deploy:
pre-run-deploy:
Initial deploying FlowerApplication to C:\Users\fade\Documents\NetBeansProjects\FlowerApplication\dist\gfdeploy\FlowerApplication
Completed initial distribution of FlowerApplication
deploy?path=C:\Users\fade\Documents\NetBeansProjects\FlowerApplication\dist\gfdeploy\FlowerApplication&name=FlowerApplication&force=true failed on GlassFish Server 3
C:\Users\fade\Documents\NetBeansProjects\FlowerApplication\nbproject\build-impl.xml:268: The module has not been deployed.
BUILD FAILED (total time: 15 seconds)


I am using netbeans 6.9 with glassfish3.0 and java 6

NB: All the application was from a tutorial i have downloaded from the internet
i was not sure where to put the "build-impl.xml"

help me here;
Fade

 
Ranch Hand
Posts: 171
Hibernate Spring Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
could you please provide the detailed logs here..
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic