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 253614

Summary: java.util.zip.ZipException: error in opening zip file
Product: platform Reporter: marckoby
Component: Module SystemAssignee: Tomas Hurka <thurka>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218663
Attachments: stacktrace

Description marckoby 2015-07-21 11:58:55 UTC
This bug was originally marked as duplicate of bug 247041, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build nbms-and-javadoc-163-on-20150714)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Windows 8.1

User Comments:
marckoby: install modules




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:0)
   at java.util.zip.ZipFile.<init>(ZipFile.java:0)
   at java.util.jar.JarFile.<init>(JarFile.java:0)
   at java.util.jar.JarFile.<init>(JarFile.java:0)
   at org.netbeans.core.startup.ModuleList.findJarByName(ModuleList.java:224)
Comment 1 marckoby 2015-07-21 11:58:57 UTC
Created attachment 154763 [details]
stacktrace
Comment 2 Tomas Hurka 2015-09-09 17:06:42 UTC
java.util.zip.ZipException: error in opening zip file
	at java.util.zip.ZipFile.open(Native Method)
	at java.util.zip.ZipFile.<init>(Unknown Source)
	at java.util.zip.ZipFile.<init>(Unknown Source)
	at java.util.jar.JarFile.<init>(Unknown Source)
	at java.util.jar.JarFile.<init>(Unknown Source)
	at org.netbeans.core.startup.ModuleList.findJarByName(ModuleList.java:224)
	at org.netbeans.core.startup.ModuleList.access$2200(ModuleList.java:118)

shows that there are some broken jars. If you want us to investigate it, please provide steps how to reproduce it. Thanks.