While installing the bamboo agent, I'm getting error
"could not find system variable. If you wish to use perforce please set the location as a capability."
Env variables are set to JDK path.
What may be causing this error?
Typical reasons for this are
- Port 54663 is blocked between bamboo and remote agent . port 54663 is used by remote agent to communicate to bamboo - ensure that the remote agent host can access bamboo agent on that port
- As foon already mentioned the broker client URL is incorrect
"could not find system variable. If you wish to use perforce please set the location as a capability."
This is not an error. It can be ignored.
If your Bamboo agent stuck at "Registering agent on the server" with error later on, check the Broker Client URL at Administration > System > General configuration > Broker configuration to make sure that the hostname or IP address can be accessed from the machine hosting remote agent.
Make sure that Broker URL is using 0.0.0.0 for hostname.
You can try testing the connection with the following command in the machine hosting remote agent:
telnet <hostname> 54663
If it return a message, it means the network connection is fine.
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.