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 271775 - java.util.zip.ZipException: error in opening zip file
Summary: java.util.zip.ZipException: error in opening zip file
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-09 04:44 UTC by Exceptions Reporter
Modified: 2017-11-09 04:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230831


Attachments
stacktrace (1.09 KB, text/plain)
2017-11-09 04:44 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-11-09 04:44:14 UTC
This bug was originally marked as duplicate of bug 254427, 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.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.151-b12, Java(TM) SE Runtime Environment, 1.8.0_151-b12
OS: Windows 10

User Comments:
GUEST: importing a theme

GUEST: error in opening zip file

GUEST: Added java and maven plugins, then tried to exit NetBeans




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:225)
   at java.util.zip.ZipFile.<init>(ZipFile.java:155)
   at java.util.zip.ZipFile.<init>(ZipFile.java:169)
   at org.netbeans.modules.options.export.OptionsExportModel.listZipFile(OptionsExportModel.java:1144)
   at org.netbeans.modules.options.export.OptionsExportModel.getRelativePaths(OptionsExportModel.java:821)
Comment 1 Exceptions Reporter 2017-11-09 04:44:16 UTC
Created attachment 165421 [details]
stacktrace