-
Type:
Bug Report
-
Resolution: Cannot Reproduce
-
Priority:
L3 - Default
-
None
-
Affects Version/s: 7.10.0
-
Component/s: tasklist
-
None
In our test environment which uses mariadb 10.0 we cannot create comments for tasks. When I hit the Add comment button, I get a message popup

When running against h2 locally, the problem does not occur.
Exception:
org.camunda.bpm.engine.rest.exception.InvalidRequestException: No task found for task id 69643c95-6b60-11e9-ab45-0242ac14000a at org.camunda.bpm.engine.rest.sub.task.impl.TaskCommentResourceImpl.ensureTaskExists(TaskCommentResourceImpl.java:127) at org.camunda.bpm.engine.rest.sub.task.impl.TaskCommentResourceImpl.createComment(TaskCommentResourceImpl.java:81)
I see no other log entries.