On Thu, Jan 23, 2020 at 7:37 AM Markus Boos <[email protected]> wrote:
> I still have the Issue. Downloading other Plugins works like a charm. > Only manual installation works! > > Is there any posibility to build a local Jenkins Plugin proxy. Like for > apt? > > Yes, there are techniques to create update center proxies, like Juseppe ( https://jenkins.io/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/ ). Seems like overkill for this specific problem, but it certainly can be done. > Am Donnerstag, 23. Januar 2020 15:20:56 UTC+1 schrieb vince bailey: >> >> All working well no issues for me. >> >> >> On 23 Jan 2020, at 14:19, Mark Waite <[email protected]> wrote: >> >> I just downloaded an update to the Pipeline SCM Step plugin without any >> issue. I also am able to download the plugin URL's that you referenced. >> >> Are you still seeing the problem? >> >> On Thu, Jan 23, 2020 at 7:17 AM Markus Boos <[email protected]> wrote: >> >>> Hi >>> >>> Since this morning (CET) my Jenkins 2.164.2 is not able to download the >>> workflow-api plugin (Version 2.33 and 2.38). >>> >>> The error log looks like this (C&P from the updateCenter): >>> >>> *java.net <http://java.net>.SocketTimeoutException: Read timed out* >>> * at java.net.SocketInputStream.socketRead0(Native Method)* >>> * at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)* >>> * at java.net.SocketInputStream.read(SocketInputStream.java:171)* >>> * at java.net.SocketInputStream.read(SocketInputStream.java:141)* >>> * at java.io.BufferedInputStream.read1(BufferedInputStream.java:284)* >>> * at java.io.BufferedInputStream.read(BufferedInputStream.java:345)* >>> * at sun.net.www.MeteredStream.read(MeteredStream.java:134)* >>> * at java.io.FilterInputStream.read(FilterInputStream.java:133)* >>> * at >>> sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(HttpURLConnection.java:3444)* >>> * at >>> sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(HttpURLConnection.java:3437)* >>> * at >>> org.apache.commons.io.input.ProxyInputStream.read(ProxyInputStream.java:78)* >>> * at >>> hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:1176)* >>> *Caused: java.io.IOException: Failed to load >>> http://updates.jenkins-ci.org/download/plugins/workflow-api/2.38/workflow-api.hpi >>> <http://updates.jenkins-ci.org/download/plugins/workflow-api/2.38/workflow-api.hpi> >>> to /var/jenkins_home/plugins/workflow-api.jpi.tmp* >>> * at >>> hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:1181)* >>> *Caused: java.io.IOException: Failed to download from >>> http://updates.jenkins-ci.org/download/plugins/workflow-api/2.38/workflow-api.hpi >>> <http://updates.jenkins-ci.org/download/plugins/workflow-api/2.38/workflow-api.hpi> >>> (redirected to: >>> http://ftp-chi.osuosl.org/pub/jenkins/plugins/workflow-api/2.38/workflow-api.hpi >>> <http://ftp-chi.osuosl.org/pub/jenkins/plugins/workflow-api/2.38/workflow-api.hpi>)* >>> * at >>> hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:1215)* >>> * at hudson.model.UpdateCenter$DownloadJob._run(UpdateCenter.java:1752)* >>> * at >>> hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:2015)* >>> * at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1726)* >>> * 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)* >>> >>> Anybody has the same issue? >>> >>> And how did you solved it? >>> >>> Kind regards >>> Markus >>> >>> -- >>> 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/a587344b-bef3-4372-b84a-085c0d3ba44a%40googlegroups.com >>> <https://groups.google.com/d/msgid/jenkinsci-users/a587344b-bef3-4372-b84a-085c0d3ba44a%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> >> >> -- >> Thanks! >> Mark Waite >> >> -- >> 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/CAO49JtFgm76%3DapmJJtxFZ5Osm0%3DH95C%2BDdyMYohj0Nw0aZJEiw%40mail.gmail.com >> <https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtFgm76%3DapmJJtxFZ5Osm0%3DH95C%2BDdyMYohj0Nw0aZJEiw%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> >> >> -- > 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/e5d27b9b-9980-4563-9e50-1a6a118f4d43%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/e5d27b9b-9980-4563-9e50-1a6a118f4d43%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Thanks! Mark Waite -- 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/CAO49JtGW5Rq2rVXpzqSkOfVb%3D6dZMCz2rvPuwwO0Gng2cJz56g%40mail.gmail.com.
