Hi. I’m trying to start the flowable-rest webapp packaged in the 6.2.1 download. Only changed the database setup from h2 to postgres. Getting the following exception. Any idea why?
2018-03-08 18:04:06.106:WARN:oejw.WebAppContext:main: Failed startup of context o.e.j.w.WebAppContext@6a6f6c7e{/flowable-rest,file:///…/webapps/flowable-rest/,UNAVAILABLE}{/flowable-rest}
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘dmnEngineConfiguration’ defined in class path resource [org/flowable/rest/conf/FlowableEngineConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flowable.dmn.api.DmnEngineConfigurationApi]: Factory method ‘dmnEngineConfiguration’ threw exception; nested exception is java.lang.ClassCastException: org.flowable.spring.ProcessEngineFactoryBean$$EnhancerBySpringCGLIB$$da38e03d cannot be cast to org.flowable.engine.ProcessEngine
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)