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:
HTTP Status 500 - An exception occurred processing JSP page /errors.jsp at line 54
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?