hudson.util.IOException2: Failed to download from http://updates.jenkins-ci.org/download/war/1.625/jenkins.war (redirected to: http://mirrors.jenkins-ci.org/war/1.625/jenkins.war)
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Jenkins JIRA by Vassilena Treneva, 1 year ago
via Jenkins JIRA by Vassilena Treneva, 1 year ago
via Jenkins JIRA by AN2D, 1 year ago
via Jenkins JIRA by AN2D, 1 year ago
via Jenkins JIRA by Vassilena Treneva, 1 year ago
via Jenkins JIRA by Vassilena Treneva, 1 year ago
java.io.FileNotFoundException: http://mirrors.jenkins-ci.org/war/1.625/jenkins.war
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
at java.net.URLConnection.getContentLengthLong(Unknown Source)
at java.net.URLConnection.getContentLength(Unknown Source)
at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:756)
at hudson.model.UpdateCenter$DownloadJob._run(UpdateCenter.java:1148)
at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1126)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:110)
at java.lang.Thread.run(Unknown Source)