-
Notifications
You must be signed in to change notification settings - Fork 120
spring-boot-starter-camunda throws exceptions during job execution #536
Comments
@vinkenfl thanks for reporting the issue. I will be releasing For now, feel free to use this latest release candidate https://github.com/camunda-community-hub/spring-zeebe/releases/tag/8.3.2-rc4 Let us know if you still face issues |
Even rc4 shows the same issues: My dependencies: io.camunda.spring:spring-boot-starter-camunda:8.3.2-rc4 It seems that RC4 is still using 1.58.0 instead of 1.59.1 as intended by merge #543 Call stack
|
Can confirm the issue is still present on |
Reopening this ticket and will investigate this |
Enforcing version 1.59.1 results in other exceptions for my testcases.
The new callstack
|
@vinkenfl @adrianAzoitei I noticed on 8.3.2-rcs, there are conflicting versions due to some dependencies are on 8.3.3, and others are at 8.3.2. This causes a mismatch and incompatibility between grpc libraries. Let us know if you still face any issues |
Sorry to say that, but I still have issues even with 8.3.4-rc1.
My callstack now looks like this:
|
@vinkenfl Please try Let us know how it goes. @adrianAzoitei feel free to use the new version so that you avoid overriding it yourself in your project |
Nope.
Call stack:
|
Hello @vinkenfl, any sample code (doesn't have to be a full project when you get a chance) you can share where the error can be reproduced will be really appreciated! |
Running SpringBoot 3.2 together with io.camunda.spring:spring-boot-starter-camunda:8.3.2-rc1 I have the following exceptions during job execution:
This is likely to be caused by io/grpc/netty/AbstractHttp2Headers.java where the isEmpty() method is not implemented for version 1.58 of io.grpc:grpc-netty.
This is a bug in grpc-netty which is fixed in version 1.59.1 (see https://github.com/grpc/grpc-java/releases). Please consider an update to this version.
The text was updated successfully, but these errors were encountered: