Failed to start bean 'zeebeClientLifecycle'; nested exception is java.lang.NullPointerException: target

Hi @StephanHaarmann . I am just started using camunda 8 self managed.

While running the spring boot application I am getting below error.

Failed to start bean ‘zeebeClientLifecycle’; nested exception is java.lang.NullPointerException: target

Please look my main class and yaml file.

please assist.

One thing that I noticed, the gateway-address property has a typo. The last period should be a colon:

zeebe:
  client:
     broker.gateway-address: 127.0.0.1:26500
     security.plaintext: true
2 Likes

@StephanHaarmann Thank you so much for assistance.