UR - pio train elasticsearch error -SOLVED

Hello,

When I run pio train command, i got the following exception:

ERROR] [NetworkClient] Node [85.255.11.174:9200] failed (Connection refused (Connection refused)); no other nodes left - aborting...
[ERROR] [Executor] Exception in task 0.0 in stage 103.0 (TID 56)
[WARN] [TaskSetManager] Lost task 0.0 in stage 103.0 (TID 56, localhost): org.elasticsearch.hadoop.rest.EsHadoopNoNodesLeftException: Connection error (check network and/or proxy settings)- all nodes failed; tried [[85.255.11.174:9200]]

Elasticsearch running on my local machine, this is my elsticsearch.yml

network.bind_host: localhost
node.name: "kebodev"
cluster.name: kebo_cluster
discovery.zen.ping.multicast.enabled: false

why does it try to connect to the 85.255.11.174 which is my public ip?

Can anyone help me? Thank you!

Sorry, i had to set: network.bind_host: 0.0.0.0

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.