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.
Before all this started Bamboo was configured correctly and working.
Our Bitbucket instance has been moved to a different server with a DNS entry and IP address.
I have re-linked the repositories but when I try to build I get and error and see the following line in the log file, still referencing the old Bitbucket address. Is there something I missed modifying in Bamboo that needs to be updated to reflect this new address?
BAMBOO-SSH-PROXY: [SSH proxy tried to connect to [git@bitbucket.etchdev.mydomain.net/167.191.52.70:7999]: and failed due to the following error: [Error while opening SSH session]: org.apache.sshd.common.RuntimeSshException: Failed to get the session.] fatal: Could not read from remote repository.
git@bitbucket.etchdev.mydomain.net/167.191.52.70:7999 should read 10.115.235.23:7999
Is the BAMBOO-SSH_PROXY info stored in a file on the Bamboo server?
Is Bitbucket Server using the hostname "bitbucket.etchdev.mydomain.net"?
If the hostname have been changed, is the Base URL or SSH Base URL updated at Bitbucket Server Administration > Settings > Server settings ? After updating this setting, all the Bitbucket Server repositories in Bamboo have to be re-saved again.
Thanks, yes the Host name was changed to be correct and I re-saved the repos. That did not work.
What solved the issue was manually removing the cache folder and restarting Bamboo.
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.
@Josh Cormier Which cache folder exactly did you delete? Did you restart Bamboo Server or Bamboo Agent? We are strugling with the same issue. Thanks for your feedback.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Finally we solved the problem too. What helped us was to specify SSH base URL, not leaving it empty, then to re-save the repos in Bamboo GUI and delete git repository caches on Bamboo Agents.
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.