• 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 deploy a war file to oracle application server 10g

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am developing a web application,using struts framework and Eclipse IDE and OC4J as a servlet container when i export a war file and trying to deploy this war on Oracle OAS 10g the following message appears :

Failed to deploy web application "aoas_new". Failed to deploy web application "aoas_new". . File C:\WINDOWS\TEMP\dir48668.tmp\aoas_new.war is not a jar file.
Resolution:

Base Exception:
java.util.zip.ZipException
invalid END header (bad central directory offset). invalid END header (bad central directory offset)

can any one tell me the reason or the solution of this problem?

thanks in advance
 
reply
    Bookmark Topic Watch Topic
  • New Topic