camunda-community-hub / camunda-7-cockpit-plugin-statistics

camunda BPM community extension providing a statistics plugin for camunda Cockpit
Apache License 2.0
25 stars 20 forks source link

Date range error due to new requirements in Camunda v7.8.0 #13

Open rob-01 opened 6 years ago

rob-01 commented 6 years ago

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