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.
I'm doing the following on a WIN 10 PRO laptop.
When trying to create an initial linked repo I'm getting ciphers errors like the following:
Create repository
An unexpected error has occurred
Unable to read cipher data for 0
If I delete the cipher directory and try it again I get
java.nio.file.AccessDeniedException: D:\Atlassian\Bamboo-home\xml-data\configuration\cipher\cipher.key_0
I've tried changing the service "logon as" bamboo user account to a specific admin user
without success.
Anyone had this issue and resolved it?
TS
Once the cipher key is removed for the first time, the installation is broken. Bamboo has two encryption keys to run the data encryption when necessary, one is in the filesystem and the other one is in the DB. Both are connected and if you remove one the other is useless.
Usually, the issues with the filesystem key are related to permission or missing key (due to a failed upgrade). In your case, I suppose it was related to permissions.
I suggest you the following steps to move on. We have two options:
Option 1 - You can restore the key
Option 2 - You cannot restore the key
⚠️Please make sure you install Bamboo home in a native Windows storage, not in a remotely shared one. Also, please check if your filesystem has any special permission overwrite rule that will change the permission of your files right after you adjust them (depending on the folder you are editing).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.