Products | Versions |
---|---|
Spotfire Server | All Versions |
You may get below error in Spotfire Server log files (catalina.log and server.log) if there is some issue with Action log database and because of which Spotfire Server is unable to start:
-------------
SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.listenerStart Exception sending context initialized event to listener instance of class [com.spotfire.server.lifecycle.SpotfireServerInitializer] org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'actionLoggerMUX' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate
[com.spotfire.server.actionlog.ActionLoggerMUX]: Constructor threw exception; nested exception is com.spotfire.server.ServerInitializationException: Unable to connect to the action log database
...
...
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.spotfire.server.actionlog.ActionLoggerMUX]: Constructor threw exception; nested exception is com.spotfire.server.ServerInitializationException: Unable to connect to the action log database
...
...
Caused by: com.spotfire.server.ServerInitializationException: Unable to connect to the action log database
...
...
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:142)
... 30 more
-------------------------------------