Camunda 8 - OperateException: /oauth/token : 404 Not Found

Hi,

Getting the below error during start-up of the connector worker…
Running it from a kubernetes pod… .
In windows i see a .camunda folder being created but dont see similar folder being created in the kubernetes node…
Not sure if its a auth issue or a firewall issue…
Curl to google.com is working… so outbound call is open from the k8 node…

2023-09-28T10:05:46.176Z INFO 1 — [ main] z.s.c.c.ZeebeClientProdAutoConfiguration : Creating ZeebeClient using ZeebeClientConfiguration [ZeebeClientConfigurationProperties{broker=Broker{gatewayAddress=‘fd8bb2ee-750d-4b81-b6a4-c73c288eed99.bru-2.zeebe.camunda.io:443’, keepAlive=PT45S}, cloud=io.camunda.zeebe.spring.client.properties.ZeebeClientConfigurationProperties$Cloud@385e36d4, worker=Worker{maxJobsActive=32, threads=1, defaultName=‘null’, defaultType=‘null’, override={}}, message=Message{timeToLive=PT1H}, security=Security{plaintext=false, overrideAuthority=‘null’, certPath=‘null’}, job=Job{timeout=PT5M, pollInterval=PT0.1S}, interceptors=, requestTimeout=PT10S}]

2023-09-28T10:05:48.435Z WARN 1 — [ main] s.c.c.OperateClientProdAutoConfiguration : An attempt to connect to Operate failed: io.camunda.operate.exception.OperateException: /oauth/token : 404 Not Found

2023-09-28T10:05:53.509Z WARN 1 — [ main] s.c.c.OperateClientProdAutoConfiguration : An attempt to connect to Operate failed: io.camunda.operate.exception.OperateException: /oauth/token : 404 Not Found

Hi,

Was able to mitigate the error by re-creating the cluster and generate a new set of client id, secrets…

Thanks…

1 Like