Camunda on Azure Deployment

Hello,

I am quite new to Camunda and currently following the article here: Deploying Camunda BPM to Azure Container Service via CLI in 5 Minutes | by Robert Emsbach | Medium). This is the command I use to create the container

az container create --resource-group rg-camunda --name camunda-run --image camunda/camunda-bpm-platform:run-latest --dns-name-label tt-camunda-inst --ports 8080 --protocol TCP --cpu 1 --memory 1 --environment-variables SPRING_APPLICATION_JSON='{"camunda.bpm.run.auth.enabled":"true"}'

However, the instance does not start properly. When I attach to the container through CLI, I see that Camunda seems to run into some failures and keeps restarting. The output on the terminal is shown below. I also tried

  • using a previous version of the camunda-bpm-platform:run image
  • leaving away the environment variables
  • setting up through the portal instead of CLI (see screenshots at the end)

but all results in the same issue. Does anyone know what I’m doing wrong?
Any help would be much appreciated.

 ____                                 _         ____  _       _    __                        ____
/ ___| __ _ _ __ ___  _   _ _ __   __| | __ _  |  _ \| | __ _| |_ / _| ___  _ __ _ __ ___   |  _ \ _   _ _ __
| |   / _` | '_ ` _ \| | | | '_ \ / _` |/ _` | | |_) | |/ _` | __| |_ / _ \| '__| '_ ` _ \  | |_) | | | | '_ \
| |__| (_| | | | | | | |_| | | | | (_| | (_| | |  __/| | (_| | |_|  _| (_) | |  | | | | | | |  _ <| |_| | | | |
\____/\__,_|_| |_| |_|\__,_|_| |_|\__,_|\__,_| |_|   |_|\__,_|\__|_|  \___/|_|  |_| |_| |_| |_| \_\\__,_|_| |_|

  Spring-Boot:  (v2.5.4)
  Camunda Platform: (v7.16.0)

2021-11-27 19:37:55.165  INFO 10 --- [           main] org.camunda.bpm.run.CamundaBpmRun        : Starting CamundaBpmRun v7.16.0 using Java 11.0.9 on wk-caas-1245554339aa4f50b5a06f19cdd5efaa-329adcc16ede2542004e
b3 with PID 10 (/camunda/internal/camunda-bpm-run-core.jar started by camunda in /camunda)
2021-11-27 19:37:55.169  INFO 10 --- [           main] org.camunda.bpm.run.CamundaBpmRun        : No active profile set, falling back to default profiles: default
2021-11-27 19:37:59.588  INFO 10 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
2021-11-27 19:37:59.603  INFO 10 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2021-11-27 19:37:59.603  INFO 10 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.52]
2021-11-27 19:37:59.788  INFO 10 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2021-11-27 19:37:59.789  INFO 10 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4425 ms
2021-11-27 19:37:59.881  INFO 10 --- [           main] .c.b.s.b.s.r.CamundaJerseyResourceConfig : Configuring camunda rest api.
2021-11-27 19:37:59.968  INFO 10 --- [           main] .c.b.s.b.s.r.CamundaJerseyResourceConfig : Finished configuring camunda rest api.
2021-11-27 19:38:01.363  INFO 10 --- [           main] org.camunda.bpm.spring.boot              : STARTER-SB040 Setting up jobExecutor with corePoolSize=3, maxPoolSize:10
2021-11-27 19:38:01.493  INFO 10 --- [           main] org.camunda.bpm.engine.cfg               : ENGINE-12003 Plugin 'CompositeProcessEnginePlugin[genericPropertiesConfiguration, camundaDeploymentConfiguration,
 camundaProcessEngineConfiguration, camundaDatasourceConfiguration, camundaJobConfiguration, camundaHistoryConfiguration, camundaMetricsConfiguration, camundaAuthorizationConfiguration, CreateAdminUserConfigurat
ion[adminUser=AdminUserProperty[id=demo, firstName=Demo, lastName=Demo, email=demo@localhost, password=******]], failedJobConfiguration, disableDeploymentResourcePattern, eventPublisherPlugin, ApplicationContext
ClassloaderSwitchPlugin, SpringBootSpinProcessEnginePlugin]' activated on process engine 'default'
2021-11-27 19:38:01.497  INFO 10 --- [           main] org.camunda.bpm.spring.boot              : STARTER-SB021 Auto-Deploying resources: []
2021-11-27 19:38:01.500  INFO 10 --- [           main] org.camunda.bpm.spring.boot              : STARTER-SB020 ProcessApplication enabled: autoDeployment via springConfiguration#deploymentResourcePattern is dis
abled
2021-11-27 19:38:01.501  INFO 10 --- [           main] o.c.b.s.b.s.event.EventPublisherPlugin   : EVENTING-001: Initialized Camunda Spring Boot Eventing Engine Plugin.
2021-11-27 19:38:01.501  INFO 10 --- [           main] o.c.b.s.b.s.event.EventPublisherPlugin   : EVENTING-003: Task events will be published as Spring Events.
2021-11-27 19:38:01.501  INFO 10 --- [           main] o.c.b.s.b.s.event.EventPublisherPlugin   : EVENTING-005: Execution events will be published as Spring Events.
2021-11-27 19:38:01.504  INFO 10 --- [           main] o.c.b.s.b.s.event.EventPublisherPlugin   : EVENTING-007: History events will be published as Spring events.
2021-11-27 19:38:01.565  INFO 10 --- [           main] org.camunda.spin                         : SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormatP
rovider[name = application/json]
2021-11-27 19:38:01.977  INFO 10 --- [           main] org.camunda.spin                         : SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormatProvider[na
me = application/xml]
2021-11-27 19:38:01.987  INFO 10 --- [           main] org.camunda.spin                         : SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormat[name = application/
xml]
2021-11-27 19:38:01.988  INFO 10 --- [           main] org.camunda.spin                         : SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormat[name = ap
plication/json]
2021-11-27 19:38:02.267  INFO 10 --- [           main] org.camunda.bpm.dmn.feel.scala           : FEEL/SCALA-01001 Spin value mapper detected
JAVA_HOME is not set. Unexpected results may occur.
Set JAVA_HOME to the directory of your local JDK to avoid this message.
JAVA_OPTS: -Xmx768m -XX:MaxMetaspaceSize=256m
REST API enabled
WebApps enabled
Swagger UI enabled
Invoice Example included - needs to be enabled in application configuration as well
classpath: /camunda/internal/webapps/,/camunda/internal/rest/,/camunda/internal/swaggerui,/camunda/internal/example,/camunda/configuration/userlib/,/camunda/configuration/keystore/

 ____                                 _         ____  _       _    __                        ____
/ ___| __ _ _ __ ___  _   _ _ __   __| | __ _  |  _ \| | __ _| |_ / _| ___  _ __ _ __ ___   |  _ \ _   _ _ __
| |   / _` | '_ ` _ \| | | | '_ \ / _` |/ _` | | |_) | |/ _` | __| |_ / _ \| '__| '_ ` _ \  | |_) | | | | '_ \
| |__| (_| | | | | | | |_| | | | | (_| | (_| | |  __/| | (_| | |_|  _| (_) | |  | | | | | | |  _ <| |_| | | | |
\____/\__,_|_| |_| |_|\__,_|_| |_|\__,_|\__,_| |_|   |_|\__,_|\__|_|  \___/|_|  |_| |_| |_| |_| \_\\__,_|_| |_|

  Spring-Boot:  (v2.5.4)
  Camunda Platform: (v7.16.0)

2021-11-27 19:37:55.165  INFO 10 --- [           main] org.camunda.bpm.run.CamundaBpmRun        : Starting CamundaBpmRun v7.16.0 using Java 11.0.9 on wk-caas-1245554339aa4f50b5a06f19cdd5efaa-329adcc16ede2542004e
b3 with PID 10 (/camunda/internal/camunda-bpm-run-core.jar started by camunda in /camunda)
2021-11-27 19:37:55.169  INFO 10 --- [           main] org.camunda.bpm.run.CamundaBpmRun        : No active profile set, falling back to default profiles: default
2021-11-27 19:37:59.588  INFO 10 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
2021-11-27 19:37:59.603  INFO 10 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2021-11-27 19:37:59.603  INFO 10 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.52]
2021-11-27 19:37:59.788  INFO 10 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2021-11-27 19:37:59.789  INFO 10 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4425 ms
2021-11-27 19:37:59.881  INFO 10 --- [           main] .c.b.s.b.s.r.CamundaJerseyResourceConfig : Configuring camunda rest api.
2021-11-27 19:37:59.968  INFO 10 --- [           main] .c.b.s.b.s.r.CamundaJerseyResourceConfig : Finished configuring camunda rest api.
2021-11-27 19:38:01.363  INFO 10 --- [           main] org.camunda.bpm.spring.boot              : STARTER-SB040 Setting up jobExecutor with corePoolSize=3, maxPoolSize:10
2021-11-27 19:38:01.493  INFO 10 --- [           main] org.camunda.bpm.engine.cfg               : ENGINE-12003 Plugin 'CompositeProcessEnginePlugin[genericPropertiesConfiguration, camundaDeploymentConfiguration,
 camundaProcessEngineConfiguration, camundaDatasourceConfiguration, camundaJobConfiguration, camundaHistoryConfiguration, camundaMetricsConfiguration, camundaAuthorizationConfiguration, CreateAdminUserConfigurat
ion[adminUser=AdminUserProperty[id=demo, firstName=Demo, lastName=Demo, email=demo@localhost, password=******]], failedJobConfiguration, disableDeploymentResourcePattern, eventPublisherPlugin, ApplicationContext
ClassloaderSwitchPlugin, SpringBootSpinProcessEnginePlugin]' activated on process engine 'default'
2021-11-27 19:38:01.497  INFO 10 --- [           main] org.camunda.bpm.spring.boot              : STARTER-SB021 Auto-Deploying resources: []
2021-11-27 19:38:01.500  INFO 10 --- [           main] org.camunda.bpm.spring.boot              : STARTER-SB020 ProcessApplication enabled: autoDeployment via springConfiguration#deploymentResourcePattern is dis
abled
2021-11-27 19:38:01.501  INFO 10 --- [           main] o.c.b.s.b.s.event.EventPublisherPlugin   : EVENTING-001: Initialized Camunda Spring Boot Eventing Engine Plugin.
2021-11-27 19:38:01.501  INFO 10 --- [           main] o.c.b.s.b.s.event.EventPublisherPlugin   : EVENTING-003: Task events will be published as Spring Events.
2021-11-27 19:38:01.501  INFO 10 --- [           main] o.c.b.s.b.s.event.EventPublisherPlugin   : EVENTING-005: Execution events will be published as Spring Events.
2021-11-27 19:38:01.504  INFO 10 --- [           main] o.c.b.s.b.s.event.EventPublisherPlugin   : EVENTING-007: History events will be published as Spring events.
2021-11-27 19:38:01.565  INFO 10 --- [           main] org.camunda.spin                         : SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormatP
rovider[name = application/json]
2021-11-27 19:38:01.977  INFO 10 --- [           main] org.camunda.spin                         : SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormatProvider[na
me = application/xml]
2021-11-27 19:38:01.987  INFO 10 --- [           main] org.camunda.spin                         : SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormat[name = application/
xml]
2021-11-27 19:38:01.988  INFO 10 --- [           main] org.camunda.spin                         : SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormat[name = ap
plication/json]
2021-11-27 19:38:02.267  INFO 10 --- [           main] org.camunda.bpm.dmn.feel.scala           : FEEL/SCALA-01001 Spin value mapper detected
2021-11-27 19:38:02.337  INFO 10 --- [           main] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@66c83fc8, org.camu
JAVA_HOME is not set. Unexpected results may occur.
Set JAVA_HOME to the directory of your local JDK to avoid this message.
JAVA_OPTS: -Xmx768m -XX:MaxMetaspaceSize=256m
REST API enabled
WebApps enabled
Swagger UI enabled
Invoice Example included - needs to be enabled in application configuration as well
classpath: /camunda/internal/webapps/,/camunda/internal/rest/,/camunda/internal/swaggerui,/camunda/internal/example,/camunda/configuration/userlib/,/camunda/configuration/keystore/

 ____                                 _         ____  _       _    __                        ____
/ ___| __ _ _ __ ___  _   _ _ __   __| | __ _  |  _ \| | __ _| |_ / _| ___  _ __ _ __ ___   |  _ \ _   _ _ __
| |   / _` | '_ ` _ \| | | | '_ \ / _` |/ _` | | |_) | |/ _` | __| |_ / _ \| '__| '_ ` _ \  | |_) | | | | '_ \
| |__| (_| | | | | | | |_| | | | | (_| | (_| | |  __/| | (_| | |_|  _| (_) | |  | | | | | | |  _ <| |_| | | | |
\____/\__,_|_| |_| |_|\__,_|_| |_|\__,_|\__,_| |_|   |_|\__,_|\__|_|  \___/|_|  |_| |_| |_| |_| \_\\__,_|_| |_|

  Spring-Boot:  (v2.5.4)
  Camunda Platform: (v7.16.0)

2021-11-27 19:37:55.165  INFO 10 --- [           main] org.camunda.bpm.run.CamundaBpmRun        : Starting CamundaBpmRun v7.16.0 using Java 11.0.9 on wk-caas-1245554339aa4f50b5a06f19cdd5efaa-329adcc16ede2542004e
b3 with PID 10 (/camunda/internal/camunda-bpm-run-core.jar started by camunda in /camunda)
2021-11-27 19:37:55.169  INFO 10 --- [           main] org.camunda.bpm.run.CamundaBpmRun        : No active profile set, falling back to default profiles: default
2021-11-27 19:37:59.588  INFO 10 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
2021-11-27 19:37:59.603  INFO 10 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2021-11-27 19:37:59.603  INFO 10 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.52]
2021-11-27 19:37:59.788  INFO 10 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2021-11-27 19:37:59.789  INFO 10 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4425 ms
2021-11-27 19:37:59.881  INFO 10 --- [           main] .c.b.s.b.s.r.CamundaJerseyResourceConfig : Configuring camunda rest api.
2021-11-27 19:37:59.968  INFO 10 --- [           main] .c.b.s.b.s.r.CamundaJerseyResourceConfig : Finished configuring camunda rest api.
2021-11-27 19:38:01.363  INFO 10 --- [           main] org.camunda.bpm.spring.boot              : STARTER-SB040 Setting up jobExecutor with corePoolSize=3, maxPoolSize:10
2021-11-27 19:38:01.493  INFO 10 --- [           main] org.camunda.bpm.engine.cfg               : ENGINE-12003 Plugin 'CompositeProcessEnginePlugin[genericPropertiesConfiguration, camundaDeploymentConfiguration,
 camundaProcessEngineConfiguration, camundaDatasourceConfiguration, camundaJobConfiguration, camundaHistoryConfiguration, camundaMetricsConfiguration, camundaAuthorizationConfiguration, CreateAdminUserConfigurat
ion[adminUser=AdminUserProperty[id=demo, firstName=Demo, lastName=Demo, email=demo@localhost, password=******]], failedJobConfiguration, disableDeploymentResourcePattern, eventPublisherPlugin, ApplicationContext
ClassloaderSwitchPlugin, SpringBootSpinProcessEnginePlugin]' activated on process engine 'default'
2021-11-27 19:38:01.497  INFO 10 --- [           main] org.camunda.bpm.spring.boot              : STARTER-SB021 Auto-Deploying resources: []
2021-11-27 19:38:01.500  INFO 10 --- [           main] org.camunda.bpm.spring.boot              : STARTER-SB020 ProcessApplication enabled: autoDeployment via springConfiguration#deploymentResourcePattern is dis
abled
2021-11-27 19:38:01.501  INFO 10 --- [           main] o.c.b.s.b.s.event.EventPublisherPlugin   : EVENTING-001: Initialized Camunda Spring Boot Eventing Engine Plugin.
2021-11-27 19:38:01.501  INFO 10 --- [           main] o.c.b.s.b.s.event.EventPublisherPlugin   : EVENTING-003: Task events will be published as Spring Events.
2021-11-27 19:38:01.501  INFO 10 --- [           main] o.c.b.s.b.s.event.EventPublisherPlugin   : EVENTING-005: Execution events will be published as Spring Events.
2021-11-27 19:38:01.504  INFO 10 --- [           main] o.c.b.s.b.s.event.EventPublisherPlugin   : EVENTING-007: History events will be published as Spring events.
2021-11-27 19:38:01.565  INFO 10 --- [           main] org.camunda.spin                         : SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormatP
rovider[name = application/json]
2021-11-27 19:38:01.977  INFO 10 --- [           main] org.camunda.spin                         : SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormatProvider[na
me = application/xml]
2021-11-27 19:38:01.987  INFO 10 --- [           main] org.camunda.spin                         : SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormat[name = application/
xml]
2021-11-27 19:38:01.988  INFO 10 --- [           main] org.camunda.spin                         : SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormat[name = ap
plication/json]
2021-11-27 19:38:02.267  INFO 10 --- [           main] org.camunda.bpm.dmn.feel.scala           : FEEL/SCALA-01001 Spin value mapper detected
2021-11-27 19:38:02.337  INFO 10 --- [           main] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@66c83fc8, org.camu
nda.spin.plugin.impl.feel.integration.SpinValueMapper@546621c4)), function-provider: org.camunda.bpm.dmn.feel.impl.scala.function.CustomFunctionTransformer@7fc645e4, clock: SystemClock, configuration: Configurat
ion(false)]
2021-11-27 19:38:02.505  INFO 10 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2021-11-27 19:38:02.970  INFO 10 --- [           main] com.zaxxer.hikari.pool.PoolBase          : HikariPool-1 - Driver does not support get/set network timeout for connections. (Receiver class org.h2.jdbc.JdbcC
onnection does not define or inherit an implementation of the resolved method 'abstract int getNetworkTimeout()' of interface java.sql.Connection.)
2021-11-27 19:38:02.979  INFO 10 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2021-11-27 19:38:09.896  INFO 10 --- [           main] org.camunda.bpm.connect                  : CNCT-01004 Discovered provider for connector id 'http-connector' and class 'org.camunda.connect.httpclient.impl.HttpConnectorImpl': 'org.camunda.connect.httpclient.impl.HttpConnectorProviderImpl'
2021-11-27 19:38:09.899  INFO 10 --- [           main] org.camunda.bpm.connect                  : CNCT-01004 Discovered provider for connector id 'soap-http-connector' and class 'org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorImpl': 'org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorProviderImpl'
2021-11-27 19:38:10.186  INFO 10 --- [           main] org.camunda.bpm.engine.persistence       : ENGINE-03016 Performing database operation 'create' on component 'engine' with resource 'org/camunda/bpm/engine/db/create/activiti.h2.create.engine.sql'
2021-11-27 19:38:10.282  INFO 10 --- [           main] org.camunda.bpm.engine.persistence       : ENGINE-03016 Performing database operation 'create' on component 'history' with resource 'org/camunda/bpm/engine/db/create/activiti.h2.create.history.sql'
2021-11-27 19:38:10.292  INFO 10 --- [           main] org.camunda.bpm.engine.persistence       : ENGINE-03016 Performing database operation 'create' on component 'identity' with resource 'org/camunda/bpm/engine/db/create/activiti.h2.create.identity.sql'
2021-11-27 19:38:10.369  INFO 10 --- [           main] org.camunda.bpm.engine.persistence       : ENGINE-03016 Performing database operation 'create' on component 'case.engine' with resource 'org/camunda/bpm/engine/db/create/activiti.h2.create.case.engine.sql'
2021-11-27 19:38:10.374  INFO 10 --- [           main] org.camunda.bpm.engine.persistence       : ENGINE-03016 Performing database operation 'create' on component 'case.history' with resource 'org/camunda/bpm/engine/db/create/activiti.h2.create.case.history.sql'
2021-11-27 19:38:10.378  INFO 10 --- [           main] org.camunda.bpm.engine.persistence       : ENGINE-03016 Performing database operation 'create' on component 'decision.engine' with resource 'org/camunda/bpm/engine/db/create/activiti.h2.create.decision.engine.sql'
2021-11-27 19:38:10.394  INFO 10 --- [           main] org.camunda.bpm.engine.persistence       : ENGINE-03016 Performing database operation 'create' on component 'decision.history' with resource 'org/camunda/bpm/engine/db/create/activiti.h2.create.decision.history.sql'
2021-11-27 19:38:10.483  INFO 10 --- [           main] org.camunda.bpm.engine.persistence       : ENGINE-03067 No history level property found in database
2021-11-27 19:38:10.483  INFO 10 --- [           main] org.camunda.bpm.engine.persistence       : ENGINE-03065 Creating historyLevel property in database for level: HistoryLevelFull(name=full, id=3)
2021-11-27 19:38:10.564  INFO 10 --- [           main] org.camunda.bpm.engine                   : ENGINE-00001 Process Engine default created.
2021-11-27 19:38:10.970  INFO 10 --- [           main] org.camunda.bpm.spring.boot              : STARTER-SB010 creating initial Admin User: AdminUserProperty[id=demo, firstName=Demo, lastName=Demo, email=demo@localhost, password=******]
2021-11-27 19:38:10.971  INFO 10 --- [           main] o.c.bpm.run.example.invoice.Application  : Invoice example started, creating deployment
2021-11-27 19:38:12.277  INFO 10 --- [           main] org.camunda.bpm.application              : ENGINE-07021 ProcessApplication 'InvoiceProcessApplication' registered for DB deployments [8de6cdab-4fb9-11ec-8d16-0a580af47605]. Will execute process definitions

        invoice[version: 1, id: invoice:1:8e6154df-4fb9-11ec-8d16-0a580af47605]
        ReviewInvoice[version: 1, id: ReviewInvoice:1:8e623f41-4fb9-11ec-8d16-0a580af47605]
Deployment does not provide any case definitions.
2021-11-27 19:38:13.771  INFO 10 --- [           main] o.c.b.s.b.s.w.f.LazyInitRegistration     : lazy initialized org.camunda.bpm.spring.boot.starter.webapp.filter.LazyProcessEnginesFilter@467f77a5
2021-11-27 19:38:13.895  INFO 10 --- [           main] o.c.b.s.b.s.w.f.LazyInitRegistration     : lazy initialized org.camunda.bpm.spring.boot.starter.webapp.filter.LazySecurityFilter@7a34b7b8
2021-11-27 19:38:14.171  INFO 10 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8080 (http) with context path ''
2021-11-27 19:38:14.375  INFO 10 --- [           main] org.camunda.bpm.container                : ENGINE-08024 Found processes.xml file at jar:file:/camunda/internal/example/camunda-bpm-run-modules-example-invoice.jar!/META-INF/processes.xml
2021-11-27 19:38:14.408  INFO 10 --- [           main] org.camunda.bpm.container                : ENGINE-08023 Deployment summary for process archive 'invoiceProcessApplicationSpringBoot':

        invoiceBusinessDecisions.dmn
        invoice.v2.bpmn

2021-11-27 19:38:14.786  INFO 10 --- [           main] org.camunda.bpm.application              : ENGINE-07021 ProcessApplication 'invoiceProcessApplicationSpringBoot' registered for DB deployments [8ffab995-4fb9-11ec-8d16-0a580af47605, 8de6cdab-4fb9-11ec-8d16-0a580af47605]. Will execute process definitions

        invoice[version: 2, id: invoice:2:90198c38-4fb9-11ec-8d16-0a580af47605]
        ReviewInvoice[version: 1, id: ReviewInvoice:1:8e623f41-4fb9-11ec-8d16-0a580af47605]
        invoice[version: 1, id: invoice:1:8e6154df-4fb9-11ec-8d16-0a580af47605]
Deployment does not provide any case definitions.
2021-11-27 19:38:14.866  INFO 10 --- [           main] o.c.bpm.run.example.invoice.Application  : Starting invoice example instance
2021-11-27 19:38:15.570  INFO 10 --- [           main] o.c.b.e.i.InvoiceProcessApplication      : Start 3 instances of Invoice Receipt, version 1

I also run into the same issue when following the steps w/o CLI:

Hello

You say that you can see errors, but I cannot see any erros during the Camunda startup in the log you posted. It seems that the container is suddenly stopped (and then restarting)… Could there be something in Azure that thinks the container has not been successfully started and then it restarts it (just guessing)?

BR
Michael

Hi, on the cloud console:

az container create --resource-group rg-camunda --name camunda-run --image camunda/camunda-bpm-platform:run-latest --dns-name-label robs-camunda --ports 8080 --protocol TCP --cpu 1 --memory 0.5 --environment-variables SPRING_APPLICATION_JSON='{"camunda.bpm.run.auth.enabled":"true"}'

still works like a charm for me. I can subsequently access the portal on the fqdn on port 8080.

I noticed that the 3 “restarts” in the log output you copied do not seem to be restarts. It is 3 times the same log output with the same time stamps. For instance “2021-11-27 19:37:55.165” occurs thrice.

After running the command, are you able to access the portal?

Hello,

Many thanks for the useful answers and confirming that it works for you. I redid all the steps (this time from a terminal on an ubuntu machine and not through the cloud shell) and this time it worked without any issues :). Unfortunately, I was not able to pinpoint the mistake that I did the first time around (I rechecked all commands but did not spot a difference).