Issue Type: Bug Bug
Affects Versions: current
Assignee: Unassigned
Components: update-center
Created: 11/Feb/13 1:56 PM
Description:

When trying to "Upgrade Automatically" on the "Manage Jenkins" screen, the 1.501 war fails to be downloaded because it doesn't exist in location specified.

Also, at http://jenkins-ci.org/ it says that the latest and greatest version is 1.501, but when clicked it begins downloading 1.500

This has a Blocker priority because there is a blocker break fix (JENKINS-16554) in the 1.501 to fix a problem with Java 1.5 projects from failing to build.

Below is the error received when trying to "Upgrade Automatically":

hudson.util.IOException2: Failed to download from http://updates.jenkins-ci.org/download/war/1.501/jenkins.war
	at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:741)
	at hudson.model.UpdateCenter$DownloadJob._run(UpdateCenter.java:1078)
	at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1056)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.io.FileNotFoundException: http://mirrors.jenkins-ci.org/war/1.501/jenkins.war
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
	at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1664)
	at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1662)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1660)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1243)
	at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:711)
	... 8 more
Caused by: java.io.FileNotFoundException: http://mirrors.jenkins-ci.org/war/1.501/jenkins.war
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1613)
	at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:2660)
	at java.net.URLConnection.getHeaderFieldLong(URLConnection.java:639)
	at java.net.URLConnection.getContentLengthLong(URLConnection.java:511)
	at java.net.URLConnection.getContentLength(URLConnection.java:495)
	at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:710)
	... 8 more
Project: Jenkins
Priority: Blocker Blocker
Reporter: Brett VanderVeen
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to