Re: Jenkins Agent/Slave on Windows Disconnect Issue

2020-06-08 Thread Slide
How did you modify this setting? In the Jenkins cloud configuration, or on AWS itself? On Mon, Jun 8, 2020 at 2:55 PM Vinod Krishna wrote: > Hi, > > It looks like increasing the ELB Timeout helped us! Thanks a lot! > > On Wednesday, 3 June 2020 01:13:37 UTC-4, D'raj wrote: >> >> try increasing a

Re: Jenkins Agent/Slave on Windows Disconnect Issue

2020-06-08 Thread Vinod Krishna
Hi, It looks like increasing the ELB Timeout helped us! Thanks a lot! On Wednesday, 3 June 2020 01:13:37 UTC-4, D'raj wrote: > > try increasing aws elb Idle timeout, by default its 60 sec > > > On Saturday, 30 May 2020 03:22:47 UTC+5:30, Vinod Krishna wrote: >> >> Hi, >> >> >> We have around 10

Re: Jenkins Agent/Slave on Windows Disconnect Issue

2020-06-04 Thread Vinod Krishna
I wonder if that is going to help. The ELB timeout is only good enough for the connections between the 1. Client and ELB and 2. ELB and Backend Instance. In this case, only the Jenkins Master is behind the ALB and the connection between is fine! The Windows Agents mentioned here is not part of

Re: Jenkins Agent/Slave on Windows Disconnect Issue

2020-06-04 Thread Vinod Krishna
Thanks for the response! I did check the remoting logs; all I see is below Jun 04, 2020 1:57:27 PM hudson.remoting.jnlp.Main$CuiListener status INFO: Handshaking Jun 04, 2020 1:57:27 PM hudson.remoting.jnlp.Main$CuiListener status INFO: Connecting to :5 Jun 04, 2020 1:57:27 PM hudson.remoting

Re: Jenkins Agent/Slave on Windows Disconnect Issue

2020-06-04 Thread 'monger_39' via Jenkins Users
have you looked on the agent in the remoting logs ? I've had (and still have) the same issue. Often I see in the remoting logs on the node an error like    "Readerthread killed by OutOfMemoryError  java.lang.OutOfMemoryError:unable to create new native thread  "which btw does not necessarily mea

Re: Jenkins Agent/Slave on Windows Disconnect Issue

2020-06-02 Thread D'raj
try increasing aws elb Idle timeout, by default its 60 sec On Saturday, 30 May 2020 03:22:47 UTC+5:30, Vinod Krishna wrote: > > Hi, > > > We have around 10 Jenkins Agents, each running on its own Windows 2016 EC2 > instance. Java_slave is running as a service. The Jenkins master runs on a > s

Jenkins Agent/Slave on Windows Disconnect Issue

2020-05-29 Thread Vinod Krishna
Hi, We have around 10 Jenkins Agents, each running on its own Windows 2016 EC2 instance. Java_slave is running as a service. The Jenkins master runs on a separate Amazon Linux instance. We are able to establish connectivity between the Master and Agents and jobs are running fine. However