Created
September 19, 2022 11:21
-
-
Save alesj/98dd7b39cff1a65ae36abcbc9e94d266 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Skywalker:quarkus_cl130 alesj$ grpcurl -vv -plaintext -d '{"name":"Francesco"}' localhost:8080 helloworld.Greeter/SayHello | |
Resolved method descriptor: | |
rpc SayHello ( .helloworld.HelloRequest ) returns ( .helloworld.HelloReply ); | |
Request metadata to send: | |
(empty) | |
Response headers received: | |
(empty) | |
Response trailers received: | |
(empty) | |
Sent 1 request and received 0 responses | |
ERROR: | |
Code: Unknown | |
Message: unexpected HTTP status code received from server: 500 (Internal Server Error); transport: received unexpected content-type "application/json; charset=utf-8" | |
--- | |
2022-09-19 13:20:14,387 ERROR [io.qua.ver.htt.run.QuarkusErrorHandler] (vert.x-eventloop-thread-1) HTTP Request to /helloworld.Greeter/SayHello failed, error id: 2b1e1b39-029f-4119-8d62-7819c2dc8197-1: java.lang.IllegalStateException: Today I wanna reject all the requests | |
at com.alesj.qcl.app.BrokenQuarkusInterceptor.interceptCall(BrokenQuarkusInterceptor.java:15) | |
at com.alesj.qcl.app.BrokenQuarkusInterceptor_Subclass.interceptCall$$superforward1(Unknown Source) | |
at com.alesj.qcl.app.BrokenQuarkusInterceptor_Subclass$$function$$1.apply(Unknown Source) | |
at io.quarkus.arc.impl.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:53) | |
at io.quarkus.arc.runtime.devconsole.InvocationInterceptor.proceed(InvocationInterceptor.java:62) | |
at io.quarkus.arc.runtime.devconsole.InvocationInterceptor.monitor(InvocationInterceptor.java:49) | |
at io.quarkus.arc.runtime.devconsole.InvocationInterceptor_Bean.intercept(Unknown Source) | |
at io.quarkus.arc.impl.InterceptorInvocation.invoke(InterceptorInvocation.java:41) | |
at io.quarkus.arc.impl.AroundInvokeInvocationContext.perform(AroundInvokeInvocationContext.java:40) | |
at io.quarkus.arc.impl.InvocationContexts.performAroundInvoke(InvocationContexts.java:32) | |
at com.alesj.qcl.app.BrokenQuarkusInterceptor_Subclass.interceptCall(Unknown Source) | |
at com.alesj.qcl.app.BrokenQuarkusInterceptor_ClientProxy.interceptCall(Unknown Source) | |
at io.grpc.ServerInterceptors$InterceptCallHandler.startCall(ServerInterceptors.java:244) | |
at io.quarkus.grpc.runtime.GrpcServerRecorder$DevModeInterceptor.interceptCall(GrpcServerRecorder.java:633) | |
at io.grpc.ServerInterceptors$InterceptCallHandler.startCall(ServerInterceptors.java:244) | |
at io.quarkus.grpc.runtime.supports.context.GrpcRequestContextGrpcInterceptor.interceptCall(GrpcRequestContextGrpcInterceptor.java:53) | |
at io.quarkus.grpc.runtime.supports.context.GrpcRequestContextGrpcInterceptor_Subclass.interceptCall$$superforward1(Unknown Source) | |
at io.quarkus.grpc.runtime.supports.context.GrpcRequestContextGrpcInterceptor_Subclass$$function$$2.apply(Unknown Source) | |
at io.quarkus.arc.impl.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:53) | |
at io.quarkus.arc.runtime.devconsole.InvocationInterceptor.proceed(InvocationInterceptor.java:62) | |
at io.quarkus.arc.runtime.devconsole.InvocationInterceptor.monitor(InvocationInterceptor.java:51) | |
at io.quarkus.arc.runtime.devconsole.InvocationInterceptor_Bean.intercept(Unknown Source) | |
at io.quarkus.arc.impl.InterceptorInvocation.invoke(InterceptorInvocation.java:41) | |
at io.quarkus.arc.impl.AroundInvokeInvocationContext.perform(AroundInvokeInvocationContext.java:40) | |
at io.quarkus.arc.impl.InvocationContexts.performAroundInvoke(InvocationContexts.java:32) | |
at io.quarkus.grpc.runtime.supports.context.GrpcRequestContextGrpcInterceptor_Subclass.interceptCall(Unknown Source) | |
at io.quarkus.grpc.runtime.supports.context.GrpcRequestContextGrpcInterceptor_ClientProxy.interceptCall(Unknown Source) | |
at io.grpc.ServerInterceptors$InterceptCallHandler.startCall(ServerInterceptors.java:244) | |
at io.quarkus.grpc.runtime.supports.context.GrpcDuplicatedContextGrpcInterceptor.lambda$interceptCall$0(GrpcDuplicatedContextGrpcInterceptor.java:47) | |
at io.quarkus.grpc.runtime.supports.context.GrpcDuplicatedContextGrpcInterceptor$ListenedOnDuplicatedContext.getDelegate(GrpcDuplicatedContextGrpcInterceptor.java:72) | |
at io.quarkus.grpc.runtime.supports.context.GrpcDuplicatedContextGrpcInterceptor$ListenedOnDuplicatedContext.onReady(GrpcDuplicatedContextGrpcInterceptor.java:89) | |
at io.vertx.grpc.server.impl.GrpcServiceBridgeImpl$ServerCallImpl$2.handleReady(GrpcServiceBridgeImpl.java:103) | |
at io.vertx.grpc.common.impl.WriteStreamAdapter.checkReady(WriteStreamAdapter.java:60) | |
at io.vertx.grpc.common.impl.WriteStreamAdapter.init(WriteStreamAdapter.java:39) | |
at io.vertx.grpc.server.impl.GrpcServiceBridgeImpl$ServerCallImpl.init(GrpcServiceBridgeImpl.java:116) | |
at io.vertx.grpc.server.impl.GrpcServiceBridgeImpl.lambda$bind$2(GrpcServiceBridgeImpl.java:63) | |
at io.vertx.grpc.server.impl.GrpcServerImpl$MethodCallHandler.handle(GrpcServerImpl.java:95) | |
at io.vertx.grpc.server.impl.GrpcServerImpl.handle(GrpcServerImpl.java:62) | |
at io.vertx.grpc.server.impl.GrpcServerImpl.handle(GrpcServerImpl.java:46) | |
at io.vertx.grpc.server.impl.GrpcServerImpl.handle(GrpcServerImpl.java:30) | |
at io.quarkus.grpc.runtime.GrpcServerRecorder.lambda$buildGrpcServer$0(GrpcServerRecorder.java:172) | |
at io.vertx.ext.web.impl.RouteState.handleContext(RouteState.java:1284) | |
at io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext(RoutingContextImplBase.java:173) | |
at io.vertx.ext.web.impl.RoutingContextImpl.next(RoutingContextImpl.java:140) | |
at io.quarkus.vertx.http.runtime.VertxHttpRecorder$6.handle(VertxHttpRecorder.java:430) | |
at io.quarkus.vertx.http.runtime.VertxHttpRecorder$6.handle(VertxHttpRecorder.java:408) | |
at io.vertx.ext.web.impl.RouteState.handleContext(RouteState.java:1284) | |
at io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext(RoutingContextImplBase.java:173) | |
at io.vertx.ext.web.impl.RoutingContextImpl.next(RoutingContextImpl.java:140) | |
at io.quarkus.vertx.http.runtime.devmode.VertxHttpHotReplacementSetup.handleHotReplacementRequest(VertxHttpHotReplacementSetup.java:135) | |
at io.quarkus.vertx.http.runtime.VertxHttpRecorder$11.handle(VertxHttpRecorder.java:510) | |
at io.quarkus.vertx.http.runtime.VertxHttpRecorder$11.handle(VertxHttpRecorder.java:506) | |
at io.vertx.ext.web.impl.RouteState.handleContext(RouteState.java:1284) | |
at io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext(RoutingContextImplBase.java:173) | |
at io.vertx.ext.web.impl.RoutingContextImpl.next(RoutingContextImpl.java:140) | |
at io.vertx.ext.web.impl.RouterImpl.handle(RouterImpl.java:68) | |
at io.vertx.ext.web.impl.RouterImpl.handle(RouterImpl.java:37) | |
at io.quarkus.vertx.http.runtime.VertxHttpRecorder$15.handle(VertxHttpRecorder.java:606) | |
at io.quarkus.vertx.http.runtime.VertxHttpRecorder$15.handle(VertxHttpRecorder.java:589) | |
at io.quarkus.vertx.http.runtime.VertxHttpRecorder$1.handle(VertxHttpRecorder.java:185) | |
at io.quarkus.vertx.http.runtime.VertxHttpRecorder$1.handle(VertxHttpRecorder.java:160) | |
at io.vertx.core.impl.EventLoopContext.emit(EventLoopContext.java:55) | |
at io.vertx.core.impl.DuplicatedContext.emit(DuplicatedContext.java:158) | |
at io.vertx.core.http.impl.Http2ServerRequest.dispatch(Http2ServerRequest.java:122) | |
at io.vertx.core.http.impl.Http2ServerStream.onHeaders(Http2ServerStream.java:94) | |
at io.vertx.core.http.impl.Http2ServerConnection.onHeadersRead(Http2ServerConnection.java:155) | |
at io.vertx.core.http.impl.Http2ConnectionBase.onHeadersRead(Http2ConnectionBase.java:202) | |
at io.vertx.core.http.impl.Http2ServerConnection.onHeadersRead(Http2ServerConnection.java:44) | |
at io.netty.handler.codec.http2.Http2FrameListenerDecorator.onHeadersRead(Http2FrameListenerDecorator.java:48) | |
at io.netty.handler.codec.http2.Http2EmptyDataFrameListener.onHeadersRead(Http2EmptyDataFrameListener.java:63) | |
at io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$FrameReadListener.onHeadersRead(DefaultHttp2ConnectionDecoder.java:409) | |
at io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$FrameReadListener.onHeadersRead(DefaultHttp2ConnectionDecoder.java:337) | |
at io.netty.handler.codec.http2.DefaultHttp2FrameReader$2.processFragment(DefaultHttp2FrameReader.java:476) | |
at io.netty.handler.codec.http2.DefaultHttp2FrameReader.readHeadersFrame(DefaultHttp2FrameReader.java:484) | |
at io.netty.handler.codec.http2.DefaultHttp2FrameReader.processPayloadState(DefaultHttp2FrameReader.java:253) | |
at io.netty.handler.codec.http2.DefaultHttp2FrameReader.readFrame(DefaultHttp2FrameReader.java:159) | |
at io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.decodeFrame(DefaultHttp2ConnectionDecoder.java:173) | |
at io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder.decodeFrame(DecoratingHttp2ConnectionDecoder.java:63) | |
at io.netty.handler.codec.http2.Http2ConnectionHandler$FrameDecoder.decode(Http2ConnectionHandler.java:393) | |
at io.netty.handler.codec.http2.Http2ConnectionHandler.decode(Http2ConnectionHandler.java:453) | |
at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:510) | |
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:449) | |
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:279) | |
at io.vertx.core.http.impl.VertxHttp2ConnectionHandler.channelRead(VertxHttp2ConnectionHandler.java:408) | |
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) | |
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) | |
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) | |
at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286) | |
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) | |
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) | |
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) | |
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) | |
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) | |
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) | |
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) | |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) | |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:722) | |
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:658) | |
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:584) | |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:496) | |
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) | |
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) | |
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) | |
at java.base/java.lang.Thread.run(Thread.java:833) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment