camunda-7-cockpit-plugin-statistics
camunda-7-cockpit-plugin-statistics copied to clipboard
Date range error due to new requirements in Camunda v7.8.0
I'm experiencing this error when using the deployments chart, and the business data statistics feature (only when applying date range selections). Camunda 7.8.0.
error inside cockpit:
The application received an unexpected 400 response from the server. Try to refresh the page or login and out of the application.
error in the logs:
Caused by: com.fasterxml.jackson.databind.exc.InvalidFormatException: Can not construct instance of java.util.Date from String value '2018-03-30T00:00:00': not a valid representation (error: Failed to parse Date value '2018-03-30T00:00:00': Unparseable date: "2018-03-30T00:00:00")
I believe it is due to an update in Camunda 7.8.0, see here: https://forum.camunda.org/t/engine-rest-date-format-bug/6105/2