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 70644 - Unable to connect to UC - stream closed
Summary: Unable to connect to UC - stream closed
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-20 15:23 UTC by Jiri Skrivanek
Modified: 2006-10-23 16:39 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (1.36 KB, text/plain)
2005-12-20 15:24 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2005-12-20 15:23:15 UTC
Since the following commit it is impossible to connect to Update Center:

* autoupdate/src/org/netbeans/modules/autoupdate/XMLUpdates.java:
	 ensure the stream is closed

A stream closed exception is thrown:

Annotation: URL: http://www.netbeans.org/updates/dev_1.16_.xml?unique=null
java.io.IOException: Stream closed

Build 20051220-1404, JDK1.5.0_06.
Comment 1 Jiri Skrivanek 2005-12-20 15:24:08 UTC
Created attachment 27979 [details]
Stack trace
Comment 2 Jiri Rechtacek 2005-12-20 19:50:42 UTC
Jirko, thanks for catch. I did rollback of broken code.

Checking in autoupdate/src/org/netbeans/modules/autoupdate/XMLUpdates.java;
/shared/data/ccvs/repository/autoupdate/src/org/netbeans/modules/autoupdate/XMLUpdates.java,v
 <--  XMLUpdates.java
new revision: 1.35; previous revision: 1.34
done
Comment 3 Jiri Skrivanek 2005-12-21 08:38:10 UTC
Verified.