Hi All,
In a docker container we don’t want to deploy Java JDK with compiler module. Start of embedded Camunda fails because of NoClassDefFound NullType. This Class belongs to java.compiler. Is there a workaround or a solution.
Error creating bean with name ‘processEngineFactoryBean’: FactoryBean threw exception on object creation; nested exception is java.lang.NoClassDefFoundError: javax/lang/model/type/NullType
We want to run Spring Boot Integration | docs.camunda.org inside a docker container that is based on a JRE base image. This seems not possible since camunda needs the java compiler at runtime.