• 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

Error in opening zip file

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does anybody know what this error means? I get it when trying to deploying an enterprise application on WL 6.0. I package up my ejbs in a jar file and use weblogic.ejbc to compile, and I package up my web app in a war file.
The error has only turned up since I try to refernce images and css files in folders in the root directory of the war file. The browser gives a 404 error and the server gives a zip file error.
When i package the war file I do not use compression.
Can anyone help me please?
 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you're seeing something like this in the logs:
####<Jul 6, 2001 7:18:52 PM EDT> <Error> <Management> <spinner> <myserver>
<Application Manager Thread> <> <> <141004> <IOException opening application
mydomain:Name=war-eadirect,Type=Application, loading from path
./config/mydomain/applications/war-eadirect.ear>
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:110)
at java.util.jar.JarFile.<init>(JarFile.java:115)
...
there's an open bug report about it, CR037512. The fix is in progress, no ETA, but it'll appear in a future Service Pack.
 
Simon Elliot
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could you tell me where to find this or any bug reports. The problem is sometimes solved by bouncing the server, but if there is some better suggestion around the problem I'd like to know what it is.
si.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic