• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

WebSphere "Unable to save ear"

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
Has anyone received the error, "Unable to save ear", when deploying an ear on WebSphere 4.0? I suspect it is a permission problem because I use the same Ant script on another machine and the generated ear deploys OK. There is a diffence in the umask between machines and I know Ant does not retain file permissions when copying. The build consists of a WAR, utility jars, and a deployed EJB jar. Does anyone know what file permissions WebSphere needs when deploying an ear?
Thanks,
Travis
 
reply
    Bookmark Topic Watch Topic
  • New Topic