• 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

unable to depoly ear file in weblogic8

 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am trying to deploy '.ear' file in weblogic8. THis file contains war and jar files. I am getting following error.

---------------------------------------------------------------------------
Error:

Exception:weblogic.management.ApplicationException: Prepare failed. Task Id = 9 Module: ejb Error: [EJB:011023]An error occurred while reading the deployment descriptor. The error was: [EJB:010120]Error: The deployment descriptor 'META-INF/ejb-jar.xml' was not found in 'C:\bea\weblogic81\server\bin\.\myserver\.wlnotdelete\cii-ear\ejb'. Please add this file to the JAR and try again..

[Deployer:149033]preparing application cii-ear on myserver
[Deployer:149033]failed application cii-ear on myserver
[Deployer:149034]An exception occurred for task [Deployer:149026]Deploy application cii-ear on myserver.: Exception:weblogic.management.ApplicationException: Prepare failed. Task Id = 9 Module: ejb Error: [EJB:011023]An error occurred while reading the deployment descriptor. The error was: [EJB:010120]Error: The deployment descriptor 'META-INF/ejb-jar.xml' was not found in 'C:\bea\weblogic81\server\bin\.\myserver\.wlnotdelete\cii-ear\ejb'. Please add this file to the JAR and try again.. .

---------------------------------------------------------------------------

But when i deploy war and jar files individually, there is no error. Please let me know how to resolve this.

Thanks in advance,
Susmitha.
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Boss,Do you know can we define application views in weblogic 10.2 integaration?
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by s babu:
Boss,Do you know can we define application views in weblogic 10.2 integaration?



Please do not post your question in other people's topics. This is called "threadjacking" and is considered rude.
UseOneThreadPerQuestion
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic