after shut down of confluence it logs below error in atlassian-confluence.log flie
2014-07-10 14:49:51,243 FATAL [localhost-startStop-2] [atlassian.spring.container.SpringContainerContext] getComponent Spring Application context has not been set
2014-07-10 14:49:51,275 WARN [localhost-startStop-2] [atlassian.confluence.plugin.PluginFrameworkContextListener] contextDestroyed Failed to shut down plugin system during ServletContext shutdown: Spring Application context has not been set
it was because I have executed chown -R for both jira and conflunce
later i changed it to
chown -R confluence /var/atlassian/application-data/confluence
Hi Paresh,
Are you running Confluence on a Linux OS?
If yes, have you checked whether you have the write permissions to the HOME folder? The same problem could also occur if you are running Confluence as the root
user.
If it is the latter, then try not to run Confluence as root.
If it is because of permission issue, ensure that the user running Confluence has full read and write access to the home folder. This can be set by running chmod -R
with the appropriate permissions, to apply them recursively to each sub folder.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
1st time i ran confluence as root later i stopped it.
then i did start/stop using confluence user by providing
chown -R confluence /var/atlassian/
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.