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.
Heyho,
I'm unable to add new repositories, whether they are linked or plan ones. On top of that, I'm unable to edit existing ones. When clicking the save button, the wheel just keeps spinning and the repository won't be saved. The logs show zero errors, but some REST-requests containing the name of the new repository.
When I trigger a build, the existing repositories get checked out with no problems. In the configuration menu it shows the existing branches and repositories, so it's not a problem with the connection to the bitbucket server
Any suggestions?
Is there any proxy server in front of Bamboo? If yes, check if proxy setting is added to Bamboo server.xml like the following example:
<Connector port="8085"
protocol="HTTP/1.1"
connectionTimeout="20000"
useBodyEncodingForURI="true"
redirectPort="443"
compression="on"
compressableMimeType="text/html,text/xml,text/plain,text/css,application/json,application/javascript,application/x-javascript"
secure="true"
scheme="https"
proxyName="mycompany.com"
proxyPort="443" />
Does the problem happen if Bamboo is accessed without proxy server, example: http://localhost:8085
Securing Bamboo with Apache using SSL
The logs show zero errors, but some REST-requests containing the name of the new repository.
Does it have the following example log when creating Linked repository?
2018-09-07 22:44:20,740 INFO [http-nio-8085-exec-21] [AccessLogFilter] kahloun.foong POST http://localhost:8085/admin/createLinkedRepository.action 483123kb
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.