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 179927 - java.util.zip.ZipException: error in opening zip file
Summary: java.util.zip.ZipException: error in opening zip file
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
: 180166 180470 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-01-27 12:17 UTC by Jesse Glick
Modified: 2010-02-12 02:38 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 164634


Attachments
stacktrace (2.86 KB, text/plain)
2010-01-27 12:17 UTC, Jesse Glick
Details
stacktrace (2.86 KB, text/plain)
2010-02-04 12:06 UTC, Jesse Glick
Details
stacktrace (2.86 KB, text/plain)
2010-02-05 10:13 UTC, arcnor
Details
stacktrace (2.86 KB, text/plain)
2010-02-08 15:25 UTC, Jesse Glick
Details
stacktrace (2.47 KB, text/plain)
2010-02-09 05:11 UTC, Egor Ushakov
Details
stacktrace (2.86 KB, text/plain)
2010-02-12 02:38 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2010-01-27 12:17:40 UTC
Build: NetBeans IDE Dev (Build 100127-8197e13020f4)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Linux

User Comments:
jglick: Opening projects while running a build.




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:114)
   at java.util.jar.JarFile.<init>(JarFile.java:133)
   at java.util.jar.JarFile.<init>(JarFile.java:97)
   at org.openide.filesystems.JarFileSystem.getJar(JarFileSystem.java:938)
   at org.openide.filesystems.JarFileSystem.reOpenJarFile(JarFileSystem.java:719)
Comment 1 Jesse Glick 2010-01-27 12:17:45 UTC
Created attachment 93610 [details]
stacktrace
Comment 2 Jaroslav Tulach 2010-02-03 11:23:03 UTC
Annoying. Deserves a fix.
Comment 3 Jaroslav Tulach 2010-02-03 11:35:38 UTC
*** Bug 180166 has been marked as a duplicate of this bug. ***
Comment 4 Jesse Glick 2010-02-04 12:06:30 UTC
Created attachment 93877 [details]
stacktrace
Comment 5 Exceptions Reporter 2010-02-04 12:06:44 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=164634
Comment 6 arcnor 2010-02-05 10:13:45 UTC
Created attachment 93921 [details]
stacktrace

Compiling my code with "Build and clean"
Comment 7 Jesse Glick 2010-02-08 15:25:34 UTC
Created attachment 93972 [details]
stacktrace
Comment 8 Jaroslav Tulach 2010-02-09 04:48:31 UTC
Changeset: f214586d811e
Author:    Jaroslav Tulach <jtulach@netbeans.org>
Date:      2010-02-09 12:46
Message:   Using logger to report problems during JarFile open. Skipping the attempt completelyl if the file is not readable.
Issue #179927 - java.util.zip.ZipException: error in opening zip file
Comment 9 Egor Ushakov 2010-02-09 05:11:38 UTC
Created attachment 93994 [details]
stacktrace
Comment 10 Jaroslav Tulach 2010-02-09 07:28:21 UTC
*** Bug 180470 has been marked as a duplicate of this bug. ***
Comment 11 Quality Engineering 2010-02-10 02:23:18 UTC
Integrated into 'main-golden', will be available in build *201002100200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f214586d811e
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: Using logger to report problems during JarFile open. Skipping the attempt completelyl if the file is not readable.
Issue #179927 - java.util.zip.ZipException: error in opening zip file
Comment 12 Vladimir Voskresensky 2010-02-12 02:38:31 UTC
Created attachment 94111 [details]
stacktrace