[
https://issues.jenkins-ci.org/browse/JENKINS-6859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=159120#comment-159120
]
Randal Cobb commented on JENKINS-6859:
--------------------------------------
I can confirm that it is still happening in 1.451 also.
Here's the on-screen output from known working credentials (they work in Nexus
and Sonar):
Preparation
Checking internet connectivity
Checking update center connectivity
java.net.ProtocolException: Server redirected too many times (20) at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1451)
at
hudson.model.UpdateCenter$UpdateCenterConfiguration.testConnection(UpdateCenter.java:735)
at
hudson.model.UpdateCenter$UpdateCenterConfiguration.checkUpdateCenter(UpdateCenter.java:584)
at hudson.model.UpdateCenter$ConnectionCheckJob.run(UpdateCenter.java:882) at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at
java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at
java.util.concurrent.FutureTask.run(FutureTask.java:138) at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
> [Regression] Error message when proxy auth fails for update center does not
> allow user to understand/correct the issue.
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: JENKINS-6859
> URL: https://issues.jenkins-ci.org/browse/JENKINS-6859
> Project: Jenkins
> Issue Type: Bug
> Components: update-center
> Affects Versions: current
> Environment: Hudson 1.363 SUN Java 1.6.0_14 (Linux (centOS 5) [fails]
> Hudson 1.308 SUN Java 1.6.0_13 (Linux (centOS 5) [works]
> Reporter: teilo
> Priority: Minor
>
> The error message when proxy auth fails (behind a windows ISA server) is no
> longer suitable for showing the actual issue.
> With 1.308 you see
> java.io.IOException: Unable to tunnel through proxy. Proxy returns "HTTP/1.1
> 407 Proxy Authentication Required ( The ISA Server requires authorization to
> fulfill the request. Access to the Web Proxy filter is denied. )" at
> sun.net.www.protocol.http.HttpURLConnection.doTunneling(Unknown Source)
> ...
> With 1.363 you see
> java.net.ProtocolException: Server redirected too many times (20) at
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at
> hudson.model.UpdateCenter$UpdateCenterConfiguration.testConnection(UpdateCenter.java:603)
> at
> hudson.model.UpdateCenter$UpdateCenterConfiguration.checkUpdateCenter(UpdateCenter.java:456)
> ...
> From this it looks like the update center is broken and not the proxy
> authentication that is incorrect.
> See URL for a discussion
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira