now restarting the container it seems to fail and it restarts again and again.
Following the error message from docker:
camunda_1 | 26-Oct-2021 07:50:24.579 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08046 Found Camunda Platform configuration in CATALINA_BASE/CATALINA_HOME conf directory [/camunda/conf/bpm-platform.xml] at 'file:/camunda/conf/bpm-platform.xml'
camunda_1 | 26-Oct-2021 07:50:24.644 SEVERE [main] org.apache.catalina.startup.Catalina.start The required Server component failed to start so Tomcat is unable to start.
camunda_1 | org.apache.catalina.LifecycleException: Failed to start component [StandardServer[8005]]
camunda_1 | at org.apache.catalina.util.LifecycleBase.handleSubClassException(LifecycleBase.java:440)
camunda_1 | at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:198)
camunda_1 | at org.apache.catalina.startup.Catalina.start(Catalina.java:772)
camunda_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
camunda_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
camunda_1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
camunda_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:566)
camunda_1 | at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:345)
camunda_1 | at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:476)
camunda_1 | Caused by: org.camunda.bpm.engine.ProcessEngineException: ENGINE-08043 Exception while performing 'deploy BPM platform' => 'Parsing bpm-platform.xml file': ENGINE-09005 Could not parse BPMN process. Errors:
camunda_1 | * cvc-complex-type.3.2.2: Attribute 'value' is not allowed to appear in element 'property'. | resource file:/camunda/conf/bpm-platform.xml | line 20 | column 59
camunda_1 | at org.camunda.bpm.container.impl.ContainerIntegrationLogger.exceptionWhilePerformingOperationStep(ContainerIntegrationLogger.java:316)
camunda_1 | at org.camunda.bpm.container.impl.spi.DeploymentOperation.execute(DeploymentOperation.java:136)
camunda_1 | at org.camunda.bpm.container.impl.jmx.MBeanServiceContainer.executeDeploymentOperation(MBeanServiceContainer.java:160)
camunda_1 | at org.camunda.bpm.container.impl.spi.DeploymentOperation$DeploymentOperationBuilder.execute(DeploymentOperation.java:216)
camunda_1 | at org.camunda.bpm.container.impl.tomcat.TomcatBpmPlatformBootstrap.deployBpmPlatform(TomcatBpmPlatformBootstrap.java:83)
camunda_1 | at org.camunda.bpm.container.impl.tomcat.TomcatBpmPlatformBootstrap.lifecycleEvent(TomcatBpmPlatformBootstrap.java:61)
camunda_1 | at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
camunda_1 | at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423)
camunda_1 | at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366)
camunda_1 | at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:920)
camunda_1 | at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
camunda_1 | ... 7 more
camunda_1 | Caused by: org.camunda.bpm.engine.ParseException: ENGINE-09005 Could not parse BPMN process. Errors:
camunda_1 | * cvc-complex-type.3.2.2: Attribute 'value' is not allowed to appear in element 'property'. | resource file:/camunda/conf/bpm-platform.xml | line 20 | column 59
(I only copied the xml-file from initial and added the “jobexecutor” property)