Seems like a transient mirror issue with/while downloading, I think you should retry.
Le jeu. 9 août 2018 à 19:41, Rahul Sahotay <[email protected]> a écrit : > Hello there: > > I have installed latest Jenkins on my Amazon Linux machine by using > following commands:- > > sudo wget -O /etc/yum.repos.d/jenkins.repo http:// > pkg.jenkins.io/redhat/jenkins.repo > sudo rpm --import https://pkg.jenkins.io/redhat/jenkins.io.key > sudo yum install jenkins -y > > Jenkins came up successfully with v 2.136 <https://jenkins.io/> , I > clicked on install suggested plug-in and no plugin got installed :( > > While installing it again from manage Jenkins, I am seeing the following > errors:- > > java.io.IOException: Server returned HTTP response code: 503 for URL: > http://ftp-chi.osuosl.org/pub/jenkins/plugins/jenkins-design-language/1.7.2/jenkins-design-language.hpi > at > sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1894) > at > sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) > at > sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3000) > at java.net.URLConnection.getHeaderFieldLong(URLConnection.java:629) at > java.net.URLConnection.getContentLengthLong(URLConnection.java:501) at > java.net.URLConnection.getContentLength(URLConnection.java:485) at > hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:1130) > Caused: java.io.IOException: Server returned HTTP response code: 503 for > URL: > http://ftp-chi.osuosl.org/pub/jenkins/plugins/jenkins-design-language/1.7.2/jenkins-design-language.hpi > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at > sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) > at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) > at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at > sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944) > at > sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939) > at java.security.AccessController.doPrivileged(Native Method) at > sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938) > at > sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508) > at > sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) > at > hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:1146) > Caused: java.io.IOException: Failed to load > http://updates.jenkins-ci.org/download/plugins/jenkins-design-language/1.7.2/jenkins-design-language.hpi > to /var/lib/jenkins/plugins/jenkins-design-language.jpi.tmp at > hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:1153) > Caused: java.io.IOException: Failed to download from > http://updates.jenkins-ci.org/download/plugins/jenkins-design-language/1.7.2/jenkins-design-language.hpi > (redirected to: > http://ftp-chi.osuosl.org/pub/jenkins/plugins/jenkins-design-language/1.7.2/jenkins-design-language.hpi) > at > hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:1187) > at hudson.model.UpdateCenter$DownloadJob._run(UpdateCenter.java:1724) at > hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1987) at > hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1698) 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:112) > at java.lang.Thread.run(Thread.java:748) > > > Here is my Java version and i can see this version <Jenkins-URL>/systemInfo > > > java version "1.8.0_181" Java(TM) SE Runtime Environment (build > 1.8.0_181-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed > mode) > > Any suggestions please ? > > > -- > 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/2ccecd2e-78db-4864-94a2-7ff4a67e7ae1%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/2ccecd2e-78db-4864-94a2-7ff4a67e7ae1%40googlegroups.com?utm_medium=email&utm_source=footer> > . > 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/CANWgJS77_UmOgRoFK5qgo4GffzDquW1pTFmB8zkHySQ0QWDGPw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
