Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rabbitMQ consumer handle interceptor #9183

Closed
jaehong-kim opened this issue Sep 15, 2022 · 0 comments
Closed

Fix rabbitMQ consumer handle interceptor #9183

jaehong-kim opened this issue Sep 15, 2022 · 0 comments
Assignees
Milestone

Comments

@jaehong-kim
Copy link
Contributor

Fix rabbitMQ consumer handle interceptor

Related logs.

Exception:java.lang.UnsupportedOperationException: disable trace
  at com.navercorp.pinpoint.profiler.context.DisableTrace.traceBlockEnd(DisableTrace.java:70) ~[pinpoint-profiler-2.3.3.jar:2.3.3]
  at com.navercorp.pinpoint.plugin.rabbitmq.client.interceptor.RabbitMQConsumerHandleCompleteInboundCommandInterceptor.after(RabbitMQConsumerHandleCompleteInboundCommandInterceptor.java:138) ~[pinpoint-rabbitmq-plugin-2.3.3.jar:2.3.3]
  at com.navercorp.pinpoint.bootstrap.interceptor.ExceptionHandleAroundInterceptor.after(ExceptionHandleAroundInterceptor.java:44) [?:2.3.3]
  at com.rabbitmq.client.impl.AMQChannel.handleCompleteInboundCommand(AMQChannel.java:204) [amqp-client-5.9.0.jar!/:5.9.0]
  at com.rabbitmq.client.impl.AMQChannel.handleFrame(AMQChannel.java:114) [amqp-client-5.9.0.jar!/:5.9.0]
  at com.rabbitmq.client.impl.AMQConnection.readFrame(AMQConnection.java:739) [amqp-client-5.9.0.jar!/:5.9.0]
  at com.rabbitmq.client.impl.AMQConnection.access$300(AMQConnection.java:47) [amqp-client-5.9.0.jar!/:5.9.0]
  at com.rabbitmq.client.impl.AMQConnection$MainLoop.run(AMQConnection.java:666) [amqp-client-5.9.0.jar!/:5.9.0]
  at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
AFTER. Caused:null
Exception:java.lang.NullPointerException: null
loggerName:com.navercorp.pinpoint.plugin.rabbitmq.client.interceptor.RabbitMQConsumerHandleCompleteInboundCommandInterceptor
@jaehong-kim jaehong-kim added this to the 2.5.0 milestone Sep 15, 2022
@jaehong-kim jaehong-kim self-assigned this Sep 15, 2022
jaehong-kim added a commit to jaehong-kim/pinpoint that referenced this issue Sep 15, 2022
BillionaireDY pushed a commit to BillionaireDY/pinpoint that referenced this issue Nov 18, 2022
BillionaireDY pushed a commit to BillionaireDY/pinpoint that referenced this issue Dec 29, 2022
BillionaireDY pushed a commit to BillionaireDY/pinpoint that referenced this issue Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant