You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logs look like this:
30-Aug-2024 15:29:25.981 INFO [http-nio-8080-exec-8] net.iquall.camunda.plugin.ProcessInstanceListenerPlugin$preInit$1.parseProcess Registering Listener for process ow_l9j-x2n-scn
30-Aug-2024 15:29:25.982 SEVERE [http-nio-8080-exec-8] org.camunda.commons.logging.BaseLogger.logError ENGINE-16004 Exception while closing command context: ENGINE-09005 Could not parse BPMN process. Errors:
* multiple none start events or timer start events not supported on process definition | resource ow_l9j-x2n-scn.bpmn | line 11 | column 57
* multiple none start events or timer start events not supported on process definition | resource ow_l9j-x2n-scn.bpmn | line 11 | column 57
at org.camunda.bpm.engine.impl.util.EngineUtilLogger.exceptionDuringParsing(EngineUtilLogger.java:66)
When I only use the multiline stage, it works as expected, but the moment I add that regex it stops working (only the multiline, the regex works fine).
WITHOUT REGEX:
WITH REGEX:
Camunda logs are coming from a kubernetes pod named ow-camunda-env.
The text was updated successfully, but these errors were encountered:
Bug description:
I'm trying to parse camunda logs that come out of a supervisor using the following settings:
The logs look like this:
30-Aug-2024 15:29:25.981 INFO [http-nio-8080-exec-8] net.iquall.camunda.plugin.ProcessInstanceListenerPlugin$preInit$1.parseProcess Registering Listener for process ow_l9j-x2n-scn
30-Aug-2024 15:29:25.982 SEVERE [http-nio-8080-exec-8] org.camunda.commons.logging.BaseLogger.logError ENGINE-16004 Exception while closing command context: ENGINE-09005 Could not parse BPMN process. Errors:
* multiple none start events or timer start events not supported on process definition | resource ow_l9j-x2n-scn.bpmn | line 11 | column 57
* multiple none start events or timer start events not supported on process definition | resource ow_l9j-x2n-scn.bpmn | line 11 | column 57
at org.camunda.bpm.engine.impl.util.EngineUtilLogger.exceptionDuringParsing(EngineUtilLogger.java:66)
When I only use the multiline stage, it works as expected, but the moment I add that regex it stops working (only the multiline, the regex works fine).
WITHOUT REGEX:
WITH REGEX:
Camunda logs are coming from a kubernetes pod named ow-camunda-env.
The text was updated successfully, but these errors were encountered: