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.