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 151487 - java.io.EOFException at java.util.zip.GZIPInputStream.readUByte
Summary: java.io.EOFException at java.util.zip.GZIPInputStream.readUByte
Status: CLOSED DUPLICATE of bug 150034
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-27 16:13 UTC by Marian Mirilovic
Modified: 2009-02-19 20:22 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 123646


Attachments
stacktrace (1.86 KB, text/plain)
2008-11-03 16:33 UTC, diesil
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2008-10-27 16:13:29 UTC
5 duplicates so far ...

Build: NetBeans IDE Dev (Build 200810041417)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc2-b32
OS: Windows XP, 5.1, x86
User comments: i were excecuting the programe
STACKTRACE: (first 10 lines)
java.io.EOFException
        at java.util.zip.GZIPInputStream.readUByte(GZIPInputStream.java:207)
        at java.util.zip.GZIPInputStream.readUShort(GZIPInputStream.java:197)
        at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:136)
        at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:58)
        at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:68)
        at
org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogParser.getInputSource(AutoupdateCatalogParser.java:176)
        at
org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogParser.getUpdateItems(AutoupdateCatalogParser.java:148)
        at
org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogProvider.getUpdateItems(AutoupdateCatalogProvider.java:110)
        at org.netbeans.modules.autoupdate.services.UpdateUnitFactory.appendUpdateItems(UpdateUnitFactory.java:170)
        at org.netbeans.modules.autoupdate.services.UpdateUnitFactory.getUpdateUnits(UpdateUnitFactory.java:140)
Comment 1 diesil 2008-11-03 16:33:55 UTC
Build: NetBeans IDE Dev (Build 200811011401)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.io.EOFException
        at java.util.zip.GZIPInputStream.readUByte(GZIPInputStream.java:207)
        at java.util.zip.GZIPInputStream.readUShort(GZIPInputStream.java:197)
        at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:136)
        at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:58)
        at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:68)
        at org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogParser.getInputSource(AutoupdateCatalogParser.java:176)
Comment 2 diesil 2008-11-03 16:33:59 UTC
Created attachment 73136 [details]
stacktrace
Comment 3 Exceptions Reporter 2008-11-03 17:01:58 UTC
This issue has already 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=123646
Comment 4 Jiri Rechtacek 2008-11-05 10:03:59 UTC
Dupl of issue 150034. The reason reading of empty files (caches) which happened in some cases.

*** This issue has been marked as a duplicate of 150034 ***
Comment 5 Marian Mirilovic 2008-11-05 11:09:30 UTC
v/c