NilChow opened a new issue #4723:
URL: https://github.com/apache/skywalking/issues/4723
First time, I started my skywalking without change of storage config, it
succeed.
But when I use the elasticsearch as storage, I got an error like this:
org.apache.skywalking.oap.server.starter.OAPServerBootstrap - 59 [main]
ERROR [] -
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]
My skywalking version is : 6.6.0
elasticsearch version is : 6.5.4
And elasticsearch running successful, but skywalking oap-server failed, whar
reason cause this error?
----------------------------------------------------------------
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:
[email protected]