I cannot complete the registration of a Bamboo agent. It just says loading in the logs.
Doing a telnet bamboo-server-host 8085 works but telnet bamboo-server-host 54663 does not. I cannot confirm but this might be the reason why it's not registering.
There are no firewalls that prevent 54663 from being accessed.
Hi @Jack ,
Bamboo server and agents need 2 ports to talk to each other.
The traffic between agent and server is bi-directional, initial connections are only sent from agent to server. Responses are sent from server to agent. So, ensure that telnet to 54663 works from your agent.
For more info: Technical Overview of Remote Agent Connectivity Mechanism
Hope that helps.
Cheers,
Jey
For some reason, 54663 is not accessible from the agent. Although 8085 is accessible.
You'd need to work with your network admins to make this port accessible from the agent.
I'm confident that you can see the agent loading on the server once 54663 is accessible.
Cheers,
Jey
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jeyanthan I this doesn't work either so I don't think that's the problem.
telnet localhost 54663
Trying 127.0.0.1...
Trying ::1...
telnet: Unable to connect to remote host: Cannot assign requested address
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.