Re: Plugin Installs Failing

2020-02-07 Thread Steve Rogers
For the sake of completeness, this turned out to be blocked at our firewall based on a list of banned IP addresses. This still seems strange as I was able to curl the update files directly from that machine without issue. The firewall (Palo Alto) seemed to not like the redirects to mirrors and

Re: Plugin Installs Failing

2020-02-03 Thread Markus Boos
We had a similar error (failed to download plugins) last week (see my post in this list) and it occurred several times on our instances. Am Di., 4. Feb. 2020 um 03:36 Uhr schrieb Steve Rogers < steve.cg...@gmail.com>: > That was my first guess too. I tried with both. > > On Mon, Feb 3, 2020 at

Re: Plugin Installs Failing

2020-02-03 Thread Steve Rogers
That was my first guess too. I tried with both. On Mon, Feb 3, 2020 at 7:22 PM Jan Monterrubio wrote: > > Could it be an http vs https problem? We had some of those with maven > before. > > On Mon, Feb 3, 2020 at 16:05 Steve Rogers wrote: > >> I'll give that a try. I believe

Re: Plugin Installs Failing

2020-02-03 Thread Jan Monterrubio
Could it be an http vs https problem? We had some of those with maven before. On Mon, Feb 3, 2020 at 16:05 Steve Rogers wrote: > I'll give that a try. I believe /opt/tomcat/.jenkins was the default. I > then just linked that to /home/jenkins. Our old system where I am getting > the same

Re: Plugin Installs Failing

2020-02-03 Thread Steve Rogers
I'll give that a try. I believe /opt/tomcat/.jenkins was the default. I then just linked that to /home/jenkins. Our old system where I am getting the same error is a windows install, so it seems more likely something in our network. Thanks for your help. On Mon, Feb 3, 2020 at 3:32 PM Mark

Re: Plugin Installs Failing

2020-02-03 Thread Mark Waite
That's surprising. Could you check the permissions from inside Jenkins by creating a freestyle job that runs on master and attempts to create and delete a file named /opt/tomcat/.jenkins/plugins/script-security.jpi.tmp ? For me, the directory name '/opt/tomcat/.jenkins/' is surprising. Most

Re: Plugin Installs Failing

2020-02-03 Thread Steve Rogers
Yes, plenty of space and permissions are correct. I should have added in the original that I can install manually by downloading the plugin file directly and then uploading into jenkins. On Mon, Feb 3, 2020 at 2:50 PM Mark Waite wrote: > It may be worth checking the directory permissions to

Re: Plugin Installs Failing

2020-02-03 Thread Mark Waite
It may be worth checking the directory permissions to confirm that the Jenkins user can still write to that directory. You may also want to check that the disc has available free space and available inodes to allow new files to be created. On Mon, Feb 3, 2020 at 3:42 PM Steve Rogers wrote: >

Plugin Installs Failing

2020-02-03 Thread Steve Rogers
Any plugin that I try to download results in the following error: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:210) at java.net.SocketInputStream.read(SocketInputStream.java:141) at