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/06/04 01:44:11 UTC

[GitHub] [skywalking] lestchun commented on issue #2191: listener timeout after waiting for [30000] ms java.io.IOException: listener timeout after waiting for [30000] ms

lestchun commented on issue #2191: listener timeout after waiting for [30000] ms java.io.IOException: listener timeout after waiting for [30000] ms
URL: https://github.com/apache/skywalking/issues/2191#issuecomment-498487155
 
 
   when I user cammond 
   curl  http://192.168.7.62:9200
   return 
   {
     "name" : "testcdh",
     "cluster_name" : "elasticsearch",
     "cluster_uuid" : "_na_",
     "version" : {
       "number" : "7.1.1",
       "build_flavor" : "default",
       "build_type" : "rpm",
       "build_hash" : "7a013de",
       "build_date" : "2019-05-23T14:04:00.380842Z",
       "build_snapshot" : false,
       "lucene_version" : "8.0.0",
       "minimum_wire_compatibility_version" : "6.8.0",
       "minimum_index_compatibility_version" : "6.0.0-beta1"
     },
     "tagline" : "You Know, for Search"
   }
   but when I invoke  startup.sh  fail
   here are the log 
   2019-06-03 20:04:08,712 - org.apache.skywalking.oap.server.library.module.BootstrapFlow - 54 [main] INFO  [] - start the provider default in alarm module.
   2019-06-03 20:04:08,712 - org.apache.skywalking.oap.server.library.module.BootstrapFlow - 54 [main] INFO  [] - start the provider elasticsearch in storage module.
   2019-06-03 20:04:08,712 - org.apache.skywalking.oap.server.library.client.elasticsearch.ElasticSearchClient - 90 [main] INFO  [] - elasticsearch cluster nodes: 192.168.7.62:9200
   2019-06-03 20:04:32,999 - org.apache.skywalking.oap.server.starter.OAPServerStartUp - 55 [main] ERROR [] - listener timeout after waiting for [30000] ms
   org.apache.skywalking.oap.server.library.module.ModuleStartException: listener timeout after waiting for [30000] ms
   	at org.apache.skywalking.oap.server.storage.plugin.elasticsearch.StorageModuleElasticsearchProvider.start(StorageModuleElasticsearchProvider.java:137) ~[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]
   Caused by: org.apache.skywalking.oap.server.core.storage.StorageException: listener timeout after waiting for [30000] ms
   	at org.apache.skywalking.oap.server.storage.plugin.elasticsearch.base.StorageEsInstaller.isExists(StorageEsInstaller.java:53) ~[storage-elasticsearch-plugin-6.1.0.jar:6.1.0]
   	at org.apache.skywalking.oap.server.core.storage.model.ModelInstaller.install(ModelInstaller.java:77) ~[server-core-6.1.0.jar:6.1.0]
   	at org.apache.skywalking.oap.server.storage.plugin.elasticsearch.StorageModuleElasticsearchProvider.start(StorageModuleElasticsearchProvider.java:132) ~[storage-elasticsearch-plugin-6.1.0.jar:6.1.0]
   	... 3 more
   2019-06-03 20:04:39,459 - org.apache.skywalking.oap.server.starter.OAPServerStartUp - 55 [main] ERROR [] - listener timeout after waiting for [30000] ms
   org.apache.skywalking.oap.server.library.module.ModuleStartException: listener timeout after waiting for [30000] ms
   	at org.apache.skywalking.oap.server.storage.plugin.elasticsearch.StorageModuleElasticsearchProvider.start(StorageModuleElasticsearchProvider.java:137) ~[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]
   Caused by: org.apache.skywalking.oap.server.core.storage.StorageException: listener timeout after waiting for [30000] ms
   	at org.apache.skywalking.oap.server.storage.plugin.elasticsearch.base.StorageEsInstaller.isExists(StorageEsInstaller.java:53) ~[storage-elasticsearch-plugin-6.1.0.jar:6.1.0]
   	at org.apache.skywalking.oap.server.core.storage.model.ModelInstaller.install(ModelInstaller.java:77) ~[server-core-6.1.0.jar:6.1.0]
   	at org.apache.skywalking.oap.server.storage.plugin.elasticsearch.StorageModuleElasticsearchProvider.start(StorageModuleElasticsearchProvider.java:132) ~[storage-elasticsearch-plugin-6.1.0.jar:6.1.0]
   	... 3 more

----------------------------------------------------------------
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