Install Full Distribution on Weblogic 12c

I did it. The problem was:
Caused By: java.lang.ClassNotFoundException: org.slf4j.LoggerFactory

This error throw at deploy of the camunda-oracle-weblogic-ear-$PLATFORM_VERSION.ear

I put slf4j-api-1.7.2.jar and slf4j-jdk14-1.7.2.jar into $WLS_DOMAIN_HOME/lib

2 Likes