JDK-4923414 : GETJAVA: installation installer cannot proceed with current proxy setting
  • Type: Bug
  • Component: install
  • Sub-Component: install
  • Affected Version: 1.4.1,1.4.2_01
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS:
    solaris_2.5.1,windows_98,windows_2000,windows_xp solaris_2.5.1,windows_98,windows_2000,windows_xp
  • CPU: x86
  • Submitted: 2003-09-16
  • Updated: 2013-06-04
  • Resolved: 2003-11-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4.2_04 04Fixed
Description
Name: kcT146510			Date: 09/16/2003


FULL PRODUCT VERSION :
n/a

FULL OS VERSION :
Windows xp sp1

BROWSER VERSION:
Internet Explorer 6.0.2800.1106.xpsp1.

A DESCRIPTION OF THE PROBLEM :
The user tried to install Java plug in 1.4.2_01 but was unable to install it. During the installation, user sees this message: "The installer cannot proceed with the current Internet proxy settings."
(Incident Review ID: 206588) 
======================================================================

This user was on Windows XP SP1 machine using Internet Explorer 6.0.2800.1106.xpsp1. The process he used was auto-installation.
I've attached an image.

###@###.### 2003-09-16
###@###.### 2003-09-22

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: 1.4.2_04 FIXED IN: 1.4.2_04 INTEGRATED IN: 1.4.2_04
28-09-2004

PUBLIC COMMENTS This is fixed in Tiger & sent request for 1.4.2_03 to ###@###.###.
28-09-2004

SUGGESTED FIX --- wrapper.cpp Thu Oct 30 13:56:35 2003 *** 23,34 **** HINTERNET hOpen, hConnect, hRequest; HRESULT ret = S_OK; DWORD dwVal; DWORD dwValSize = sizeof(DWORD); ! if (!InternetGetConnectedState(&dwVal, NULL)) ! return E_FAIL; sprintf(szURL, "%s", "http://java.sun.com"); __try { // Open Internet Call --- 23,35 ---- HINTERNET hOpen, hConnect, hRequest; HRESULT ret = S_OK; DWORD dwVal; DWORD dwValSize = sizeof(DWORD); ! //InternetGetConnectedState is returning false on some XP machines, even when connected ! //if (!InternetGetConnectedState(&dwVal, NULL)) ! // return E_FAIL; sprintf(szURL, "%s", "http://java.sun.com"); __try { // Open Internet Call Fixed in 1.4.2_04 ###@###.### 2003-11-06
06-11-2003

EVALUATION Was the user going through the autodownload with Internet Explorer, or was the user using Netscape or Mozilla to manually download the jre Windows Online Installer bundle? Is the user able to view java.com with Internet Explorer? ###@###.### 2003-09-16 This was due to InternetGetConnectedState() returning false on some XP machines, even when online. This call is used in the install wrapper code. ###@###.### 2003-09-22 Not reproducible in-house yet. ###@###.### 2003-10-03 I think Rajani may have fixed this in Tiger already. Assigning it to her for further evaluation. ###@###.### 2003-10-23
03-10-2003