Camunda official latest helm chart Deployment on EKS

I am trying to setup camunda via official helm chart and following steps given in

not using any specific values.yaml for deployment.

4 services are not getting up .
Tasklist
Operate
Optimise
connectors

All have same issue that its not able to get partition value from zeebe .

Failed while requesting access token with status code 404 and message Not Found.
at io.camunda.zeebe.client.impl.oauth.OAuthCredentialsProvider.fetchCredentials(OAuthCredentialsProvider.java:157) ~[zeebe-client-java-8.5.3.jar!/:8.5.3]
at io.camunda.zeebe.client.impl.oauth.OAuthCredentialsCache.computeIfMissingOrInvalid(OAuthCredentialsCache.java:100) ~[zeebe-client-java-8.5.3.jar!/:8.5.3]
at io.camunda.zeebe.client.impl.oauth.OAuthCredentialsProvider.applyCredentials(OAuthCredentialsProvider.java:79) ~[zeebe-client-java-8.5.3.jar!/:8.5.3]
at io.camunda.zeebe.client.impl.ZeebeCallCredentials.lambda$applyRequestMetadata$0(ZeebeCallCredentials.java:49) ~[zeebe-client-java-8.5.3.jar!/:8.5.3]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]

2024-06-26 18:21:24.840 INFO 7 — [ main] i.c.o.z.PartitionHolder : Partition ids can’t be fetched from Zeebe. Try next round (8).

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