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 2019/05/27 07:19:53 UTC

[GitHub] [skywalking] GreyZeng removed a comment on issue #2760: start up skywalking error

GreyZeng removed a comment on issue #2760: start up skywalking error
URL: https://github.com/apache/skywalking/issues/2760#issuecomment-496101562
 
 
   i just config the yml storage nodes
   
   storage:
     elasticsearch:
       clusterName: CollectorDBCluster
   
   
   
   elk.yml config is 
   cluster.name: CollectorDBCluster
   
   
   run skywalking startup.bat 
   
   
   error is :
   
   2019-05-27 14:57:14,074 - org.apache.skywalking.oap.server.starter.OAPServerStartUp - 55 [main] ERROR [] - null
   java.lang.NullPointerException: null
   	at org.apache.skywalking.oap.server.library.client.elasticsearch.ElasticSearchClient.parseClusterNodes(ElasticSearchClient.java:91) ~[library-client-6.1.0.jar:6.1.0]
   	at org.apache.skywalking.oap.server.library.client.elasticsearch.ElasticSearchClient.connect(ElasticSearchClient.java:70) ~[library-client-6.1.0.jar:6.1.0]
   	at org.apache.skywalking.oap.server.storage.plugin.elasticsearch.StorageModuleElasticsearchProvider.start(StorageModuleElasticsearchProvider.java:129) ~[storage-elasticsearch-plugin-6.1.0.jar:6.1.0]
   	at org.apache.skywalking.oap.server.library.module.BootstrapFlow.start(BootstrapFlow.java:57) ~[library-module-6.1.0.jar:6.1.0]
   	at org.apache.skywalking.oap.server.library.module.ModuleManager.init(ModuleManager.java:65) ~[library-module-6.1.0.jar:6.1.0]
   	at org.apache.skywalking.oap.server.starter.OAPServerStartUp.main(OAPServerStartUp.java:43) [server-starter-6.1.0.jar:6.1.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