When running a docker-compose for 2.1.2, syncope-core will not initialize.
Receiving the below error. However, 2.1.1 works fine in Docker.
syncope_1_949d5739a0e5 | 12-Nov-2018 23:00:24.611 SEVERE
[localhost-startStop-1] org.apache.catalina.core.StandardContext.listenerStart
Exception sending context initialized event to listener instance of class
org.springframework.web.context.ContextLoaderListener
syncope_1_949d5739a0e5 |
org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean
definition with name
'org.apache.syncope.core.flowable.support.DomainProcessEngineConfiguration#0'
defined in URL
[jar:file:/var/lib/tomcat8/webapps/syncope/WEB-INF/lib/syncope-ext-flowable-bpmn-2.1.2.jar!/workflowFlowableContext.xml]:
Could not resolve placeholder 'historyLevel' in value "${historyLevel}";
nested exception is java.lang.IllegalArgumentException: Could not resolve
placeholder 'historyLevel' in value "${historyLevel}"
syncope_1_949d5739a0e5 | at
org.springframework.beans.factory.config.PlaceholderConfigurerSupport.doProcessProperties(PlaceholderConfigurerSupport.java:228)