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 192189 - java.util.zip.ZipException: invalid LOC header (bad signature)
Summary: java.util.zip.ZipException: invalid LOC header (bad signature)
Status: CLOSED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-19 18:39 UTC by vietdung1306
Modified: 2010-11-23 20:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 169749


Attachments
stacktrace (611 bytes, text/plain)
2010-11-19 18:39 UTC, vietdung1306
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vietdung1306 2010-11-19 18:39:47 UTC
This issue was reported manually by vietdung1306.
It already has 2 duplicates 


Build: NetBeans IDE 6.9.1 (Build 201011082200)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows Vista

User Comments:
vietdung1306: When run "Clean And Buid" Project
Or "Build" or "Clean" Project




Stacktrace: 
java.util.zip.ZipException: invalid LOC header (bad signature)
   at java.util.zip.ZipFile.read(ZipFile.java:0)
   at java.util.zip.ZipFile.access$1200(ZipFile.java:29)
   at java.util.zip.ZipFile$ZipFileInputStream.read(ZipFile.java:447)
   at java.util.zip.ZipFile$1.fill(ZipFile.java:230)
   at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:141)
   at org.netbeans.JarClassLoader$JarSource.resource(JarClassLoader.java:547)
Comment 1 vietdung1306 2010-11-19 18:39:50 UTC
Created attachment 103113 [details]
stacktrace
Comment 2 Jesse Glick 2010-11-23 18:57:17 UTC
Perhaps a corrupt IDE installation?
Comment 3 vietdung1306 2010-11-23 20:22:44 UTC
(In reply to comment #2)
> Perhaps a corrupt IDE installation?

I have reinstalled Netbeans 7.0 and run good ! Thank