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 70190 - Strange error
Summary: Strange error
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
: 74273 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-12-10 13:40 UTC by kitfox
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log file (161.91 KB, text/plain)
2005-12-10 14:00 UTC, kitfox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kitfox 2005-12-10 13:40:21 UTC
I recently upgraded to the 20051208 dev version of NetBeans.  Things have been
going fine for the last two days, but all of a sudden I've been getting the
following exception thrown about once a minute.  Shutting down and restarting
NetBeans didn't help:

java.lang.InternalError: jzentry == 0,
 jzfile = 301150088,
 total = 895,
 name = C:\dev\lib\kitfoxUtilities.jar,
 i = 219,
 message = invalid LOC header (bad signature)
	at java.util.zip.ZipFile$3.nextElement(ZipFile.java:429)
	at java.util.zip.ZipFile$3.nextElement(ZipFile.java:415)
	at
org.netbeans.modules.javacore.scanning.ZipArchiveInfo.getRootFileInfo(ZipArchiveInfo.java:48)
	at org.netbeans.modules.javacore.scanning.FileScanner.scan(FileScanner.java:160)
	at org.netbeans.modules.javacore.JMManager.scanFiles(JMManager.java:1092)
	at org.netbeans.modules.javacore.JMManager.resolveCPRoot(JMManager.java:1006)
	at org.netbeans.modules.javacore.JMManager.resolveCodebases(JMManager.java:815)
	at org.netbeans.modules.javacore.JMManager$2.run(JMManager.java:769)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:493)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:926)
Comment 1 kitfox 2005-12-10 14:00:14 UTC
Created attachment 27707 [details]
log file
Comment 2 kitfox 2005-12-10 14:00:35 UTC
Reboot didn't help either.
Comment 3 Jan Becicka 2005-12-13 16:28:52 UTC
Iy looks like C:\dev\lib\kitfoxUtilities.jar is corrupted. Can you check, if
this jar is correct?
Comment 4 kitfox 2005-12-13 16:44:43 UTC
The jar is correct, and works well when building with non modules.  It's one of
my main jars, and many of my projects depend on it.  And all except the module
seem to be using it fine.
Comment 5 Jan Becicka 2005-12-19 13:26:18 UTC
Can you attach this zip?
Comment 6 kitfox 2005-12-19 13:39:12 UTC
I've recompiled since then, and am no longer getting the error, so I don't think
it will help.
Comment 7 Jiri Prox 2006-04-05 12:10:00 UTC
*** Issue 74273 has been marked as a duplicate of this issue. ***
Comment 8 Jan Becicka 2006-10-26 16:28:01 UTC
Javacore module was replaced by Retouche infrastructure. This bug is not valid
in trunk any more.
Comment 9 Quality Engineering 2007-09-20 09:55:57 UTC
Reorganization of java component