Peter Runge created JENKINS-12914:
-------------------------------------
Summary: JDK Installer fails to download when using NTLM proxy
with credentials
Key: JENKINS-12914
URL: https://issues.jenkins-ci.org/browse/JENKINS-12914
Project: Jenkins
Issue Type: Bug
Components: core
Reporter: Peter Runge
Priority: Minor
When attempting to download a JDK with an NTLM proxy configured in settings,
the following error occurs:
SEVERE: Credentials cannot be used for NTLM authentication:
org.apache.commons.httpclient.UsernamePasswordCredentials
org.apache.commons.httpclient.auth.InvalidCredentialsException: Credentials
cannot be used for NTLM authentication:
org.apache.commons.httpclient.UsernamePasswordCredentials
at
org.apache.commons.httpclient.auth.NTLMScheme.authenticate(NTLMScheme.java:332)
at
org.apache.commons.httpclient.HttpMethodDirector.authenticateProxy(HttpMethodDirector.java:320)
at
org.apache.commons.httpclient.HttpMethodDirector.authenticate(HttpMethodDirector.java:232)
at
org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:170)
at
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
at hudson.tools.JDKInstaller.locate(JDKInstaller.java:379)
at hudson.tools.JDKInstaller.performInstallation(JDKInstaller.java:124)
at
hudson.tools.InstallerTranslator.getToolHome(InstallerTranslator.java:61)
at
hudson.tools.ToolLocationNodeProperty.getToolHome(ToolLocationNodeProperty.java:107)
at hudson.tools.ToolInstallation.translateFor(ToolInstallation.java:150)
at hudson.model.JDK.forNode(JDK.java:112)
at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.java:842)
at
hudson.maven.AbstractMavenBuild.getEnvironment(AbstractMavenBuild.java:59)
at
hudson.maven.MavenModuleSetBuild.getEnvironment(MavenModuleSetBuild.java:156)
at
hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:572)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:473)
at hudson.model.Run.run(Run.java:1408)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:481)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:238)
The proxy settings definitely work in other parts of Jenkins, as plugins can be
downloaded installed through it. Username/password is specified as part of
proxy settings.
--
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