Re: Jenkins slave error

2015-10-12 Thread Sunny Kumar
alf Of *Sunny Kumar > *Sent:* 24 September 2015 15:12 > *To:* Jenkins Users > *Subject:* Re: Jenkins slave error > > > > Here is the error message i got : > > > > INFO: Ping failed. Terminating the channel. > > java.net.SocketException: Soft

Re: Jenkins slave error

2015-09-24 Thread Victor Martinez
Have you tried to ssh from the master onto the slave? It looks like some networking issue, since jenkins ssh relies on the ssh protocol, if it doesn't work manually (ssh with the same credentials from the same master node) it won't work either -- You received this message because you are subsc

Re: Jenkins slave error

2015-09-24 Thread Victor Martinez
Have you tried to ssh from the master onto the slave? It looks like some networking issue, since jenkins ssh relies on the ssh protocol, if it doesn't work manually (ssh with the same credentials from the same master node) it won't work either -- You received this message because you are subsc

RE: Jenkins slave error

2015-09-24 Thread Matthew.Webber
Of Sunny Kumar Sent: 24 September 2015 15:12 To: Jenkins Users Subject: Re: Jenkins slave error Here is the error message i got : INFO: Ping failed. Terminating the channel. java.net.SocketException: Software caused connection abort: socket write error at

Re: Jenkins slave error

2015-09-24 Thread Sunny Kumar
Here is the error message i got : INFO: Ping failed. Terminating the channel. java.net.SocketException: Software caused connection abort: socket write error at java.net.SocketOutputStream.socketWrite0(Native Method) at java.net.SocketOutputStream.socketWrite(Unknown Source)