Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-16755

Jenkins fails to upgrade to 1.501

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • core
    • None

      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
      

            Unassigned Unassigned
            brettveen Brett VanderVeen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: