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 242575

Summary: java.util.zip.ZipException: zip file is empty
Product: platform Reporter: szmitek <szmitek>
Component: AutoupdateAssignee: Libor Fischmeistr <lfischmeistr>
Status: RESOLVED WORKSFORME    
Severity: normal CC: szmitek
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 208164
Attachments: stacktrace

Description szmitek 2014-03-05 12:51:57 UTC
Build: NetBeans IDE 8.0 Beta (Build 201401141042)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b66, Java(TM) SE Runtime Environment, 1.8.0-ea-b124
OS: Windows 8

User Comments:
szmitek: On NetBeans startup




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.zip.ZipFile.<init>(ZipFile.java:164)
   at org.eclipse.osgi.framework.util.SecureAction$14.run(SecureAction.java:278)
   at org.eclipse.osgi.framework.util.SecureAction$14.run(SecureAction.java:1)
Comment 1 szmitek 2014-03-05 12:51:59 UTC
Created attachment 145775 [details]
stacktrace
Comment 2 Jaroslav Tulach 2014-03-05 13:54:09 UTC
Is C:\Program Files\NetBeans 8.0 Beta\ide\modules\org-eclipse-equinox-registry.jar really empty? If so, why?

Please attach $userdir/var/log/updater*log file and reopen.