I build the ear file using
ant 1.7v and deployed that in weblogic10. It ear is deployed successfully, but when I ran a application it gives me the below exception:
IOException processing module:ABCD
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:127)
at java.util.jar.JarFile.<init>(JarFile.java:135)
at java.util.jar.JarFile.<init>(JarFile.java:99)
I have no clue how to fix this error, any help will be great!
Thanks
dk