Hi,

we are automatic the bootstrapping of our jenkins installations
including plugins through a script that is executed from time to time.
Recently, the installation process fails frequently because either
jenkins itself or some plugins cannot be downloaded:

jwienke@cinnabar:/tmp/installertests$ wget
http://mirrors.jenkins-ci.org/war-stable/latest/jenkins.war
--2014-04-08 11:44:22--
http://mirrors.jenkins-ci.org/war-stable/latest/jenkins.war
Resolving mirrors.jenkins-ci.org (mirrors.jenkins-ci.org)... 199.193.196.24
Connecting to mirrors.jenkins-ci.org
(mirrors.jenkins-ci.org)|199.193.196.24|:80... connected.
HTTP request sent, awaiting response... 502 Bad Gateway
2014-04-08 11:44:53 ERROR 502: Bad Gateway

Or

Caused by: java.io.IOException: Server returned HTTP response code: 503
for URL: http://updates.jenkins-ci.org/download/plugins/git/2.2.0/git.hpi
        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:534)
        at
sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1458)
        at java.security.AccessController.doPrivileged(Native Method)
        at
sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1452)
        at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1106)
        at
hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:764)
        ... 8 more
Caused by: java.io.IOException: Server returned HTTP response code: 503
for URL: http://updates.jenkins-ci.org/download/plugins/git/2.2.0/git.hpi
        at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1403)
        at
sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:2214)
        at java.net.URLConnection.getHeaderFieldInt(URLConnection.java:596)
        at java.net.URLConnection.getContentLength(URLConnection.java:491)
        at
hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:763)
        ... 8 more

Can anyone explain what is going on here? This is really a major problem
for us as it became nearly impossible to succeed in generating a
complete installation where everything could be downloaded.

Cheers,
Johannes

-- 
Johannes Wienke, Researcher at CoR-Lab / CITEC, Bielefeld University
Address: Inspiration 1, D-33619 Bielefeld, Germany (Room 1.307)
Phone: +49 521 106-67277

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to