Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix span dispatch failed #9187

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

Fix span dispatch failed #9187

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

Comments

@jaehong-kim
Copy link
Contributor

Fix span dispatch fail

Related log.

dispatch failed

java.lang.NullPointerException: null
	at com.navercorp.pinpoint.grpc.trace.PAcceptEvent$Builder.setRpc(PAcceptEvent.java:665) ~[pinpoint-grpc-2.3.3.jar:2.3.3]
	at com.navercorp.pinpoint.profiler.context.grpc.GrpcSpanMessageConverter.newAcceptEvent(GrpcSpanMessageConverter.java:175) ~[pinpoint-profiler-2.3.3.jar:2.3.3]
	at com.navercorp.pinpoint.profiler.context.grpc.GrpcSpanMessageConverter.buildPSpan(GrpcSpanMessageConverter.java:115) ~[pinpoint-profiler-2.3.3.jar:2.3.3]
	at com.navercorp.pinpoint.profiler.context.grpc.GrpcSpanMessageConverter.toMessage(GrpcSpanMessageConverter.java:90) ~[pinpoint-profiler-2.3.3.jar:2.3.3]
	at com.navercorp.pinpoint.profiler.context.grpc.GrpcSpanMessageConverter.toMessage(GrpcSpanMessageConverter.java:60) ~[pinpoint-profiler-2.3.3.jar:2.3.3]
	at com.navercorp.pinpoint.profiler.sender.grpc.SpanGrpcDataSender$1.onDispatch(SpanGrpcDataSender.java:59) ~[pinpoint-profiler-2.3.3.jar:2.3.3]
	at com.navercorp.pinpoint.profiler.sender.grpc.SpanGrpcDataSender$1.onDispatch(SpanGrpcDataSender.java:56) ~[pinpoint-profiler-2.3.3.jar:2.3.3]
	at com.navercorp.pinpoint.profiler.sender.grpc.stream.DefaultStreamTask$2.dispatch(DefaultStreamTask.java:92) [pinpoint-profiler-2.3.3.jar:2.3.3]
	at com.navercorp.pinpoint.profiler.sender.grpc.stream.DefaultStreamTask$2.run(DefaultStreamTask.java:78) [pinpoint-profiler-2.3.3.jar:2.3.3]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_202]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_202]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_202]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_202]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_202]

@jaehong-kim jaehong-kim added this to the 2.5.0 milestone Sep 16, 2022
@jaehong-kim jaehong-kim self-assigned this Sep 16, 2022
jaehong-kim added a commit to jaehong-kim/pinpoint that referenced this issue Sep 19, 2022
jaehong-kim added a commit that referenced this issue Sep 19, 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
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant