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 - java.util.zip.ZipException: error in opening zip file
Summary: java.util.zip.ZipException: error in opening zip file
Status: RESOLVED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-11 04:44 UTC by Exceptions Reporter
Modified: 2014-11-14 13:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211706


Attachments
stacktrace (4.93 KB, text/plain)
2014-09-11 04:44 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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!