Unable to connect from Operate/Tasklist to Zeebe

Hi Team,
I am working on Camunda 8 Self Managed (Using Helm chart) setup in Openshift & AWS using Camunda 8.4 images. I can able to run successfully elasticsearch, zeebe, zeebe-gateway. And when I try to run my operate/tasklist I am getting below errors. Could you please someone help me on the same.

Error in AWS:
2024-07-22 06:29:54.525 INFO 7 — [ main] i.c.o.z.PartitionHolder : Partition ids can’t be fetched from Zeebe. Try next round (1).
2024-07-22 06:29:55.525 WARN 7 — [ main] i.c.z.c.i.ZeebeCallCredentials : The request’s security level does not guarantee that the credentials will be confidential.
2024-07-22 06:29:55.757 WARN 7 — [ main] i.c.o.z.PartitionHolder : Error occurred when requesting partition ids from Zeebe client: null

io.camunda.zeebe.client.api.command.ClientStatusException: null
at io.camunda.zeebe.client.impl.ZeebeClientFutureImpl.transformExecutionException(ZeebeClientFutureImpl.java:116) ~[zeebe-client-java-8.4.6.jar!/:8.4.6]
at io.camunda.zeebe.client.impl.ZeebeClientFutureImpl.join(ZeebeClientFutureImpl.java:54) ~[zeebe-client-java-8.4.6.jar!/:8.4.6]
at io.camunda.operate.zeebe.PartitionHolder.getPartitionIdsFromZeebe(PartitionHolder.java:102) ~[operate-common-8.4.6.jar!/:8.4.6]
at io.camunda.operate.zeebe.PartitionHolder.getPartitionIdsWithWaitingTimeAndRetries(PartitionHolder.java:65) ~[operate-common-8.4.6.jar!/:8.4.6]

Error in OpenShift
2024-07-22 06:29:54.525 INFO 7 — [ main] i.c.o.z.PartitionHolder : Partition ids can’t be fetched from Zeebe. Try next round (1).
2024-07-22 06:29:54.525 INFO 7 — [ main] i.c.o.z.PartitionHolder : Unknown host zeebe-gateway.x

io.camunda.zeebe.client.impl.ZeebeClientFutureImpl.transformExecutionException(ZeebeClientFutureImpl.java:116) ~[zeebe-client-java-8.4.6.jar!/:8.4.6]
at io.camunda.zeebe.client.impl.ZeebeClientFutureImpl.join(ZeebeClientFutureImpl.java:54) ~[zeebe-client-java-8.4.6.jar!/:8.4.6]
at io.camunda.operate.zeebe.PartitionHolder.getPartitionIdsFromZeebe(PartitionHolder.java:102) ~[operate-common-8.4.6.jar!/:8.4.6]

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.