wso2 / docs-apim

Apache License 2.0
70 stars 378 forks source link

Error in APIM Console after Configuring Choreo Based Analytics #8029

Open ashanhr opened 3 weeks ago

ashanhr commented 3 weeks ago

Description: An error message appears in the APIM console after configuring Choreo-based analytics according to the Choreo Based Analytics Getting Started Guide documentation.

ERROR - Operators Operator called default onErrorDropped
reactor.core.Exceptions$ErrorCallbackNotImplemented: com.azure.core.amqp.exception.AmqpException: connection aborted, errorContext[NAMESPACE: analytics-prod-incoming.servicebus.windows.net. ERROR CONTEXT: N/A]
Caused by: com.azure.core.amqp.exception.AmqpException: connection aborted, errorContext[NAMESPACE: analytics-prod-incoming.servicebus.windows.net. ERROR CONTEXT: N/A]
    at com.azure.core.amqp.implementation.ExceptionUtil.toException(ExceptionUtil.java:85) ~[azure-core-amqp_2.8.9.wso2v1.jar:?]
    at com.azure.core.amqp.implementation.handler.ConnectionHandler.notifyErrorContext(ConnectionHandler.java:351) ~[azure-core-amqp_2.8.9.wso2v1.jar:?]
    at com.azure.core.amqp.implementation.handler.ConnectionHandler.onTransportError(ConnectionHandler.java:253) ~[azure-core-amqp_2.8.9.wso2v1.jar:?]
    at org.apache.qpid.proton.engine.BaseHandler.handle(BaseHandler.java:191) ~[org.apache.qpid.proton-j_0.33.4.jar:?]
    at org.apache.qpid.proton.engine.impl.EventImpl.dispatch(EventImpl.java:108) ~[org.apache.qpid.proton-j_0.33.4.jar:?]
    at org.apache.qpid.proton.reactor.impl.ReactorImpl.dispatch(ReactorImpl.java:324) ~[org.apache.qpid.proton-j_0.33.4.jar:?]
    at org.apache.qpid.proton.reactor.impl.ReactorImpl.process(ReactorImpl.java:291) ~[org.apache.qpid.proton-j_0.33.4.jar:?]
    at com.azure.core.amqp.implementation.ReactorExecutor.run(ReactorExecutor.java:91) ~[azure-core-amqp_2.8.9.wso2v1.jar:?]
    at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:68) ~[reactor-core_3.4.31.wso2v1.jar:?]
    at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:28) ~[reactor-core_3.4.31.wso2v1.jar:?]
    at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
    at java.lang.Thread.run(Thread.java:842) ~[?:?]

There is no issue with the functionality, as the analytics can still be viewed through the Choreo analytics dashboards.

Suggested Labels: type/bug

Affected Product Version: 4.3.0

OS, DB, other environment details and versions:
macOS Sonoma 14.4

Steps to reproduce: Follow the instructions in Choreo Based Analytics Getting Started Guide