Hello, I have a problem with startup Confluence.
My problem:
Could not load bootstrap from environment. BootstrapException: Unable to bootstrap application: Couldn't save confluence.cfg.xml to /var/atlassian/application-data/confluence
But! I read the posts in the community. And I tried all the solutions and not a result...
I am re-installed Confluence, I check privileges. Help me!
Dedicated user - Confluence.
drwxr-xr-x 14 confluence confluence 4.0K Jul 3 19:14 /opt/atlassian/confluence
drwx------ 20 confluence confluence 4.0K Jul 3 19:40 /var/atlassian/application-data/confluence
There's not a lot we can help you with here. You need to look at the operating system to see why it cannot save the file to the disk.
Try logging in as the user that is set up to run Confluence, then
You will get an error message from at least one of those steps which will tell you what is wrong.
cd - OK!
cat - OK!
touch - not error - OK!
id:
uid=1007(confluence) gid=1007(confluence) groups=1007(confluence)
-rwx------ 1 confluence confluence confluence.cfg.xml
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you running the installer as "confluence"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
By the way, an alternative is to set the right file permissions:
sudo chown -R <confluence-user> <confluence-install-folder>
sudo chown -R <confluence-user> <confluence-home-folder>
sudo chmod -R u=rwx,g=rx,o=rx <confluence-install-folder>
sudo chmod -R u=rwx,g=rx,o=rx <confluence-home-folder>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.