Could be a timing issue since Jenkins does not appear to flush the output stream explicitly before checking the file length, and checks the file length a second time just to print the error message.
Could you file an issue against core and assign it to danielbeck? https://wiki.jenkins-ci.org/display/JENKINS/How+to+report+an+issue On 05.12.2014, at 17:22, Fabien Sechi <[email protected]> wrote: > Préparation > • Vérification de la connexion à internet > • Vérification de la connexion à jenkins-ci.org > • Succès > > CAS1 Plugin > Échec - > hudson.util.IOException2: Failed to download from > http://updates.jenkins-ci.org/download/plugins/cas1/1.0.1/cas1.hpi > (redirected to: > http://ftp.nluug.nl/programming/jenkins/plugins/cas1/1.0.1/cas1.hpi) > at > hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:791) > at hudson.model.UpdateCenter$DownloadJob._run(UpdateCenter.java:1138) > at > hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1298) > at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1116) > 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 > hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:104) > at java.lang.Thread.run(Thread.java:722) > Caused by: java.io.IOException: Inconsistent file length: expected 8841843 > but only got 8841843 > at > hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:778) > ... 8 more > > CAS Plugin > Échec - > hudson.util.IOException2: Failed to download from > http://updates.jenkins-ci.org/download/plugins/cas-plugin/1.1.2/cas-plugin.hpi > (redirected to: > http://ftp.nluug.nl/programming/jenkins/plugins/cas-plugin/1.1.2/cas-plugin.hpi) > at > hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:791) > at hudson.model.UpdateCenter$DownloadJob._run(UpdateCenter.java:1138) > at > hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1298) > at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1116) > 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 > hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:104) > at java.lang.Thread.run(Thread.java:722) > Caused by: java.io.IOException: Inconsistent file length: expected 1626396 > but only got 1626396 > at > hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:778) > ... 8 more > > > I don't understand these logs...Because when you expected 1626396 but only > got 1626396, you must not get an Error right... ! > Maybe you could help me. > I have a locahost proxy. > I set this proxy by Jenkins's WebClient. > This proxy success. > So why it crash at the end of download. > > > -- > 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/e32e0b66-7232-4278-89f3-0909b518514c%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- 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/78806E17-0AAB-4A15-85CB-554CA4CF3E68%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
