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 255275 - java.util.zip.ZipException: zip file is empty
Summary: java.util.zip.ZipException: zip file is empty
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-14 14:29 UTC by Exceptions Reporter
Modified: 2016-04-22 11:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219924


Attachments
stacktrace (2.58 KB, text/plain)
2015-09-14 14:29 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-09-14 14:29:09 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.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 8

User Comments:
GUEST: I was starting IDE and this is very slow, please help.




Stacktrace: 
java.util.zip.ZipException: zip file is empty
   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 2015-09-14 14:29:11 UTC
Created attachment 156154 [details]
stacktrace
Comment 2 Tomas Hurka 2016-04-22 11:17:56 UTC
Please upgrade to NetBeans 8.1. The problem should be fixed there. Thanks.