Getting MasterNotDiscoveredException 503 on new installation veriosn elasticsearch-0.90.4

I am getting following error

curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'
{
"error" : "MasterNotDiscoveredException[waited for [30s]]",
"status" : 503
}

Elastic Search Version 0.90.4 (new installation. Everything is in default
setting)

./elasticsearch -f
[2013-09-16 17:42:47,333][INFO ][node ] [Korrek]
version[0.90.4], pid[14375], build[8cb1a9b/2013-09-16T14:11:00Z]
[2013-09-16 17:42:47,334][INFO ][node ] [Korrek]
initializing ...
[2013-09-16 17:42:47,341][INFO ][plugins ] [Korrek] loaded
[], sites []
[2013-09-16 17:42:49,943][INFO ][node ] [Korrek]
initialized
[2013-09-16 17:42:49,944][INFO ][node ] [Korrek]
starting ...
[2013-09-16 17:42:50,063][INFO ][transport ] [Korrek]
bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address
{inet[/10.67.85.210:9300]}
[2013-09-16 17:42:54,266][INFO ][discovery.zen ] [Korrek]
master_left [[Him][8wa0Y4rUS1KgPRGHQLGayw][inet[/10.67.93.32:9300]]],
reason [failed to ping, tried [3] times, each with maximum [30s] timeout]
[2013-09-16 17:42:54,272][INFO ][discovery ] [Korrek]
elasticsearch/978b0gCTSuqXX4VlxMKmEQ
[2013-09-16 17:42:54,281][INFO ][http ] [Korrek]
bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address
{inet[/10.67.85.210:9200]}
[2013-09-16 17:42:54,282][INFO ][node ] [Korrek] started

Log File outout:
more elasticsearch.log
[2013-09-16 17:42:47,333][INFO ][node ] [Korrek]
version[0.90.4], pid[14375], build[8cb1a9b/2013-09-16T14:11:00Z]
[2013-09-16 17:42:47,334][INFO ][node ] [Korrek]
initializing ...
[2013-09-16 17:42:47,341][INFO ][plugins ] [Korrek] loaded
[], sites []
[2013-09-16 17:42:49,943][INFO ][node ] [Korrek]
initialized
[2013-09-16 17:42:49,944][INFO ][node ] [Korrek]
starting ...
[2013-09-16 17:42:50,063][INFO ][transport ] [Korrek]
bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address {inet[/10.67.
85.210:9300]}
[2013-09-16 17:42:54,266][INFO ][discovery.zen ] [Korrek]
master_left [[Him][8wa0Y4rUS1KgPRGHQLGayw][inet[/10.67.93.32:9300]]], reas
on [failed to ping, tried [3] times, each with maximum [30s] timeout]
[2013-09-16 17:42:54,272][INFO ][discovery ] [Korrek]
elasticsearch/978b0gCTSuqXX4VlxMKmEQ
[2013-09-16 17:42:54,281][INFO ][http ] [Korrek]
bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address {inet[/10.67.
85.210:9200]}
[2013-09-16 17:42:54,282][INFO ][node ] [Korrek] started

more elasticsearch_index_indexing_slowlog.log
empty file

more elasticsearch_index_search_slowlog.log
empty file

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

There appears to be another node on your network. You can see it in this
log entry:

[2013-09-16 17:42:54,266][INFO ][discovery.zen ] [Korrek]
master_left [[Him][8wa0Y4rUS1KgPRGHQLGayw][inet[/10.67.93.32:9300]]], reason
[failed to ping, tried [3] times, each with maximum [30s] timeout]

There is an elasticsearch server named Him on 10.67.93.32.

You can either close the other node, change your cluster name, or disable
multicast.

Cheers,

Ivan

On Mon, Sep 16, 2013 at 5:50 PM, Wei Zhang yzhangwei@gmail.com wrote:

I am getting following error

curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'
{
"error" : "MasterNotDiscoveredException[waited for [30s]]",
"status" : 503
}

Elastic Search Version 0.90.4 (new installation. Everything is in default
setting)

./elasticsearch -f
[2013-09-16 17:42:47,333][INFO ][node ] [Korrek]
version[0.90.4], pid[14375], build[8cb1a9b/2013-09-16T14:11:00Z]
[2013-09-16 17:42:47,334][INFO ][node ] [Korrek]
initializing ...
[2013-09-16 17:42:47,341][INFO ][plugins ] [Korrek]
loaded , sites
[2013-09-16 17:42:49,943][INFO ][node ] [Korrek]
initialized
[2013-09-16 17:42:49,944][INFO ][node ] [Korrek]
starting ...
[2013-09-16 17:42:50,063][INFO ][transport ] [Korrek]
bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address {inet[/
10.67.85.210:9300]}
[2013-09-16 17:42:54,266][INFO ][discovery.zen ] [Korrek]
master_left [[Him][8wa0Y4rUS1KgPRGHQLGayw][inet[/10.67.93.32:9300]]],
reason [failed to ping, tried [3] times, each with maximum [30s] timeout]
[2013-09-16 17:42:54,272][INFO ][discovery ] [Korrek]
elasticsearch/978b0gCTSuqXX4VlxMKmEQ
[2013-09-16 17:42:54,281][INFO ][http ] [Korrek]
bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address {inet[/
10.67.85.210:9200]}
[2013-09-16 17:42:54,282][INFO ][node ] [Korrek]
started

Log File outout:
more elasticsearch.log
[2013-09-16 17:42:47,333][INFO ][node ] [Korrek]
version[0.90.4], pid[14375], build[8cb1a9b/2013-09-16T14:11:00Z]
[2013-09-16 17:42:47,334][INFO ][node ] [Korrek]
initializing ...
[2013-09-16 17:42:47,341][INFO ][plugins ] [Korrek]
loaded , sites
[2013-09-16 17:42:49,943][INFO ][node ] [Korrek]
initialized
[2013-09-16 17:42:49,944][INFO ][node ] [Korrek]
starting ...
[2013-09-16 17:42:50,063][INFO ][transport ] [Korrek]
bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address {inet[/10.67.
85.210:9300]}
[2013-09-16 17:42:54,266][INFO ][discovery.zen ] [Korrek]
master_left [[Him][8wa0Y4rUS1KgPRGHQLGayw][inet[/10.67.93.32:9300]]], reas
on [failed to ping, tried [3] times, each with maximum [30s] timeout]
[2013-09-16 17:42:54,272][INFO ][discovery ] [Korrek]
elasticsearch/978b0gCTSuqXX4VlxMKmEQ
[2013-09-16 17:42:54,281][INFO ][http ] [Korrek]
bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address {inet[/10.67.
85.210:9200]}
[2013-09-16 17:42:54,282][INFO ][node ] [Korrek]
started

more elasticsearch_index_indexing_slowlog.log
empty file

more elasticsearch_index_search_slowlog.log
empty file

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Thank you for the information. It's working now.

On Tuesday, September 17, 2013 2:37:29 PM UTC-7, Ivan Brusic wrote:

There appears to be another node on your network. You can see it in this
log entry:

[2013-09-16 17:42:54,266][INFO ][discovery.zen ] [Korrek]
master_left [[Him][8wa0Y4rUS1KgPRGHQLGayw][inet[/10.67.93.32:9300]]], reason
[failed to ping, tried [3] times, each with maximum [30s] timeout]

There is an elasticsearch server named Him on 10.67.93.32.

You can either close the other node, change your cluster name, or disable
multicast.

Cheers,

Ivan

On Mon, Sep 16, 2013 at 5:50 PM, Wei Zhang <yzha...@gmail.com<javascript:>

wrote:

I am getting following error

curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'
{
"error" : "MasterNotDiscoveredException[waited for [30s]]",
"status" : 503
}

Elastic Search Version 0.90.4 (new installation. Everything is in
default setting)

./elasticsearch -f
[2013-09-16 17:42:47,333][INFO ][node ] [Korrek]
version[0.90.4], pid[14375], build[8cb1a9b/2013-09-16T14:11:00Z]
[2013-09-16 17:42:47,334][INFO ][node ] [Korrek]
initializing ...
[2013-09-16 17:42:47,341][INFO ][plugins ] [Korrek]
loaded , sites
[2013-09-16 17:42:49,943][INFO ][node ] [Korrek]
initialized
[2013-09-16 17:42:49,944][INFO ][node ] [Korrek]
starting ...
[2013-09-16 17:42:50,063][INFO ][transport ] [Korrek]
bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address {inet[/
10.67.85.210:9300]}
[2013-09-16 17:42:54,266][INFO ][discovery.zen ] [Korrek]
master_left [[Him][8wa0Y4rUS1KgPRGHQLGayw][inet[/10.67.93.32:9300]]],
reason [failed to ping, tried [3] times, each with maximum [30s] timeout]
[2013-09-16 17:42:54,272][INFO ][discovery ] [Korrek]
elasticsearch/978b0gCTSuqXX4VlxMKmEQ
[2013-09-16 17:42:54,281][INFO ][http ] [Korrek]
bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address {inet[/
10.67.85.210:9200]}
[2013-09-16 17:42:54,282][INFO ][node ] [Korrek]
started

Log File outout:
more elasticsearch.log
[2013-09-16 17:42:47,333][INFO ][node ] [Korrek]
version[0.90.4], pid[14375], build[8cb1a9b/2013-09-16T14:11:00Z]
[2013-09-16 17:42:47,334][INFO ][node ] [Korrek]
initializing ...
[2013-09-16 17:42:47,341][INFO ][plugins ] [Korrek]
loaded , sites
[2013-09-16 17:42:49,943][INFO ][node ] [Korrek]
initialized
[2013-09-16 17:42:49,944][INFO ][node ] [Korrek]
starting ...
[2013-09-16 17:42:50,063][INFO ][transport ] [Korrek]
bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address {inet[/10.67.
85.210:9300]}
[2013-09-16 17:42:54,266][INFO ][discovery.zen ] [Korrek]
master_left [[Him][8wa0Y4rUS1KgPRGHQLGayw][inet[/10.67.93.32:9300]]], reas
on [failed to ping, tried [3] times, each with maximum [30s] timeout]
[2013-09-16 17:42:54,272][INFO ][discovery ] [Korrek]
elasticsearch/978b0gCTSuqXX4VlxMKmEQ
[2013-09-16 17:42:54,281][INFO ][http ] [Korrek]
bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address {inet[/10.67.
85.210:9200]}
[2013-09-16 17:42:54,282][INFO ][node ] [Korrek]
started

more elasticsearch_index_indexing_slowlog.log
empty file

more elasticsearch_index_search_slowlog.log
empty file

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearc...@googlegroups.com <javascript:>.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.