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 238298 - Exception: 4846584 file D:\hg\core-main\openide.awt\manifest.mf ReadEnd read bytes:0 time:0
Summary: Exception: 4846584 file D:\hg\core-main\openide.awt\manifest.mf ReadEnd read ...
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-13 09:45 UTC by Jiri Skrivanek
Modified: 2014-07-21 08:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205213


Attachments
stacktrace (4.40 KB, text/plain)
2013-11-13 09:45 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2013-11-13 09:45:37 UTC
Build: NetBeans IDE Dev (Build 201311120002)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
jskrivanek: Right-click opened nb project.




Stacktrace: 
java.lang.Exception: 4846584 file D:\hg\core-main\openide.awt\manifest.mf ReadEnd read bytes:0 time:0
   at org.netbeans.lib.traceio.agent.Reporter.reportException(Reporter.java:78)
   at org.netbeans.lib.traceio.agent.TraceIO.fileReadEnd(TraceIO.java:316)
   at sun.misc.IoTrace.fileReadEnd(IoTrace.java:169)
   at java.io.FileInputStream.read(FileInputStream.java:274)
   at java.util.jar.Manifest$FastInputStream.fill(Manifest.java:441)
   at java.util.jar.Manifest$FastInputStream.readLine(Manifest.java:375)
Comment 1 Jiri Skrivanek 2013-11-13 09:45:40 UTC
Created attachment 142120 [details]
stacktrace
Comment 2 Martin Kozeny 2014-07-10 10:33:44 UTC
Not 100% sure if that helps, but there is no reason for reading manifest twice, which can cause problems:
https://hg.netbeans.org/core-main/rev/036fc1cab77d
Comment 3 Quality Engineering 2014-07-19 10:17:58 UTC
Integrated into 'main-silver', will be available in build *201407190718* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/036fc1cab77d
User: Martin Kozeny <mkozeny@netbeans.org>
Log: #238298: Exception: 4846584 file D:\hg\core-main\openide.awt\manifest.mf ReadEnd read bytes:0 time:0.