• 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

J2EE Glassfish2 Deployment Error

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am deploying Glassfish 2.1.1 with J2EE 1.4. The project compiles-builds successfully. But it fails to deploy and open in the browser. The error from the log is:

com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: hello2


caused by

Caused by: java.io.FileNotFoundException: C:/eepassion/UnZip/servletbasics/samples/hello2/build/web


I looked in the sum-web.xml and looks like have the following:
The project was originally running under Glassfish 3 which would be Application Server 9.0. I tried to change this to Application Server 8.1 whichi is Glassfish 2. Still receiving the same message.

You can view the entire log here:
http://stackoverflow.com/questions/3942246/glassfish-2-server-log/3950691#3950691

Appreciate your help. Hope this is the correct forum???
Sally
reply
    Bookmark Topic Watch Topic
  • New Topic