Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4997192
Votes 0
Synopsis Error 1305 when running jupdate through NTLM proxy
Category java:install
Reported Against 1.4.2_03
Release Fixed 1.4.2_05
State 10-Fix Delivered, bug
Priority: 4-Low
Related Bugs
Submit Date 19-FEB-2004
Description
Currently running Java Update (1.4.2_0x) through an authenticated proxy is not 
supported and the standard error should be shown: 
   http://java.sun.com/j2se/1.4.2/proxy_note.html

  "The installer cannot proceed with the current Internet Connection proxy
   settings. Please check the Installation Notes for more information."
   
With an NTLM authenticated proxy the standard error message is not being shown. 
The following one is:

  Error 1305. Error reading from file
  http://java.sun.com/webapps/download/GetFile/1.4.2
  _03-b02/windows-i586/Java 2 Runtime Environment, 
  SE v.14.2_03.msi. Verify that the file exists and that
  you can access it.
  
Work Around
N/A
Evaluation
This is because the wrapper around the installer uses wininet to check and see 
if there is an internet connection available. WinINet used SSPI (Security 
Support Provider Interface), and the NTLM provider uses the logged in users 
credentials to transparently make the connection. The installer then runs and 
fails with the "Error 1305....."

  xxxxx@xxxxx   2004-02-19
Comments
  
  Include a link with my name & email   

Submitted On 02-NOV-2004
dbendlin
Is there any chance tha you migth consider including this feature for futere releases?



PLEASE NOTE: JDK6 is formerly known as Project Mustang