Error "java.lang.ArrayIndexOutOfBoundsException" found in the system logIssue Getting the following error in the Syslog - "java.lang.ArrayIndexOutOfBoundsException" This would need to be confirmed by running a report that executed at the time of the error with debug logs enabled. This could also be pulled from the nodes logs using the Node Log File Browser. The output would contain an error similar to this message. 2020-10-19 14:29:42 (161) Default-thread-59 C5E577C8DB84E8948F8E22D4059619E3 txid=8f39738cdb84 SEVERE *** ERROR *** null:187:1850: <g2:list_record_default> java.lang.ArrayIndexOutOfBoundsException java.lang.ArrayIndexOutOfBoundsExceptionCauseThe issue is encountered because a report was created with an incorrect filter condition on the variables field - "cat_item=4ae1be67db0363c4e797dd4b5e961939^sys_created_on>=javascript:gs.dateGenerate('2019-01-01','00:00:00')^variables.2fe1726fdb0363c4e797dd4b5e961900=Shutdown MP" ResolutionChanging the filter condition in the report with proper variable names fixed the issue.