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 51843 - Download error appears when proxy is not edited
Summary: Download error appears when proxy is not edited
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-25 13:48 UTC by Jaromir Uhrik
Modified: 2006-03-24 10:03 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot with the content of UC (9.75 KB, image/png)
2004-11-25 13:49 UTC, Jaromir Uhrik
Details
Screenshot with the error dialog (7.44 KB, image/png)
2004-11-25 13:50 UTC, Jaromir Uhrik
Details
proposed patch to release40 (10.16 KB, patch)
2004-11-25 16:33 UTC, Jiri Rechtacek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2004-11-25 13:48:25 UTC
[200411231853; jdk1.5.0_01-b06]
This issue is Windows specific!
1.Run Update Center wizard (Tools|Update Center)
2.Press Next button (don't set proxy!)
3.See content on first attachment
4.Press Next and Accept licences
5.Error dialog appears (see second attached
screenshot) and it is not possible to download
modules.
User doesn't know that the proxy must be set to
succeed (it is strange that the content is visible
correctly but download is not successful).
Comment 1 Jaromir Uhrik 2004-11-25 13:49:32 UTC
Created attachment 19039 [details]
Screenshot with the content of UC
Comment 2 Jaromir Uhrik 2004-11-25 13:50:10 UTC
Created attachment 19040 [details]
Screenshot with the error dialog
Comment 3 Jiri Rechtacek 2004-11-25 16:24:02 UTC
The proxy setting read from system must be used for download a
selected NBM on connected Update Center.
Fixed in maintrunk.

Checking in
autoupdate/src/org/netbeans/modules/autoupdate/Downloader.java;
/cvs/autoupdate/src/org/netbeans/modules/autoupdate/Downloader.java,v
 <--  Downloader.java
new revision: 1.37; previous revision: 1.36
done
Checking in
autoupdate/src/org/netbeans/modules/autoupdate/XMLUpdates.java;
/cvs/autoupdate/src/org/netbeans/modules/autoupdate/XMLUpdates.java,v
 <--  XMLUpdates.java
new revision: 1.26; previous revision: 1.25
done
Comment 4 Jiri Rechtacek 2004-11-25 16:33:28 UTC
Created attachment 19042 [details]
proposed patch to release40
Comment 5 Jaromir Uhrik 2004-11-25 17:01:08 UTC
It works fine with the patch (release40 branch - build #200411231853).
I agree with integration to 4.0.
Comment 6 Milan Kubec 2004-11-26 09:26:54 UTC
Please don't forget peer code review. Thanks.
Comment 7 Jiri Rechtacek 2004-11-29 14:04:37 UTC
Integrated in release40 branch.

Checking in
autoupdate/src/org/netbeans/modules/autoupdate/Downloader.java;
/cvs/autoupdate/src/org/netbeans/modules/autoupdate/Downloader.java,v
 <--  Downloader.java
new revision: 1.36.18.1; previous revision: 1.36
done
Checking in
autoupdate/src/org/netbeans/modules/autoupdate/XMLUpdates.java;
/cvs/autoupdate/src/org/netbeans/modules/autoupdate/XMLUpdates.java,v
 <--  XMLUpdates.java
new revision: 1.24.6.1; previous revision: 1.24
done

Comment 8 Jaromir Uhrik 2005-01-21 13:41:57 UTC
Verified in dev build #200501191900.