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 247014

Summary: java.util.zip.ZipException: error in opening zip file
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: Module SystemAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 211706
Attachments: stacktrace

Description Exceptions Reporter 2014-09-11 04:44:24 UTC
This bug was originally marked as duplicate of bug 240557, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) Client VM, 25.11-b03, Java(TM) SE Runtime Environment, 1.8.0_11-b12
OS: Windows 7

User Comments:
GUEST: ?????? netbeans




Stacktrace: 
java.util.zip.ZipException: error in opening zip file
   at java.util.zip.ZipFile.open(ZipFile.java:0)
   at java.util.zip.ZipFile.<init>(ZipFile.java:220)
   at java.util.zip.ZipFile.<init>(ZipFile.java:150)
   at java.util.jar.JarFile.<init>(JarFile.java:166)
   at java.util.jar.JarFile.<init>(JarFile.java:145)
   at org.netbeans.JarClassLoader$JarSource$1.call(JarClassLoader.java:524)
Comment 1 Exceptions Reporter 2014-09-11 04:44:26 UTC
Created attachment 149128 [details]
stacktrace
Comment 2 Jaroslav Tulach 2014-11-14 13:31:45 UTC
You seem to have corrupted JAR file(s) in your installation. Can you please check if they are really corrupted? E.g. try to open them as ZIP files?

If they are corrupted, then the question is how they got to your computer? After installation? After an update? Please tell us and reopen this bug!