0

I startup ElasticSearch:

..\elasticsearch-1.3.2\bin>elasticsearch -verbose

And see error below:

[Loaded org.elasticsearch.ExceptionsHelper from file:/C:/ElasticSearch/elasticsearch-1.3.2/lib/elasticsearch-1.3.2.jar]

{1.3.2}: Startup Failed ...

\- ChannelException[Failed to create a selector.]

        IOException[Unable to establish loopback connection]

                ConnectException[Connection refused: connect]

I have tried using the default ports (above) as well as custom ports as below:

..\elasticsearch-1.3.2\bin>elasticsearch -Des.http.port=9202 -Des.transport.tcp.port=9303

However, still seeing the same error for startup ElasticSearch.

Has anyone had the same problem and found how to resolve this issue?

Thank you in advance,

2
  • Did you try port 9200? Commented Aug 21, 2014 at 0:14
  • I have tried port 9200 (both leave it as default and added the port to command line) but still seeing the same exception. Commented Aug 21, 2014 at 17:11

1 Answer 1

1

I found the issue on my local laptop. I have SOCKS Client software installed and it was enabled, which

causes "IOException[Unable to establish loopback connection]".

After disabled SOCKS Client, I was able to startup ElasticSearch again.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.