Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-20143

Occasional [GrpcExporter] Failed to export logs. ... error unmarshalling request: proto: wrong wireType = 1 for field TraceId

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • 35.0.0.Final
    • 35.0.0.Beta1
    • MP Telemetry
    • None

      Occasional occurrence on CI and I believe locally too. Causes a test failure.

      &amp#27;23:27:16,509 WARNING [io.smallrye.opentelemetry.implementation.exporters.sender.VertxGrpcSender] (vert.x-eventloop-thread-1) Failed to export LogsRequestMarshalers. Server responded with 13. Error message: grpc: error unmarshalling request: proto: wrong wireType = 1 for field TraceId
      &amp#27;&amp#27;23:27:16,510 SEVERE [io.opentelemetry.exporter.internal.grpc.GrpcExporter] (vert.x-eventloop-thread-1) Failed to export logss. The request could not be executed. Error message: grpc: error unmarshalling request: proto: wrong wireType = 1 for field TraceId: java.lang.IllegalStateException: grpc: error unmarshalling request: proto: wrong wireType = 1 for field TraceId
        at io.smallrye.opentelemetry@2.9.0//io.smallrye.opentelemetry.implementation.exporters.sender.VertxGrpcSender$ClientRequestOnSuccessHandler$1.handleError(VertxGrpcSender.java:283)
        at io.smallrye.opentelemetry@2.9.0//io.smallrye.opentelemetry.implementation.exporters.sender.VertxGrpcSender$ClientRequestOnSuccessHandler$1$3.handle(VertxGrpcSender.java:274)
        at io.smallrye.opentelemetry@2.9.0//io.smallrye.opentelemetry.implementation.exporters.sender.VertxGrpcSender$ClientRequestOnSuccessHandler$1$3.handle(VertxGrpcSender.java:267)
        at io.vertx.grpc-common@4.5.10//io.vertx.grpc.common.impl.GrpcReadStreamBase.handleEnd(GrpcReadStreamBase.java:261)
        at io.vertx.grpc-client@4.5.10//io.vertx.grpc.client.impl.GrpcClientResponseImpl.handleEnd(GrpcClientResponseImpl.java:81)
        at io.vertx.grpc-common@4.5.10//io.vertx.grpc.common.impl.GrpcReadStreamBase.lambda$init$3(GrpcReadStreamBase.java:91)
        at io.vertx.core@4.5.10//io.vertx.core.streams.impl.InboundBuffer.handleEvent(InboundBuffer.java:279)
        at io.vertx.core@4.5.10//io.vertx.core.streams.impl.InboundBuffer.write(InboundBuffer.java:157)
        at io.vertx.grpc-common@4.5.10//io.vertx.grpc.common.impl.GrpcReadStreamBase.lambda$init$0(GrpcReadStreamBase.java:80)
        at io.vertx.core@4.5.10//io.vertx.core.impl.ContextInternal.dispatch(ContextInternal.java:270)
        at io.vertx.core@4.5.10//io.vertx.core.impl.ContextInternal.dispatch(ContextInternal.java:252)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.HttpEventHandler.handleEnd(HttpEventHandler.java:76)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.HttpClientResponseImpl.handleEnd(HttpClientResponseImpl.java:250)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.Http2ClientConnection$StreamImpl.handleEnd(Http2ClientConnection.java:494)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.VertxHttp2Stream.lambda$new$1(VertxHttp2Stream.java:63)
        at io.vertx.core@4.5.10//io.vertx.core.streams.impl.InboundBuffer.handleEvent(InboundBuffer.java:279)
        at io.vertx.core@4.5.10//io.vertx.core.streams.impl.InboundBuffer.write(InboundBuffer.java:157)
        at io.vertx.core@4.5.10//io.vertx.core.impl.ContextImpl.emit(ContextImpl.java:328)
        at io.vertx.core@4.5.10//io.vertx.core.impl.ContextImpl.emit(ContextImpl.java:321)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.VertxHttp2Stream.onEnd(VertxHttp2Stream.java:141)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.Http2ClientConnection$Stream.onEnd(Http2ClientConnection.java:303)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.VertxHttp2Stream.onEnd(VertxHttp2Stream.java:136)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.Http2ClientConnection.onHeadersRead(Http2ClientConnection.java:188)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.Http2ConnectionBase.onHeadersRead(Http2ConnectionBase.java:209)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.Http2FrameListenerDecorator.onHeadersRead(Http2FrameListenerDecorator.java:46)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.Http2FrameListenerDecorator.onHeadersRead(Http2FrameListenerDecorator.java:46)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.Http2EmptyDataFrameListener.onHeadersRead(Http2EmptyDataFrameListener.java:63)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$FrameReadListener.onHeadersRead(DefaultHttp2ConnectionDecoder.java:435)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$FrameReadListener.onHeadersRead(DefaultHttp2ConnectionDecoder.java:350)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DefaultHttp2FrameReader$2.processFragment(DefaultHttp2FrameReader.java:475)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DefaultHttp2FrameReader.readHeadersFrame(DefaultHttp2FrameReader.java:483)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DefaultHttp2FrameReader.processPayloadState(DefaultHttp2FrameReader.java:247)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DefaultHttp2FrameReader.readFrame(DefaultHttp2FrameReader.java:164)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.decodeFrame(DefaultHttp2ConnectionDecoder.java:186)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder.decodeFrame(DecoratingHttp2ConnectionDecoder.java:61)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder.decodeFrame(DecoratingHttp2ConnectionDecoder.java:61)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.Http2ConnectionHandler$FrameDecoder.decode(Http2ConnectionHandler.java:391)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.Http2ConnectionHandler.decode(Http2ConnectionHandler.java:451)
        at io.netty.netty-codec@4.1.115.Final//io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:530)
        at io.netty.netty-codec@4.1.115.Final//io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:469)
        at io.netty.netty-codec@4.1.115.Final//io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.VertxHttp2ConnectionHandler.channelRead(VertxHttp2ConnectionHandler.java:405)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
        at io.netty.netty-handler@4.1.115.Final//io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:289)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1357)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:868)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
        at io.netty.netty-common@4.1.115.Final//io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
        at io.netty.netty-common@4.1.115.Final//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
        at io.netty.netty-common@4.1.115.Final//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
        at java.base/java.lang.Thread.run(Thread.java:840)
      &amp#27;&amp#27;23:27:17,517 WARNING [io.smallrye.opentelemetry.implementation.exporters.sender.VertxGrpcSender] (vert.x-eventloop-thread-1) Failed to export LogsRequestMarshalers. Server responded with 13. Error message: grpc: error unmarshalling request: proto: wrong wireType = 1 for field TraceId
      &amp#27;&amp#27;23:27:17,517 SEVERE [io.opentelemetry.exporter.internal.grpc.GrpcExporter] (vert.x-eventloop-thread-1) Failed to export logss. The request could not be executed. Error message: grpc: error unmarshalling request: proto: wrong wireType = 1 for field TraceId: java.lang.IllegalStateException: grpc: error unmarshalling request: proto: wrong wireType = 1 for field TraceId
        at io.smallrye.opentelemetry@2.9.0//io.smallrye.opentelemetry.implementation.exporters.sender.VertxGrpcSender$ClientRequestOnSuccessHandler$1.handleError(VertxGrpcSender.java:283)
        at io.smallrye.opentelemetry@2.9.0//io.smallrye.opentelemetry.implementation.exporters.sender.VertxGrpcSender$ClientRequestOnSuccessHandler$1$3.handle(VertxGrpcSender.java:274)
        at io.smallrye.opentelemetry@2.9.0//io.smallrye.opentelemetry.implementation.exporters.sender.VertxGrpcSender$ClientRequestOnSuccessHandler$1$3.handle(VertxGrpcSender.java:267)
        at io.vertx.grpc-common@4.5.10//io.vertx.grpc.common.impl.GrpcReadStreamBase.handleEnd(GrpcReadStreamBase.java:261)
        at io.vertx.grpc-client@4.5.10//io.vertx.grpc.client.impl.GrpcClientResponseImpl.handleEnd(GrpcClientResponseImpl.java:81)
        at io.vertx.grpc-common@4.5.10//io.vertx.grpc.common.impl.GrpcReadStreamBase.lambda$init$3(GrpcReadStreamBase.java:91)
        at io.vertx.core@4.5.10//io.vertx.core.streams.impl.InboundBuffer.handleEvent(InboundBuffer.java:279)
        at io.vertx.core@4.5.10//io.vertx.core.streams.impl.InboundBuffer.write(InboundBuffer.java:157)
        at io.vertx.grpc-common@4.5.10//io.vertx.grpc.common.impl.GrpcReadStreamBase.lambda$init$0(GrpcReadStreamBase.java:80)
        at io.vertx.core@4.5.10//io.vertx.core.impl.ContextInternal.dispatch(ContextInternal.java:270)
        at io.vertx.core@4.5.10//io.vertx.core.impl.ContextInternal.dispatch(ContextInternal.java:252)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.HttpEventHandler.handleEnd(HttpEventHandler.java:76)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.HttpClientResponseImpl.handleEnd(HttpClientResponseImpl.java:250)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.Http2ClientConnection$StreamImpl.handleEnd(Http2ClientConnection.java:494)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.VertxHttp2Stream.lambda$new$1(VertxHttp2Stream.java:63)
        at io.vertx.core@4.5.10//io.vertx.core.streams.impl.InboundBuffer.handleEvent(InboundBuffer.java:279)
        at io.vertx.core@4.5.10//io.vertx.core.streams.impl.InboundBuffer.write(InboundBuffer.java:157)
        at io.vertx.core@4.5.10//io.vertx.core.impl.ContextImpl.emit(ContextImpl.java:328)
        at io.vertx.core@4.5.10//io.vertx.core.impl.ContextImpl.emit(ContextImpl.java:321)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.VertxHttp2Stream.onEnd(VertxHttp2Stream.java:141)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.Http2ClientConnection$Stream.onEnd(Http2ClientConnection.java:303)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.VertxHttp2Stream.onEnd(VertxHttp2Stream.java:136)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.Http2ClientConnection.onHeadersRead(Http2ClientConnection.java:188)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.Http2ConnectionBase.onHeadersRead(Http2ConnectionBase.java:209)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.Http2FrameListenerDecorator.onHeadersRead(Http2FrameListenerDecorator.java:46)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.Http2FrameListenerDecorator.onHeadersRead(Http2FrameListenerDecorator.java:46)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.Http2EmptyDataFrameListener.onHeadersRead(Http2EmptyDataFrameListener.java:63)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$FrameReadListener.onHeadersRead(DefaultHttp2ConnectionDecoder.java:435)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$FrameReadListener.onHeadersRead(DefaultHttp2ConnectionDecoder.java:350)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DefaultHttp2FrameReader$2.processFragment(DefaultHttp2FrameReader.java:475)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DefaultHttp2FrameReader.readHeadersFrame(DefaultHttp2FrameReader.java:483)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DefaultHttp2FrameReader.processPayloadState(DefaultHttp2FrameReader.java:247)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DefaultHttp2FrameReader.readFrame(DefaultHttp2FrameReader.java:164)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.decodeFrame(DefaultHttp2ConnectionDecoder.java:186)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder.decodeFrame(DecoratingHttp2ConnectionDecoder.java:61)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder.decodeFrame(DecoratingHttp2ConnectionDecoder.java:61)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.Http2ConnectionHandler$FrameDecoder.decode(Http2ConnectionHandler.java:391)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.Http2ConnectionHandler.decode(Http2ConnectionHandler.java:451)
        at io.netty.netty-codec@4.1.115.Final//io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:530)
        at io.netty.netty-codec@4.1.115.Final//io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:469)
        at io.netty.netty-codec@4.1.115.Final//io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.VertxHttp2ConnectionHandler.channelRead(VertxHttp2ConnectionHandler.java:405)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
        at io.netty.netty-handler@4.1.115.Final//io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:289)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1357)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:868)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
        at io.netty.netty-common@4.1.115.Final//io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
        at io.netty.netty-common@4.1.115.Final//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
        at io.netty.netty-common@4.1.115.Final//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
        at java.base/java.lang.Thread.run(Thread.java:840)
      &amp#27;&amp#27;23:27:18,523 WARNING [io.smallrye.opentelemetry.implementation.exporters.sender.VertxGrpcSender] (vert.x-eventloop-thread-1) Failed to export LogsRequestMarshalers. Server responded with 13. Error message: grpc: error unmarshalling request: proto: wrong wireType = 1 for field TraceId
      &amp#27;&amp#27;23:27:18,524 SEVERE [io.opentelemetry.exporter.internal.grpc.GrpcExporter] (vert.x-eventloop-thread-1) Failed to export logss. The request could not be executed. Error message: grpc: error unmarshalling request: proto: wrong wireType = 1 for field TraceId: java.lang.IllegalStateException: grpc: error unmarshalling request: proto: wrong wireType = 1 for field TraceId
        at io.smallrye.opentelemetry@2.9.0//io.smallrye.opentelemetry.implementation.exporters.sender.VertxGrpcSender$ClientRequestOnSuccessHandler$1.handleError(VertxGrpcSender.java:283)
        at io.smallrye.opentelemetry@2.9.0//io.smallrye.opentelemetry.implementation.exporters.sender.VertxGrpcSender$ClientRequestOnSuccessHandler$1$3.handle(VertxGrpcSender.java:274)
        at io.smallrye.opentelemetry@2.9.0//io.smallrye.opentelemetry.implementation.exporters.sender.VertxGrpcSender$ClientRequestOnSuccessHandler$1$3.handle(VertxGrpcSender.java:267)
        at io.vertx.grpc-common@4.5.10//io.vertx.grpc.common.impl.GrpcReadStreamBase.handleEnd(GrpcReadStreamBase.java:261)
        at io.vertx.grpc-client@4.5.10//io.vertx.grpc.client.impl.GrpcClientResponseImpl.handleEnd(GrpcClientResponseImpl.java:81)
        at io.vertx.grpc-common@4.5.10//io.vertx.grpc.common.impl.GrpcReadStreamBase.lambda$init$3(GrpcReadStreamBase.java:91)
        at io.vertx.core@4.5.10//io.vertx.core.streams.impl.InboundBuffer.handleEvent(InboundBuffer.java:279)
        at io.vertx.core@4.5.10//io.vertx.core.streams.impl.InboundBuffer.write(InboundBuffer.java:157)
        at io.vertx.grpc-common@4.5.10//io.vertx.grpc.common.impl.GrpcReadStreamBase.lambda$init$0(GrpcReadStreamBase.java:80)
        at io.vertx.core@4.5.10//io.vertx.core.impl.ContextInternal.dispatch(ContextInternal.java:270)
        at io.vertx.core@4.5.10//io.vertx.core.impl.ContextInternal.dispatch(ContextInternal.java:252)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.HttpEventHandler.handleEnd(HttpEventHandler.java:76)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.HttpClientResponseImpl.handleEnd(HttpClientResponseImpl.java:250)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.Http2ClientConnection$StreamImpl.handleEnd(Http2ClientConnection.java:494)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.VertxHttp2Stream.lambda$new$1(VertxHttp2Stream.java:63)
        at io.vertx.core@4.5.10//io.vertx.core.streams.impl.InboundBuffer.handleEvent(InboundBuffer.java:279)
        at io.vertx.core@4.5.10//io.vertx.core.streams.impl.InboundBuffer.write(InboundBuffer.java:157)
        at io.vertx.core@4.5.10//io.vertx.core.impl.ContextImpl.emit(ContextImpl.java:328)
        at io.vertx.core@4.5.10//io.vertx.core.impl.ContextImpl.emit(ContextImpl.java:321)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.VertxHttp2Stream.onEnd(VertxHttp2Stream.java:141)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.Http2ClientConnection$Stream.onEnd(Http2ClientConnection.java:303)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.VertxHttp2Stream.onEnd(VertxHttp2Stream.java:136)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.Http2ClientConnection.onHeadersRead(Http2ClientConnection.java:188)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.Http2ConnectionBase.onHeadersRead(Http2ConnectionBase.java:209)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.Http2FrameListenerDecorator.onHeadersRead(Http2FrameListenerDecorator.java:46)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.Http2FrameListenerDecorator.onHeadersRead(Http2FrameListenerDecorator.java:46)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.Http2EmptyDataFrameListener.onHeadersRead(Http2EmptyDataFrameListener.java:63)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$FrameReadListener.onHeadersRead(DefaultHttp2ConnectionDecoder.java:435)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$FrameReadListener.onHeadersRead(DefaultHttp2ConnectionDecoder.java:350)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DefaultHttp2FrameReader$2.processFragment(DefaultHttp2FrameReader.java:475)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DefaultHttp2FrameReader.readHeadersFrame(DefaultHttp2FrameReader.java:483)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DefaultHttp2FrameReader.processPayloadState(DefaultHttp2FrameReader.java:247)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DefaultHttp2FrameReader.readFrame(DefaultHttp2FrameReader.java:164)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.decodeFrame(DefaultHttp2ConnectionDecoder.java:186)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder.decodeFrame(DecoratingHttp2ConnectionDecoder.java:61)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder.decodeFrame(DecoratingHttp2ConnectionDecoder.java:61)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.Http2ConnectionHandler$FrameDecoder.decode(Http2ConnectionHandler.java:391)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.Http2ConnectionHandler.decode(Http2ConnectionHandler.java:451)
        at io.netty.netty-codec@4.1.115.Final//io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:530)
        at io.netty.netty-codec@4.1.115.Final//io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:469)
        at io.netty.netty-codec@4.1.115.Final//io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.VertxHttp2ConnectionHandler.channelRead(VertxHttp2ConnectionHandler.java:405)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
        at io.netty.netty-handler@4.1.115.Final//io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:289)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1357)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:868)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
        at io.netty.netty-common@4.1.115.Final//io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
        at io.netty.netty-common@4.1.115.Final//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
        at io.netty.netty-common@4.1.115.Final//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
        at java.base/java.lang.Thread.run(Thread.java:840)
      &amp#27;&amp#27;23:27:19,531 WARNING [io.smallrye.opentelemetry.implementation.exporters.sender.VertxGrpcSender] (vert.x-eventloop-thread-1) Failed to export LogsRequestMarshalers. Server responded with 13. Error message: grpc: error unmarshalling request: proto: wrong wireType = 1 for field TraceId
      &amp#27;&amp#27;23:27:19,531 SEVERE [io.opentelemetry.exporter.internal.grpc.GrpcExporter] (vert.x-eventloop-thread-1) Failed to export logss. The request could not be executed. Error message: grpc: error unmarshalling request: proto: wrong wireType = 1 for field TraceId: java.lang.IllegalStateException: grpc: error unmarshalling request: proto: wrong wireType = 1 for field TraceId
        at io.smallrye.opentelemetry@2.9.0//io.smallrye.opentelemetry.implementation.exporters.sender.VertxGrpcSender$ClientRequestOnSuccessHandler$1.handleError(VertxGrpcSender.java:283)
        at io.smallrye.opentelemetry@2.9.0//io.smallrye.opentelemetry.implementation.exporters.sender.VertxGrpcSender$ClientRequestOnSuccessHandler$1$3.handle(VertxGrpcSender.java:274)
        at io.smallrye.opentelemetry@2.9.0//io.smallrye.opentelemetry.implementation.exporters.sender.VertxGrpcSender$ClientRequestOnSuccessHandler$1$3.handle(VertxGrpcSender.java:267)
        at io.vertx.grpc-common@4.5.10//io.vertx.grpc.common.impl.GrpcReadStreamBase.handleEnd(GrpcReadStreamBase.java:261)
        at io.vertx.grpc-client@4.5.10//io.vertx.grpc.client.impl.GrpcClientResponseImpl.handleEnd(GrpcClientResponseImpl.java:81)
        at io.vertx.grpc-common@4.5.10//io.vertx.grpc.common.impl.GrpcReadStreamBase.lambda$init$3(GrpcReadStreamBase.java:91)
        at io.vertx.core@4.5.10//io.vertx.core.streams.impl.InboundBuffer.handleEvent(InboundBuffer.java:279)
        at io.vertx.core@4.5.10//io.vertx.core.streams.impl.InboundBuffer.write(InboundBuffer.java:157)
        at io.vertx.grpc-common@4.5.10//io.vertx.grpc.common.impl.GrpcReadStreamBase.lambda$init$0(GrpcReadStreamBase.java:80)
        at io.vertx.core@4.5.10//io.vertx.core.impl.ContextInternal.dispatch(ContextInternal.java:270)
        at io.vertx.core@4.5.10//io.vertx.core.impl.ContextInternal.dispatch(ContextInternal.java:252)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.HttpEventHandler.handleEnd(HttpEventHandler.java:76)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.HttpClientResponseImpl.handleEnd(HttpClientResponseImpl.java:250)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.Http2ClientConnection$StreamImpl.handleEnd(Http2ClientConnection.java:494)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.VertxHttp2Stream.lambda$new$1(VertxHttp2Stream.java:63)
        at io.vertx.core@4.5.10//io.vertx.core.streams.impl.InboundBuffer.handleEvent(InboundBuffer.java:279)
        at io.vertx.core@4.5.10//io.vertx.core.streams.impl.InboundBuffer.write(InboundBuffer.java:157)
        at io.vertx.core@4.5.10//io.vertx.core.impl.ContextImpl.emit(ContextImpl.java:328)
        at io.vertx.core@4.5.10//io.vertx.core.impl.ContextImpl.emit(ContextImpl.java:321)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.VertxHttp2Stream.onEnd(VertxHttp2Stream.java:141)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.Http2ClientConnection$Stream.onEnd(Http2ClientConnection.java:303)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.VertxHttp2Stream.onEnd(VertxHttp2Stream.java:136)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.Http2ClientConnection.onHeadersRead(Http2ClientConnection.java:188)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.Http2ConnectionBase.onHeadersRead(Http2ConnectionBase.java:209)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.Http2FrameListenerDecorator.onHeadersRead(Http2FrameListenerDecorator.java:46)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.Http2FrameListenerDecorator.onHeadersRead(Http2FrameListenerDecorator.java:46)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.Http2EmptyDataFrameListener.onHeadersRead(Http2EmptyDataFrameListener.java:63)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$FrameReadListener.onHeadersRead(DefaultHttp2ConnectionDecoder.java:435)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$FrameReadListener.onHeadersRead(DefaultHttp2ConnectionDecoder.java:350)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DefaultHttp2FrameReader$2.processFragment(DefaultHttp2FrameReader.java:475)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DefaultHttp2FrameReader.readHeadersFrame(DefaultHttp2FrameReader.java:483)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DefaultHttp2FrameReader.processPayloadState(DefaultHttp2FrameReader.java:247)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DefaultHttp2FrameReader.readFrame(DefaultHttp2FrameReader.java:164)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.decodeFrame(DefaultHttp2ConnectionDecoder.java:186)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder.decodeFrame(DecoratingHttp2ConnectionDecoder.java:61)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder.decodeFrame(DecoratingHttp2ConnectionDecoder.java:61)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.Http2ConnectionHandler$FrameDecoder.decode(Http2ConnectionHandler.java:391)
        at io.netty.netty-codec-http2@4.1.115.Final//io.netty.handler.codec.http2.Http2ConnectionHandler.decode(Http2ConnectionHandler.java:451)
        at io.netty.netty-codec@4.1.115.Final//io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:530)
        at io.netty.netty-codec@4.1.115.Final//io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:469)
        at io.netty.netty-codec@4.1.115.Final//io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290)
        at io.vertx.core@4.5.10//io.vertx.core.http.impl.VertxHttp2ConnectionHandler.channelRead(VertxHttp2ConnectionHandler.java:405)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
        at io.netty.netty-handler@4.1.115.Final//io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:289)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1357)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:868)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
        at io.netty.netty-transport@4.1.115.Final//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
        at io.netty.netty-common@4.1.115.Final//io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
        at io.netty.netty-common@4.1.115.Final//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
        at io.netty.netty-common@4.1.115.Final//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
        at java.base/java.lang.Thread.run(Thread.java:840)
      

      https://ci.wildfly.org/buildConfiguration/WF_PullRequest_BootableJarLinuxJdk17/474062?expandBuildDeploymentsSection=false&hideTestsFromDependencies=false&expandBuildTestsSection=true&hideProblemsFromDependencies=false&expandBuildChangesSection=true

              jaslee@redhat.com Jason Lee
              rhn-engineering-rhusar Radoslav Husar
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: