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 159593 - java.io.EOFException at java.util.zip.GZIPInputStream.readUByte
Summary: java.io.EOFException at java.util.zip.GZIPInputStream.readUByte
Status: RESOLVED DUPLICATE of bug 152010
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: dlipin
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-04 10:47 UTC by Exceptions Reporter
Modified: 2009-03-04 10:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 146843


Attachments
stacktrace (1.83 KB, text/plain)
2009-03-04 10:47 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2009-03-04 10:47:29 UTC
Build: NetBeans IDE Dev (Build 200902121452)
VM: Java HotSpot(TM) Server VM, 10.0-b22-fastdebug, Java(TM) SE Runtime Environment, 1.6.0_06-fastdebug-b02
OS: Windows XP, 5.1, x86

User Comments:
GUEST: running client/server application

theshadow27: Clicked the "Download & Install" after adding Visual Web JavaServer faces to a Web Application project without the plugin installed yet

oopman: Started NetBeans



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 1 Exceptions Reporter 2009-03-04 10:47:59 UTC
Created attachment 77699 [details]
stacktrace
Comment 2 dlipin 2009-03-04 10:55:02 UTC

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