My new install of Confluence is up to this page: http://<myserver>/bootstrap/selectsetupstep.action and all I get is A system error has occurred — our apologies!
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)
The server is Windows 2012 R2 with SQL 2014, using a direct JBDC connection
So far I have tried:
Any help would be greatly appreciated. My battle with Confluences has been going on for three days now (in various forms)
This is often caused by ownership. I'm not sure exactly how to replicate it on Windows, but on a Linux box, you install Confluence as user "root" and plan to run it as "charlie". So, you log in, check charlie exists, then forget to swap to charlie and run it as root. The running account creates logs, temporary files, directories and so-on. Then, you stop it, and later restart it as charlie. Charlie can't read/write half of the stuff it needs to, and can't even generate the right messages. So you get this one.
So, first thing to check is that the user you want to run Confluence under has full read/write/execute/delete access to the whole Confluence installation and the data directory (confluence home)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.