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 2018/06/04 17:32:49 UTC

[GitHub] asivanadi opened a new issue #1307: Collector - ElasticSearch

asivanadi opened a new issue #1307: Collector - ElasticSearch
URL: https://github.com/apache/incubator-skywalking/issues/1307
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [-] Question or discussion
   - [ ] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   
   On trying to connect with the ES , collector gives the following exception.
   Telnet to the ES node works
   - Exception in thread "main" NoNodeAvailableException[None of the configured nodes are available: [{#transport#-1}{ndKSpkmrTn6yEOtDmRNoFQ}{x.x.x.x}{x.x.x.x:9300}]]
           at org.elasticsearch.client.transport.TransportClientNodesService.ensureNodesAreAvailable(TransportClientNodesService.java:347)
           at org.elasticsearch.client.transport.TransportClientNodesService.execute(TransportClientNodesService.java:245)
           at org.elasticsearch.client.transport.TransportProxyClient.execute(TransportProxyClient.java:59)
           at org.elasticsearch.client.transport.TransportClient.doExecute(TransportClient.java:363)
           at org.elasticsearch.client.support.AbstractClient.execute(AbstractClient.java:408)
           at org.elasticsearch.client.support.AbstractClient$IndicesAdmin.execute(AbstractClient.java:1256)
           at org.elasticsearch.action.ActionRequestBuilder.execute(ActionRequestBuilder.java:80)
           at org.elasticsearch.action.ActionRequestBuilder.execute(ActionRequestBuilder.java:54)
           at org.elasticsearch.action.ActionRequestBuilder.get(ActionRequestBuilder.java:62)
           at org.skywalking.apm.collector.client.elasticsearch.ElasticSearchClient.isExistsIndex(ElasticSearchClient.java:131)
           at org.skywalking.apm.collector.storage.es.base.define.ElasticSearchStorageInstaller.isExists(ElasticSearchStorageInstaller.java:131)
           at org.skywalking.apm.collector.storage.StorageInstaller.install(StorageInstaller.java:45)
           at org.skywalking.apm.collector.storage.es.StorageModuleEsProvider.start(StorageModuleEsProvider.java:153)
           at org.skywalking.apm.collector.core.module.BootstrapFlow.start(BootstrapFlow.java:63)
           at org.skywalking.apm.collector.core.module.ModuleManager.init(ModuleManager.java:69)
           at org.skywalking.apm.collector.boot.CollectorBootStartUp.main(CollectorBootStartUp.java:43)
   ___
   ### Bug
   - Which version of SkyWalking, OS and JRE?
   
   - Which company or project?
   
   - What happen?
   If possible, provide a way for reproducing the error. e.g. demo application, component version.
   
   ___
   ### Requirement or improvement
   - Please describe about your requirements or improvement suggestions.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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