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 - 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.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-21 11:58 UTC by marckoby
Modified: 2015-09-09 17:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218663


Attachments
stacktrace (1.23 KB, text/plain)
2015-07-21 11:58 UTC, marckoby
Details

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