Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I have setup JIRA already. Next confluence in same box. It's was trying to integrate with same login and got this below issue.
The SystemInformationService could not be retrieved due to the following error: java.lang.IllegalStateException: Spring Application context has not been set
Cause
com.atlassian.util.concurrent.LazyReference$InitializationException: java.lang.IllegalStateException: Spring Application context has not been set
at com.atlassian.util.concurrent.LazyReference.getInterruptibly(LazyReference.java:149)
caused by: java.lang.IllegalStateException: Spring Application context has not been set
at com.atlassian.spring.container.SpringContainerContext.getComponent(SpringContainerContext.java:48)
In addition to Luiz's answer: If the permissions are not related to the case, it would be worth to check the database connection parameters with Confluence, in the confluence.cfg.xml file, from the Home folder.
Cheers,
Giu
Hi there,
This is probably happening due to lack of permissions to write on the Confluence Home-Directory.
Please refer to this documentation for instructions on how to set write permissions for the home folder on both Linux and Windows. This should to the trick.
Regards,
LM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I found this after downloading latest database drivers. That particular version had a 0kb filesize.
checked and yep. my driver was 0kb.. went 1 version earlier and 912kb no issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In my case it was an error during last step of installation, the part you do in browser, so I
ps. finally (it's not a part of answer to this question but I had to do it to accomplish mission) I had to increase amount of RAM from 2Gb to 4Gb to run both Bitbucket and Conflunce on same server
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.