apupier commented on PR #25192:
URL: https://github.com/apache/camel/pull/25192#issuecomment-5119071321
```
[camel-opentelemetry2] [ERROR]
org.apache.camel.opentelemetry2.OtlpProtobufSpanDataTest.testFromProtobufErrorStatus
-- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class
io.opentelemetry.proto.trace.v1.Span
at
org.apache.camel.opentelemetry2.OtlpProtobufSpanDataTest.testFromProtobufErrorStatus(OtlpProtobufSpanDataTest.java:147)
Caused by: java.lang.ExceptionInInitializerError: Exception
com.google.protobuf.RuntimeVersion$ProtobufRuntimeVersionException: Detected
incompatible Protobuf Gencode/Runtime versions when loading Span: gencode
4.35.1, runtime 4.34.2. Runtime version cannot be older than the linked gencode
version. [in thread "main"]
at
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersionImpl(RuntimeVersion.java:153)
at
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(RuntimeVersion.java:72)
at io.opentelemetry.proto.trace.v1.Span.<clinit>(Span.java:24)
at
org.apache.camel.opentelemetry2.OtlpProtobufSpanDataTest.testFromProtobufRootSpan(OtlpProtobufSpanDataTest.java:166)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]