Hi all, I'm hoping to get some clarification. I keep received notice for an update to the ssh-agent plugin to 1.8. I tried to update but it failed with the following error:
> hudson.util.IOException2: Failed to download from > http://updates.jenkins-ci.org/download/plugins/ssh-agent/1.8/ssh-agent.hpi > (redirected to: > http://mirror.xmission.com/jenkins/plugins/ssh-agent/1.8/ssh-agent.hpi) > at > hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:796) > at hudson.model.UpdateCenter$DownloadJob._run(UpdateCenter.java:1143) > at > hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1303) > at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1121) > at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) > at java.util.concurrent.FutureTask.run(FutureTask.java:266) > at > hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:110) > at java.lang.Thread.run(Thread.java:745) > Caused by: java.io.IOException: Inconsistent file length: expected 4739069 > but only got 6823 > at > hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:783) > ... 7 more > > I was able to download the hpi from the xmission server via firefox. I also downloaded it from https://updates.jenkins-ci.org/download/plugins/ssh-agent/ (which went to http://ftp-nyc.osuosl.org/pub/jenkins/plugins/ssh-agent/1.8/ssh-agent.hpi). I noticed that there was a size difference between the two: $ ls -ltr > -rwxrwx---+ 1 User None 6843 Aug 17 13:26 ssh-agent.xmirror.hpi > -rwxrwx---+ 1 User None 6847 Aug 17 13:26 ssh-agent.jenkins.hpi > I ran md5 against the two and could see they were different. > $ md5sum ssh-agent.* > 079875ab66ef1e2e81cbe628e3212d5e *ssh-agent.jenkins.hpi > 28c260b7210872615f4a3055eb6b9c4e *ssh-agent.xmirror.hpi > Is there a reason for the difference? It looks like the xmirror mirror is not providing the full download. Thanks, Ben -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/0b476e48-c3e7-436b-a102-a3c437b7870a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
