You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by GitBox <gi...@apache.org> on 2022/09/01 10:14:51 UTC

[GitHub] [incubator-eventmesh] BigXin0109 opened a new issue, #1208: [Bug] Use zipkin hippen NullPointerException

BigXin0109 opened a new issue, #1208:
URL: https://github.com/apache/incubator-eventmesh/issues/1208

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Environment
   
   Mac
   
   ### EventMesh version
   
   master
   
   ### What happened
   
   ```
   2022-09-01 16:46:28,737 WARN [eventMesh-sendMsg-] TraceUtils(TraceUtils.java:59) - upload trace fail when prepareSpan java.lang.NullPointerException: null at org.apache.eventmesh.trace.zipkin.ZipkinTraceService$1.get(ZipkinTraceService.java:125) ~[eventmesh-trace-zipkin-1.3.0-release.jar:1.3.0-release] at org.apache.eventmesh.trace.zipkin.ZipkinTraceService$1.get(ZipkinTraceService.java:117) ~[eventmesh-trace-zipkin-1.3.0-release.jar:1.3.0-release] at io.opentelemetry.api.trace.propagation.W3CTraceContextPropagator.extractImpl(W3CTraceContextPropagator.java:165) ~[opentelemetry-api-1.3.0.jar:1.3.0] at io.opentelemetry.api.trace.propagation.W3CTraceContextPropagator.extract(W3CTraceContextPropagator.java:156) ~[opentelemetry-api-1.3.0.jar:1.3.0] at org.apache.eventmesh.trace.zipkin.ZipkinTraceService.extractFrom(ZipkinTraceService.java:117) ~[eventmesh-trace-zipkin-1.3.0-release.jar:1.3.0-release] at org.apache.eventmesh.runtime.trace.Trace.extractFrom(Trace.java:78) ~[eventmesh-ru
 ntime-1.3.0-release.jar:1.3.0-release] at org.apache.eventmesh.runtime.trace.TraceUtils.prepareServerSpan(TraceUtils.java:55) ~[eventmesh-runtime-1.3.0-release.jar:1.3.0-release] at org.apache.eventmesh.runtime.core.protocol.http.processor.SendAsyncMessageProcessor.processRequest(SendAsyncMessageProcessor.java:101) ~[eventmesh-runtime-1.3.0-release.jar:1.3.0-release] at org.apache.eventmesh.runtime.boot.AbstractHTTPServer$HTTPHandler.lambda$processEventMeshRequest$1(AbstractHTTPServer.java:501) ~[eventmesh-runtime-1.3.0-release.jar:1.3.0-release] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_321] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_321] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_321] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_321] at java.lang.Thread.run(Thread.java:750) [?:1.8.0_321]
   ```
   
   ![图片](https://user-images.githubusercontent.com/24769514/187890404-a9af7f3c-792c-4d79-afd8-0fdf3950c8ea.png)
   
   
   
   ### How to reproduce
   
   use zipkin 
   ```
   # trace plugin
   eventMesh.server.trace.enabled=true
   eventMesh.trace.plugin=zipkin
   ```
   
   ### Debug logs
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!


-- 
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: dev-unsubscribe@eventmesh.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] qqeasonchen closed issue #1208: [Bug] Use zipkin hippen NullPointerException

Posted by GitBox <gi...@apache.org>.
qqeasonchen closed issue #1208: [Bug] Use zipkin hippen NullPointerException
URL: https://github.com/apache/incubator-eventmesh/issues/1208


-- 
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: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org