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

Summary: java.util.zip.ZipException: zip file is empty
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: Module SystemAssignee: Tomas Hurka <thurka>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 219924
Attachments: stacktrace

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.