I setup confluence and did my installation and everything was ok. I also installed the trial version of Brikit theme. I installed confluence as a service. I stopped my server to take a backup of work done so far and on starting the server, I can't connect on port 8090. Instead , I get the error below:
type Exception report
message An exception occurred processing JSP page /errors.jsp at line 54
description The server encountered an internal error that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: An exception occurred processing JSP page /errors.jsp at line 54 51: ConfluenceSidManager sidManager = (ConfluenceSidManager) ContainerManager.getComponent("sidManager"); 52: try 53: { 54: sid = sidManager.getSid(); 55: } 56: catch (ConfigurationException e) 57: { Stacktrace:....
Does anyone know what is going on?
What does the log file say? Under <confluence home>/logs there should be a set of logs, one of them will have more detail
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, those might be useful later, but we need the application logs from <confluence home>/logs (the ones you've given us are the server logs from <confluence installation>)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We had this error today. Looking at the Confluence home log, in our case the cause was Confluence's SQL login had expired as we had accidentally left the 'Enforce password policy' 'Enforce password expiration' on.
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.