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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.