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 159347 - java.util.zip.ZipException: error in opening zip file
Summary: java.util.zip.ZipException: error in opening zip file
Status: CLOSED DUPLICATE of bug 157560
Alias: None
Product: platform
Classification: Unclassified
Component: Launchers&CLI (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: t_h
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-27 17:29 UTC by theshadow27
Modified: 2017-04-26 22:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 696


Attachments
stacktrace (631 bytes, text/plain)
2009-02-27 17:29 UTC, theshadow27
Details

Note You need to log in before you can comment on or make changes to this bug.
Description theshadow27 2009-02-27 17:29:19 UTC
Build: NetBeans IDE Dev (Build 200902270313)
VM: Java HotSpot(TM) 64-Bit Server VM, 1.6.0_07-b06-56, Java(TM) SE Runtime Environment, 1.6.0_07-b06-146
OS: Mac OS X, 10.5.6, x86_64

User Comments:
GUEST: I started NetBeans 6.5 on my Windows XP

GUEST: i was just starting up the program after installnig some plugins

sebsto: 1. Create an EJB project
2. Click on New : CAPS -> OTD Importer
3. Select Message Library from repository
4. Select SWIFT -> 2007 -> Category 5 -> 541

(same excepion with all swift message type I tried)

GUEST: Error trying to install 1.0.1 version of spring netbeans support module.

rafaelacosta: java.util.zip.ZipException: error in opening zip file
	at java.util.zip.ZipFile.open(Native Method)
	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:112)
	at org.netbeans.JarClassLoader$JarSource.getJarFile(JarClassLoader.java:379)
	at org.netbeans.JarClassLoader$JarSource.resource(JarClassLoader.java:407)
	at org.netbeans.Archive.flushCaches(Archive.java:235)
	at org.netbeans.Stamps$Store.store(Stamps.java:467)
[catch] at org.netbeans.Stamps$Worker.run(Stamps.java:629)

moser: canceled adding a library to module project

theshadow27: Opened the IDE for the first time...

GUEST: i tried to install this plugin http://www.soapui.org/index.html; the error is probably 
caused by the unexpected end of the file that has been downloaded correctly

Thanks for your work

GUEST: Opening the netbeans.

GUEST: Downloading Netbeans ide.



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:112)
        at org.netbeans.JarClassLoader$JarSource.getJarFile(JarClassLoader.java:418)
        at org.netbeans.JarClassLoader$JarSource.resource(JarClassLoader.java:449)
Comment 1 theshadow27 2009-02-27 17:29:33 UTC
Created attachment 77484 [details]
stacktrace
Comment 2 t_h 2009-02-28 11:47:20 UTC

*** This issue has been marked as a duplicate of 157560 ***