fernandoscruz
fernandoscruz
I'm sorry for the inconvenience, but it's still unclear where I should fix it. What should I include in the default.xml file? Thank you very much @StephenOTT
@StephenOTT I believe I have found a bug. When including "TRACE_LEVEL_FILE = 0; DB_CLOSE_ON_EXIT = FALSE" in the URL configuration, unknown database error: ERROR 9 --- [main] org.camunda.bpm.engine.cfg: ENGINE-12012 Exception...
Hi @StephenOTT I don't have much affinity for Java and / or springboot. I'll explain my plan to you. I currently have a camunda in production and I would like...
My Dockerfile ``` FROM camunda/camunda-bpm-platform:run-latest COPY ./Camunda-Monitoring.jar /camunda/configuration/userlib/Camunda-Monitoring.jar COPY ./metrics /metrics COPY ./camunda-monitoring-beans.xml /camunda/configuration/camunda-monitoring-beans.xml COPY ./default.yml /camunda/configuration/default.yml EXPOSE 8080 ``` My default.yml ``` spring.datasource: url: jdbc:mysql://192.168.1.6:3306/process-engine driver-class-name: com.mysql.cj.jdbc.Driver username: camunda...
I used the opentelemetry doc as a reference, but it doesn't work https://opentelemetry.io/docs/languages/java/configuration/