Exception while resolving duedate

We are getting below Camunda error at the intermediate catch event while trying to correlate async response. Please advice.

2018-03-20T21:39:26.140Z|f3685ecd-e09b-4bdf-84c5-e20987245412|default task-62|MSO.SDNCREST|sdncaBpmn|BPMN|MSO.SDNCREST|ERROR|UnknownError|Caught ProcessEngineException running Process[2789cf42-2c87-11e8-826f-0050568c2be7:278fc2be-2c87-11e8-826f-0050568c2be7] after receiving WorkflowMessage with SDNCAResponse_CORRELATOR = ‘f3685ecd-e09b-4bdf-84c5-e20987245412-1521581949231’: org.camunda.bpm.engine.ProcessEngineException: ENGINE-09027 Exception while resolving duedate ‘null’: Invalid format: “null”|MSO-BPEL-9100E Exception: org.camunda.bpm.engine.ProcessEngineException: ENGINE-09027 Exception while resolving duedate ‘null’: Invalid format: “null” - at org.camunda.bpm.engine.impl.util.EngineUtilLogger.exceptionWhileResolvingDuedate(EngineUtilLogger.java:196) - at org.camunda.bpm.engine.impl.calendar.DurationBusinessCalendar.resolveDuedate(DurationBusinessCalendar.java:36) - at org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl.initializeConfiguration(TimerDeclarationImpl.java:126) - at org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl.postInitialize(TimerDeclarationImpl.java:142) - at org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl.postInitialize(TimerDeclarationImpl.java:36) - at org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration.createJobInstance(JobDeclaration.java:120) - at org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl.createTimer(TimerDeclarationImpl.java:169) - at org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl.createTimerInstance(TimerDeclarationImpl.java:154) - at org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity.initializeTimerDeclarations(ExecutionEntity.java:407) - at

So how is the timer configured?

This is from our bpmn file.The value of SDNCREST_timeout is PT6H. Most of the transactions are running fine, but just this transaction returned that DueDate error.

  <bpmn2:timerEventDefinition id="TimerEventDefinition_1">
    <bpmn2:timeDuration xsi:type="bpmn2:tFormalExpression">${SDNCREST_timeout}</bpmn2:timeDuration>
  </bpmn2:timerEventDefinition>

Hi @Pramod_Varda,
as this question has been asked in a support ticket by someone in your organisation, we will respond in the respective support ticket and not here in the forum.

Thanks and best regards,
Mat

1 Like