• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Deployment Error ???

 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi! Friends,
New to OAS. Used enterprise manager to deploy an SLB application module to application server (create a .EAR file first), got the following error in the first step. Checked the application.xml, and ejb-jar.xml, all seems good.
Has anybody ever seen similar error?

"Invalid J2EE application file specified - Jar file: C:\WINNT\TEMP\jar40458.tmp is missing its standard xml descriptor located at META-INF/ejb-jar.xml"

Have worked on Weblogic successfully. Can anybody guide me ???
-Navin.
 
author & internet detective
Posts: 42145
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Navin,
Try double checking the permissions on the directory that the EAR is expanding into. Also, try looking at that directory to see if anything is missing (like the deployment descriptor.)
 
reply
    Bookmark Topic Watch Topic
  • New Topic