EM Zabbix Connector connects, fails to return eventsDescriptionZabbix Connector connects to the Zabbix server but fails to retrieve events.- The Zabbix connector test works fine.- But is failing to retrieve events.Note: Customer using Zabbix v5.4Steps to Reproduce Configure Zabbix Connector v5.4.Expectations: Events are retrieved.What actually is happening is that events are not being retrieved.We see the following error in the agent logs:2021-06-10 10:39:22 (167) Worker-Interactive:ConnectorProbe-9a68621b2f2430100e3ffcecf699b651 *** Script: TypeError: Cannot read property "0" from undefined2021-06-10 10:39:22 (167) Worker-Interactive:ConnectorProbe-9a68621b2f2430100e3ffcecf699b651 SEVERE *** ERROR *** failed to run 3PC java.lang.ClassCastException: class org.mozilla.javascript.Undefined cannot be cast to class org.mozilla.javascript.NativeObject (org.mozilla.javascript.Undefined and org.mozilla.javascript.NativeObject are in unnamed module of loader 'app')2021-06-10 10:39:22 (167) Worker-Interactive:ConnectorProbe-9a68621b2f2430100e3ffcecf699b651 Status: nullWorkaroundThis problem is currently under review. To receive notifications when more information will become available, subscribe to this Known Error article by clicking the Subscribe button at the top of this article. If you are able to upgrade, review the Fixed In or Intended Fix Version fields to determine whether any versions have a planned or permanent fix. For workaround you can add the following condition "item.applications !== undefined" in the "ZabbixJS" script include: f(item.applications !== undefined){this.eventSetProperty(sEvent,"item_applications_name", item.applications[0].name); }Related Problem: PRB1505345