Missed Team ’24? Catch up on announcements here.

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

Unable to add new repositories

Zweistein2
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 1, 2018

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.
September 7, 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