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
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
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
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
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
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
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