You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.