Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,728
Community Members
 
Community Events
184
Community Groups

Unable to add new repositories

Edited

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?

1 answer

0 votes
Foong
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Sep 07, 2018

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events