• 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

IOException while deploying.- from "applications" directory

 
Ranch Hand
Posts: 192
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I am new to weblogic. I have written ant script, that will generate the required ear file. When I paste this ear file into the applications directory for autodeployment, weblogic takes this ear file and it starts deployment. It throws up, this IOException, saying a jar file cannot be read. This is the error it gives.

<Error deploying application. ejb_CalendarActions: Caught IOException for path=: /opt/app/weblogic61sp3/./applications/.wlnotdelete/wlap41710/ejb_CalendarActions.jar>

Every time when I copy the ear file into the applications directory, the error comes with different jar files. I have tried to extract the ear files using jar xvf. I am able to extract the ear files as well as the jar files. I dont know why such error keep coming. Kindly help thanks in advance, S.arun prasath
 
Arun Prasath
Ranch Hand
Posts: 192
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI,
the problem is solved. it was because, inside the jar files, some .class files were missing and once that is added, the problem got solved.
s.arun prasath
reply
    Bookmark Topic Watch Topic
  • New Topic