This is the error message I'm getting when attempting to go to confluence after restarting it:
You cannot access Confluence at present. Look at the table below to identify the reasons.
Type: Bootstrap
Description: Could not load bootstrap from environment No server id found.
Exception: IllegalStateException: Failed to create shared home directory in /var/atlassian2/application-data/confluence2/shared-home
Level: fatal
This page will automatically update every 60 seconds.
What does this mean? I'm getting nothing on google for this error, please help!
It was due to invalid permissions on Confluence's home directory. I couldnt figure out which user confluence was using, so I just chmodded to 777 and it booted successfully.
Confluence is running in JVM so you need to look for java process to see what is the user running it. For example in RH linux following ps command should be able to show it:
ps aux|grep java|grep confluence
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online 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.