Hello!
We have a dockerized JIRA container (nginx with reverse proxy to docker container)
We are trying to publish Confluence (the same config with nginx and it's temporary without SSL certificate)
We use latest version of https://hub.docker.com/r/atlassian/confluence-server
I am going with standard steps of Confluence setup, set the settings for MySQL connection (not built-in DB), then I try to connect with JIRA for single point user management.
I get the error "A system error has occurred - our apologies!" then restart a Confluence container and we see the error with details:
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)
I have tried to search the same issues but I have no result for it.
Have you checked that the user (id) running confluence has write permission to the mounted home folder?
You can temporarily start confluence with no mounted home directory just to check.
-Lars
The permissions are correct for the home folder..
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.