Hi,
I have downloaded war files for activiti 5.17.0. and trying to make them run on tomcat 6.0.36 on LINUX env with JDK1.7 and Oracle as DB.
I am getting the below error while the webapps are getting deployed when i start the tomcat server.
INFO: Deploying configuration descriptor activiti-explorer.xml
May 14, 2015 2:41:28 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
May 14, 2015 2:41:28 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/activiti-explorer] startup failed due to previous errors
May 14, 2015 2:41:29 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor manager.xml
May 14, 2015 2:41:29 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive activiti-rest.war
May 14, 2015 2:41:29 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
May 14, 2015 2:41:29 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/activiti-rest] startup failed due to previous errors
Version 5.15.0 was working fine on the same tomcat and env with same configurations.
Can anyone please help on what might be the issue?