Hello,
i am facing an issue after installing confluence from skretch.
I've checked all the points from here already and think I am fine will all of them.
Can you help me.
I am getting this error.
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)
Thanks in advice.
Cheers
Alex
Hi,
which OS are you using? Linux or Windows?
Best
JP
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OK, I have several points:
confluence/WEB-INF/classes/confluence-init.properties
file?Pavel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Pavel,
YES, it is.
confluence/WEB-INF/classes/confluence-init.properties
file?There is only this line which is uncommented there.
###########################
# Configuration Directory #
###########################
# specify your directory below (don't forget to remove the '#' in front)
confluence.home = /var/atlassian/application-data/confluence
I've tried that several times as well already by becoming confluence user
su - confluence
and starting confluence like
/etc/init.d/confluece start
not that I know of. I have an nginx running with and valid ssl cert. what do I need to set up in confluence itself for this?
yes, exactly
Cheers
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alex,
Thank you for provide information for me. All looks like good, but I have one idea - you use NGINX with SSL. Did you make the necessary settings in CONFL_Install/conf/server.xml?
Running Confluence behind NGINX with SSL
Pavel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hey Pavel,
unfortunately even this did not help. still getting the same errors.
;-(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
:-(
How much HW resources does the Ubuntu server have allocated?
Please see Server Hardware Requirements Guide
You can try delete the confluence.cfg.xml file and restarted confluence.
Pavel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alxander,
this is caused probably wrong OS permission to Confluence Intall and Confluence Home folder. Please try:
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>
Pavel
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.