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 159764

Summary: java.io.IOException: Not in GZIP format
Product: platform Reporter: dlipin <dlipin>
Component: AutoupdateAssignee: dlipin <dlipin>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=146999
Issue Type: DEFECT Exception Reporter: 146999

Description dlipin 2009-03-06 10:52:34 UTC
Yet another duplicate of Issue 150034.


Build: NetBeans IDE Dev (Build 200902231810)
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: startup
STACKTRACE: (first 10 lines)
java.io.IOException: Not in GZIP format
        at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:137)
        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)
        at org.netbeans.modules.autoupdate.services.UpdateManagerImpl$Cache.<init>(UpdateManagerImpl.java:222)
        at org.netbeans.modules.autoupdate.services.UpdateManagerImpl.getCache(UpdateManagerImpl.java:196)
Comment 1 dlipin 2009-03-06 10:56:17 UTC

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