Hi all,
I have deployed new (and my first) Bamboo remote agent and currently I am trying to integrate it with existing Bamboo server in the company. The agent is started as a Windows service.
According to the log file the agent startup seems fine to me. But every time after approx. 5 minutes there is some exception related to JMS, the JVM is terminated and the agent must start once again.
The exception chain contains message "Error creating bean with name 'agentRegistrationBean'" and message "Could not access JMS invoker queue queue://com.atlassian.bamboo.registrationQueue]"
There is the log containing complete 5 minutes from agent service startup until it fails:
Does anyone know what is going wrong there?
Thanks, Marek
Update: I am using Bamboo v5.9.7 (the same version as our existing Bamboo server)
Already found the solution. Bamboo Broker (JMS) communication was restricted on firewall. We just needed to open the port
If you read the log carefully you will notice a reason given for the error:
java.net.ConnectException: Connection refused: connect
You can google, what it means.
My guess its you are either hit by bamboo reconnect bug. I believe there are still a couple of open tickets in the Bamboo jira. I solved this by adding implementing a restart delay of 5 minutes (in windows service settings for the agent). You need this for all agents, any agent can lock up / DOS the server, making it unresponsive.
Another reason could be an issue with your network or firewall.
You may want to look at the server logs too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.