-
Bug Report
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
2
-
M
What are the steps to reproduce your problem?
- Create > 10K BPMN and DMN instances in Camunda Platform.
- After import is complete build Process and Decision reports on the BPMN and DMN.
- Configure the reports:
- View: Raw Data.
- Visualization: Table.
What is the problem?
In the report builder, try to go to any page for result index > 10000, the screen shows the error:
An application error occured. Refresh your browser or close it and sign in again. Cannot read property 'name' of null
The browser's developer tools show the response error:
{ "errorCode" : "elasticsearchError", "errorMessage" : "Elasticsearch encountered an error. If this issue persists, please contact your administrator.", "detailedMessage" : "Elasticsearch exception [type=search_phase_execution_exception, reason=all shards failed]", "reportDefinition" : null }
After the report is created and saved, run the report then try to go to any page for result index > 10000, the screen shows the error:
This link is not valid. Go to Homeā¦
The browser's developer tools show the same response error code as above.
What would be the expected behavior:
Report builder and report view should work for process and decision reports to view raw data visualized as a table for result index > 10000.