Spring Boot Flowable

Good day. I could run my app with activiti bpm spring boot. I just changed dependencies from activiti to flowable. Unfortunately can not run with flowable bpm. The stack trays says that there are something wrong with slf4j.
I hope you will fix bug. My operating system is Windows 7.

My dependencies in gradle:

compile(‘org.flowable:flowable-spring-boot-starter-basic:6.0.0’)
compile(‘org.flowable:flowable-spring-boot-starter-rest-api:6.0.0’)
compile(‘org.flowable:flowable-spring-boot-starter-actuator:6.0.0’)
compile(‘org.flowable:flowable-spring-boot-starter-jpa:6.0.0’)

Below is my stack trace:

SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/C:/Users/zhandos.zharilkasynu/.gradle/caches/modules-2/files-2.1/org.slf4j/slf4j-log4j12/1.7.21/7238b064d1aba20da2ac03217d700d91e02460fa/slf4j-log4j12-1.7.21.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/C:/Users/zhandos.zharilkasynu/.m2/repository/ch/qos/logback/logback-classic/1.1.7/logback-classic-1.1.7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Detected both log4j-over-slf4j.jar AND bound slf4j-log4j12.jar on the class path, preempting StackOverflowError.
SLF4J: See also http://www.slf4j.org/codes.html#log4jDelegationLoop for more details.
Exception in thread “main” java.lang.ExceptionInInitializerError
at org.slf4j.impl.StaticLoggerBinder.(StaticLoggerBinder.java:72)

Hi,

This issue should be fixed now on Github master.

Best regards,

Tijs

1 Like

Great. Thank you a lot Tijs.