Install Full Distribution on Weblogic 12c

I have installed Full Trial Entreprise Edition on Weblogic 12c as in Install the Full Distribution on Oracle WebLogic Application Server | docs.camunda.org
and I get:


I have installed only the required components and I have restarted Oracle Weblogic.

In log I have:

I have tried with camunda 7.12 and 7.11.7.

Any help will be apreciated :slight_smile:

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