You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/03/10 03:56:20 UTC

[GitHub] [skywalking] HuiHang-Yu opened a new issue #4479: how can i use receiver_zipkin for es7

HuiHang-Yu opened a new issue #4479: how can i use receiver_zipkin for es7 
URL: https://github.com/apache/skywalking/issues/4479
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [ ] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   how can i use receiver_zipkin for es7 storage

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking] wu-sheng closed issue #4479: how can i use receiver_zipkin for es7

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #4479: how can i use receiver_zipkin for es7 
URL: https://github.com/apache/skywalking/issues/4479
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking] wu-sheng commented on issue #4479: how can i use receiver_zipkin for es7

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #4479: how can i use receiver_zipkin for es7 
URL: https://github.com/apache/skywalking/issues/4479#issuecomment-596890927
 
 
   I don't think the elasticsearch7 is not available for this. @kezhenxu94 Correct me if I am wrong.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking] HuiHang-Yu commented on issue #4479: how can i use receiver_zipkin for es7

Posted by GitBox <gi...@apache.org>.
HuiHang-Yu commented on issue #4479: how can i use receiver_zipkin for es7 
URL: https://github.com/apache/skywalking/issues/4479#issuecomment-596890235
 
 
   In my case , i find the below exception when i use receiver_zipkin and zipkin-elasticsearch storage .
   
     org.elasticsearch.client.RestHighLevelClient.ping([Lorg/apache/http/Header;)Z
   java.lang.NoSuchMethodError: org.elasticsearch.client.RestHighLevelClient.ping([Lorg/apache/http/Header;)Z
   	at org.apache.skywalking.oap.server.library.client.elasticsearch.ElasticSearchClient.connect(ElasticSearchClient.java:121) ~[library-client-6.6.0.jar:6.6.0]
   	at org.apache.skywalking.oap.server.storage.plugin.elasticsearch.StorageModuleElasticsearchProvider.start(StorageModuleElasticsearchProvider.java:133) ~[storage-elasticsearch-plugin-6.6.0.jar:6.6.0]
   	at org.apache.skywalking.oap.server.library.module.BootstrapFlow.start(BootstrapFlow.java:61) ~[library-module-6.6.0.jar:6.6.0]
   	at org.apache.skywalking.oap.server.library.module.ModuleManager.init(ModuleManager.java:67) ~[library-module-6.6.0.jar:6.6.0]
   	at org.apache.skywalking.oap.server.starter.OAPServerBootstrap.start(OAPServerBootstrap.java:47) [server-bootstrap-6.6.0.jar:6.6.0]
   	at org.apache.skywalking.oap.server.starter.OAPServerStartUp.main(OAPServerStartUp.java:28) [server-starter-es7-6.6.0.jar:6.6.0]

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services