AIOps

 View Only

 How can I fix the error "Failed to run GetEventListAction: Array index out of range: 0"

Sergio Alejandro Pérez Ruiz's profile image
Sergio Alejandro Pérez Ruiz posted Tue March 11, 2025 07:04 PM

I have a Instana integration that used to work fine, but suddently it stoped getting events, and now I have the following error:

00000066 GetEdpListAct E   Failed to run GetEdpListAction: Array index out of range: 0
                                 java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0
    at com.ibm.watson.aiops.instana.InstanaAPIClient.createAPICallStats(InstanaAPIClient.java:1749)
    at com.ibm.watson.aiops.instana.InstanaAPIClient.apiGetEdpList(InstanaAPIClient.java:525)
    at com.ibm.watson.aiops.instana.InstanaInstance.updateInstanaEdps(InstanaInstance.java:255)
    at com.ibm.watson.aiops.instana.InstanaInstance.getInstanaEdps(InstanaInstance.java:248)
    at com.ibm.watson.aiops.connectors.instana.topology.GetEdpListAction.run(GetEdpListAction.java:54)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    at java.base/java.lang.Thread.run(Thread.java:839)

Is there any idea why appear this error if it didn't change anything in the integration settings?

Best regards,

Sergio