This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 213954 - java.util.zip.ZipException: invalid CEN header (bad signature)
Summary: java.util.zip.ZipException: invalid CEN header (bad signature)
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-11 10:46 UTC by papo77
Modified: 2012-10-24 12:27 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 170066


Attachments
stacktrace (690 bytes, text/plain)
2012-06-11 10:46 UTC, papo77
Details

Note You need to log in before you can comment on or make changes to this bug.
Description papo77 2012-06-11 10:46:09 UTC
Build: NetBeans IDE 7.1.2 (Build 201204101705)
VM: Java HotSpot(TM) Client VM, 1.6.0-b105, Java(TM) SE Runtime Environment, 1.6.0-b105
OS: Windows XP

Stacktrace: 
java.util.zip.ZipException: invalid CEN header (bad signature)
   at java.util.zip.ZipFile.open(ZipFile.java:0)
   at java.util.zip.ZipFile.<init>(ZipFile.java:114)
   at java.util.jar.JarFile.<init>(JarFile.java:133)
   at java.util.jar.JarFile.<init>(JarFile.java:97)
   at org.netbeans.modules.j2ee.common.Util.containsClass(Util.java:423)
   at org.netbeans.modules.j2ee.common.Util.containsClass(Util.java:400)
Comment 1 papo77 2012-06-11 10:46:15 UTC
Created attachment 120653 [details]
stacktrace
Comment 2 Martin Fousek 2012-10-24 12:27:55 UTC
It looks that some of the JAR file registered in IDE libraries was corrupted. I changed the logging level since it doesn't bring any important information to user here.

web-main #1c17a1360b05