Remote agent supervisor service wrapper stopping on Linux

Tom Evans August 31, 2011

My remote agent service wrapper stops whenever I shut down my Bamboo server. The service wrapper on Linux stops in about 5 or 10 seconds after spewing out lots of messages. Here is the end of those messages:

INFO | jvm 6 | 2011/09/01 09:35:19 | 15 [WrapperSimpleAppMain] INFO org.apache.commons.httpclient.HttpMethodDirector - I/O exception (java.net.ConnectException) caught when processing request: Connection refused
INFO | jvm 6 | 2011/09/01 09:35:19 | 16 [WrapperSimpleAppMain] INFO org.apache.commons.httpclient.HttpMethodDirector - Retrying request
INFO | jvm 6 | 2011/09/01 09:35:19 | 16 [WrapperSimpleAppMain] INFO org.apache.commons.httpclient.HttpMethodDirector - I/O exception (java.net.ConnectException) caught when processing request: Connection refused
STATUS | wrapper | 2011/09/01 09:35:19 | <-- Wrapper Stopped
Waiting for the agent process to finish...
Underlying agent process has terminated cleanly,
Bamboo Agent Installer is shutting down, the underlying agent process has already been shut down.

Is this correct behavior? I'd like not to have to manually restart my linux agents after restarting my Bamboo server.

1 answer

1 vote
Przemek Bruski
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 3, 2011

That's the correct default behaviour, the wrapper will terminate after 5 retries. You can configure it by setting:

wrapper.max_failed_invocations=100000

in wrapper.conf file in your agent's (not server) home directory.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events