I'm on Linux, Ubuntu 10.10. I have downloaded elasticsearch 0.13.1, and when I start it up with bin/elasticsearch -f this is what happens:
[2010-12-16 12:12:42,209][INFO ][node ] [Sefton, Amanda] {elasticsearch/0.13.1}[12244]: initializing ...
[2010-12-16 12:12:42,215][INFO ][plugins ] [Sefton, Amanda] loaded []
[2010-12-16 12:12:46,213][INFO ][node ] [Sefton, Amanda] {elasticsearch/0.13.1}[12244]: initialized
[2010-12-16 12:12:46,213][INFO ][node ] [Sefton, Amanda] {elasticsearch/0.13.1}[12244]: starting ...
[2010-12-16 12:12:46,396][INFO ][transport ] [Sefton, Amanda] bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address {inet[/192.168.0.100:9300]}
Exception in thread "elasticsearch[Sefton, Amanda][tp]-pool-1-thread-1" org.elasticsearch.discovery.zen.ping.ZenPingException: Failed to send ping request over multicast
at org.elasticsearch.discovery.zen.ping.multicast.MulticastZenPing.sendPingRequest(MulticastZenPing.java:240)
at org.elasticsearch.discovery.zen.ping.multicast.MulticastZenPing.ping(MulticastZenPing.java:201)
at org.elasticsearch.discovery.zen.ping.ZenPingService.ping(ZenPingService.java:129)
at org.elasticsearch.discovery.zen.ping.ZenPingService.pingAndWait(ZenPingService.java:111)
at org.elasticsearch.discovery.zen.ZenDiscovery.findMaster(ZenDiscovery.java:470)
at org.elasticsearch.discovery.zen.ZenDiscovery.joinCluster(ZenDiscovery.java:224)
at org.elasticsearch.discovery.zen.ZenDiscovery.access$400(ZenDiscovery.java:62)
at org.elasticsearch.discovery.zen.ZenDiscovery$1.run(ZenDiscovery.java:141)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
Caused by: java.io.IOException: Operation not permitted
at java.net.PlainDatagramSocketImpl.send(Native Method)
at java.net.DatagramSocket.send(DatagramSocket.java:629)
at org.elasticsearch.discovery.zen.ping.multicast.MulticastZenPing.sendPingRequest(MulticastZenPing.java:234)
... 10 more
[2010-12-16 12:13:16,434][WARN ][discovery ] [Sefton, Amanda] waited for 30s and no initial state was set by the discovery
[2010-12-16 12:13:16,435][INFO ][discovery ] [Sefton, Amanda] elasticsearch/YLDVy_Z3RJqbanuU5v7Q2g
[2010-12-16 12:13:16,442][INFO ][http ] [Sefton, Amanda] bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address {inet[/192.168.0.100:9200]}
[2010-12-16 12:13:16,443][INFO ][node ] [Sefton, Amanda] {elasticsearch/0.13.1}[12244]: started
As you can see, an exception is raised about ping over multicast.
This also happens with versions 0.13.0 and 0.12.1, and also with the latest one compiled from source.
Of course nothing works then: when I try to XPUT anything, just like shown in the examples, what I get all the time is {"error":"MasterNotDiscoveredException[]"}
I guess this may be a problem of my configuration, but I don't know where to look at exactly, so help would be very much appreciated.
I'm on Linux, Ubuntu 10.10. I have downloaded elasticsearch 0.13.1, and
when
I start it up with bin/elasticsearch -f this is what happens:
[2010-12-16 12:12:42,209][INFO ][node ] [Sefton,
Amanda]
{elasticsearch/0.13.1}[12244]: initializing ...
[2010-12-16 12:12:42,215][INFO ][plugins ] [Sefton,
Amanda]
loaded
[2010-12-16 12:12:46,213][INFO ][node ] [Sefton,
Amanda]
{elasticsearch/0.13.1}[12244]: initialized
[2010-12-16 12:12:46,213][INFO ][node ] [Sefton,
Amanda]
{elasticsearch/0.13.1}[12244]: starting ...
[2010-12-16 12:12:46,396][INFO ][transport ] [Sefton,
Amanda]
bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address
{inet[/192.168.0.100:9300]}
Exception in thread "elasticsearch[Sefton, Amanda][tp]-pool-1-thread-1"
org.elasticsearch.discovery.zen.ping.ZenPingException: Failed to send ping
request over multicast
at
org.elasticsearch.discovery.zen.ping.multicast.MulticastZenPing.sendPingRequest(MulticastZenPing.java:240)
at
org.elasticsearch.discovery.zen.ping.multicast.MulticastZenPing.ping(MulticastZenPing.java:201)
at
org.elasticsearch.discovery.zen.ping.ZenPingService.ping(ZenPingService.java:129)
at
org.elasticsearch.discovery.zen.ping.ZenPingService.pingAndWait(ZenPingService.java:111)
at
org.elasticsearch.discovery.zen.ZenDiscovery.findMaster(ZenDiscovery.java:470)
at
org.elasticsearch.discovery.zen.ZenDiscovery.joinCluster(ZenDiscovery.java:224)
at
org.elasticsearch.discovery.zen.ZenDiscovery.access$400(ZenDiscovery.java:62)
at
org.elasticsearch.discovery.zen.ZenDiscovery$1.run(ZenDiscovery.java:141)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
Caused by: java.io.IOException: Operation not permitted
at java.net.PlainDatagramSocketImpl.send(Native Method)
at java.net.DatagramSocket.send(DatagramSocket.java:629)
at
org.elasticsearch.discovery.zen.ping.multicast.MulticastZenPing.sendPingRequest(MulticastZenPing.java:234)
... 10 more
[2010-12-16 12:13:16,434][WARN ][discovery ] [Sefton,
Amanda]
waited for 30s and no initial state was set by the discovery
[2010-12-16 12:13:16,435][INFO ][discovery ] [Sefton,
Amanda]
elasticsearch/YLDVy_Z3RJqbanuU5v7Q2g
[2010-12-16 12:13:16,442][INFO ][http ] [Sefton,
Amanda]
bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address
{inet[/192.168.0.100:9200]}
[2010-12-16 12:13:16,443][INFO ][node ] [Sefton,
Amanda]
{elasticsearch/0.13.1}[12244]: started
As you can see, an exception is raised about ping over multicast.
This also happens with versions 0.13.0 and 0.12.1, and also with the latest
one compiled from source.
Of course nothing works then: when I try to XPUT anything, just like shown
in the examples, what I get all the time is
{"error":"MasterNotDiscoveredException"}
I guess this may be a problem of my configuration, but I don't know where
to
look at exactly, so help would be very much appreciated.
I'm on Linux, Ubuntu 10.10. I have downloaded elasticsearch 0.13.1, and
when
I start it up with bin/elasticsearch -f this is what happens:
[2010-12-16 12:12:42,209][INFO ][node ] [Sefton,
Amanda]
{elasticsearch/0.13.1}[12244]: initializing ...
[2010-12-16 12:12:42,215][INFO ][plugins ] [Sefton,
Amanda]
loaded
[2010-12-16 12:12:46,213][INFO ][node ] [Sefton,
Amanda]
{elasticsearch/0.13.1}[12244]: initialized
[2010-12-16 12:12:46,213][INFO ][node ] [Sefton,
Amanda]
{elasticsearch/0.13.1}[12244]: starting ...
[2010-12-16 12:12:46,396][INFO ][transport ] [Sefton,
Amanda]
bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address
{inet[/192.168.0.100:9300]}
Exception in thread "elasticsearch[Sefton, Amanda][tp]-pool-1-thread-1"
org.elasticsearch.discovery.zen.ping.ZenPingException: Failed to send ping
request over multicast
at
org.elasticsearch.discovery.zen.ping.multicast.MulticastZenPing.sendPingRequest(MulticastZenPing.java:240)
at
org.elasticsearch.discovery.zen.ping.multicast.MulticastZenPing.ping(MulticastZenPing.java:201)
at
org.elasticsearch.discovery.zen.ping.ZenPingService.ping(ZenPingService.java:129)
at
org.elasticsearch.discovery.zen.ping.ZenPingService.pingAndWait(ZenPingService.java:111)
at
org.elasticsearch.discovery.zen.ZenDiscovery.findMaster(ZenDiscovery.java:470)
at
org.elasticsearch.discovery.zen.ZenDiscovery.joinCluster(ZenDiscovery.java:224)
at
org.elasticsearch.discovery.zen.ZenDiscovery.access$400(ZenDiscovery.java:62)
at
org.elasticsearch.discovery.zen.ZenDiscovery$1.run(ZenDiscovery.java:141)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
Caused by: java.io.IOException: Operation not permitted
at java.net.PlainDatagramSocketImpl.send(Native Method)
at java.net.DatagramSocket.send(DatagramSocket.java:629)
at
org.elasticsearch.discovery.zen.ping.multicast.MulticastZenPing.sendPingRequest(MulticastZenPing.java:234)
... 10 more
[2010-12-16 12:13:16,434][WARN ][discovery ] [Sefton,
Amanda]
waited for 30s and no initial state was set by the discovery
[2010-12-16 12:13:16,435][INFO ][discovery ] [Sefton,
Amanda]
elasticsearch/YLDVy_Z3RJqbanuU5v7Q2g
[2010-12-16 12:13:16,442][INFO ][http ] [Sefton,
Amanda]
bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address
{inet[/192.168.0.100:9200]}
[2010-12-16 12:13:16,443][INFO ][node ] [Sefton,
Amanda]
{elasticsearch/0.13.1}[12244]: started
As you can see, an exception is raised about ping over multicast.
This also happens with versions 0.13.0 and 0.12.1, and also with the
latest
one compiled from source.
Of course nothing works then: when I try to XPUT anything, just like shown
in the examples, what I get all the time is
{"error":"MasterNotDiscoveredException"}
I guess this may be a problem of my configuration, but I don't know where
to
look at exactly, so help would be very much appreciated.
You will still need to configure unicast discovery if you want it to work on
several machines. The address used to send the multicast requests on is the
publish address that you see in the log (for the transport for example).
Maybe the one guesses by ES to use is not the correct one?
I'm on Linux, Ubuntu 10.10. I have downloaded elasticsearch 0.13.1, and
when
I start it up with bin/elasticsearch -f this is what happens:
[2010-12-16 12:12:42,209][INFO ][node ] [Sefton,
Amanda]
{elasticsearch/0.13.1}[12244]: initializing ...
[2010-12-16 12:12:42,215][INFO ][plugins ] [Sefton,
Amanda]
loaded
[2010-12-16 12:12:46,213][INFO ][node ] [Sefton,
Amanda]
{elasticsearch/0.13.1}[12244]: initialized
[2010-12-16 12:12:46,213][INFO ][node ] [Sefton,
Amanda]
{elasticsearch/0.13.1}[12244]: starting ...
[2010-12-16 12:12:46,396][INFO ][transport ] [Sefton,
Amanda]
bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address
{inet[/192.168.0.100:9300]}
Exception in thread "elasticsearch[Sefton, Amanda][tp]-pool-1-thread-1"
org.elasticsearch.discovery.zen.ping.ZenPingException: Failed to send
ping
request over multicast
at
Caused by: java.io.IOException: Operation not permitted
at java.net.PlainDatagramSocketImpl.send(Native Method)
at java.net.DatagramSocket.send(DatagramSocket.java:629)
at
[2010-12-16 12:13:16,434][WARN ][discovery ] [Sefton,
Amanda]
waited for 30s and no initial state was set by the discovery
[2010-12-16 12:13:16,435][INFO ][discovery ] [Sefton,
Amanda]
elasticsearch/YLDVy_Z3RJqbanuU5v7Q2g
[2010-12-16 12:13:16,442][INFO ][http ] [Sefton,
Amanda]
bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address
{inet[/192.168.0.100:9200]}
[2010-12-16 12:13:16,443][INFO ][node ] [Sefton,
Amanda]
{elasticsearch/0.13.1}[12244]: started
As you can see, an exception is raised about ping over multicast.
This also happens with versions 0.13.0 and 0.12.1, and also with the
latest
one compiled from source.
Of course nothing works then: when I try to XPUT anything, just like
shown
in the examples, what I get all the time is
{"error":"MasterNotDiscoveredException"}
I guess this may be a problem of my configuration, but I don't know
where
to
look at exactly, so help would be very much appreciated.
The address used to send the multicast requests on is the
publish address that you see in the log (for the transport for example).
Maybe the one guessed by ES to use is not the correct one?
First off: please note that I'm just experimenting on my laptop, not a
server (yet), so my problems are probably outside the scope of ES and
it would be more than understandable on my part if you'd just ignore
them.
That said, in case you think it's worth trying to solve the issue,
here's the answer to your questions: the address guessed by ES is the
local network's 192.168.0.100, i.e. the same as that provided by
ifconfig for eth0.
I guess that the use of the local network might cause the issue with
multicast (but as I said I'm deeply ignorant of the subject). Perhaps
I should somehow force ES to use the public IP? Or modify my network's
configuration? (I tried opening the relevant ports and modifying my
router's configuration, with no luck.)
I'm on Linux, Ubuntu 10.10. I have downloaded elasticsearch 0.13.1, and
when
I start it up with bin/elasticsearch -f this is what happens:
[2010-12-16 12:12:42,209][INFO ][node ] [Sefton,
Amanda]
{elasticsearch/0.13.1}[12244]: initializing ...
[2010-12-16 12:12:42,215][INFO ][plugins ] [Sefton,
Amanda]
loaded
[2010-12-16 12:12:46,213][INFO ][node ] [Sefton,
Amanda]
{elasticsearch/0.13.1}[12244]: initialized
[2010-12-16 12:12:46,213][INFO ][node ] [Sefton,
Amanda]
{elasticsearch/0.13.1}[12244]: starting ...
[2010-12-16 12:12:46,396][INFO ][transport ] [Sefton,
Amanda]
bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address
{inet[/192.168.0.100:9300]}
Exception in thread "elasticsearch[Sefton, Amanda][tp]-pool-1-thread-1"
org.elasticsearch.discovery.zen.ping.ZenPingException: Failed to send
ping
request over multicast
at
org.elasticsearch.discovery.zen.ping.multicast.MulticastZenPing.sendPingRequest(MulticastZenPing.java:240)
at
org.elasticsearch.discovery.zen.ping.multicast.MulticastZenPing.ping(MulticastZenPing.java:201)
at
org.elasticsearch.discovery.zen.ping.ZenPingService.ping(ZenPingService.java:129)
at
org.elasticsearch.discovery.zen.ping.ZenPingService.pingAndWait(ZenPingService.java:111)
at
org.elasticsearch.discovery.zen.ZenDiscovery.findMaster(ZenDiscovery.java:470)
at
org.elasticsearch.discovery.zen.ZenDiscovery.joinCluster(ZenDiscovery.java:224)
at
org.elasticsearch.discovery.zen.ZenDiscovery.access$400(ZenDiscovery.java:62)
at
org.elasticsearch.discovery.zen.ZenDiscovery$1.run(ZenDiscovery.java:141)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
Caused by: java.io.IOException: Operation not permitted
at java.net.PlainDatagramSocketImpl.send(Native Method)
at java.net.DatagramSocket.send(DatagramSocket.java:629)
at
org.elasticsearch.discovery.zen.ping.multicast.MulticastZenPing.sendPingRequest(MulticastZenPing.java:234)
... 10 more
[2010-12-16 12:13:16,434][WARN ][discovery ] [Sefton,
Amanda]
waited for 30s and no initial state was set by the discovery
[2010-12-16 12:13:16,435][INFO ][discovery ] [Sefton,
Amanda]
elasticsearch/YLDVy_Z3RJqbanuU5v7Q2g
[2010-12-16 12:13:16,442][INFO ][http ] [Sefton,
Amanda]
bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address
{inet[/192.168.0.100:9200]}
[2010-12-16 12:13:16,443][INFO ][node ] [Sefton,
Amanda]
{elasticsearch/0.13.1}[12244]: started
As you can see, an exception is raised about ping over multicast.
This also happens with versions 0.13.0 and 0.12.1, and also with the
latest
one compiled from source.
Of course nothing works then: when I try to XPUT anything, just like
shown
in the examples, what I get all the time is
{"error":"MasterNotDiscoveredException"}
I guess this may be a problem of my configuration, but I don't know
where
to
look at exactly, so help would be very much appreciated.
It seems like mcast should be enabled for eth0, so thats strange... . You
can try and change the network.publish_host to a different ip and see if it
helps?
The address used to send the multicast requests on is the
publish address that you see in the log (for the transport for example).
Maybe the one guessed by ES to use is not the correct one?
First off: please note that I'm just experimenting on my laptop, not a
server (yet), so my problems are probably outside the scope of ES and
it would be more than understandable on my part if you'd just ignore
them.
That said, in case you think it's worth trying to solve the issue,
here's the answer to your questions: the address guessed by ES is the
local network's 192.168.0.100, i.e. the same as that provided by
ifconfig for eth0.
I guess that the use of the local network might cause the issue with
multicast (but as I said I'm deeply ignorant of the subject). Perhaps
I should somehow force ES to use the public IP? Or modify my network's
configuration? (I tried opening the relevant ports and modifying my
router's configuration, with no luck.)
I'm on Linux, Ubuntu 10.10. I have downloaded elasticsearch 0.13.1,
and
when
I start it up with bin/elasticsearch -f this is what happens:
[2010-12-16 12:12:42,209][INFO ][node ] [Sefton,
Amanda]
{elasticsearch/0.13.1}[12244]: initializing ...
[2010-12-16 12:12:42,215][INFO ][plugins ] [Sefton,
Amanda]
loaded
[2010-12-16 12:12:46,213][INFO ][node ] [Sefton,
Amanda]
{elasticsearch/0.13.1}[12244]: initialized
[2010-12-16 12:12:46,213][INFO ][node ] [Sefton,
Amanda]
{elasticsearch/0.13.1}[12244]: starting ...
[2010-12-16 12:12:46,396][INFO ][transport ] [Sefton,
Amanda]
bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address
{inet[/192.168.0.100:9300]}
Exception in thread "elasticsearch[Sefton,
Amanda][tp]-pool-1-thread-1"
org.elasticsearch.discovery.zen.ping.ZenPingException: Failed to send
ping
request over multicast
at
Caused by: java.io.IOException: Operation not permitted
at java.net.PlainDatagramSocketImpl.send(Native Method)
at java.net.DatagramSocket.send(DatagramSocket.java:629)
at
[2010-12-16 12:13:16,434][WARN ][discovery ] [Sefton,
Amanda]
waited for 30s and no initial state was set by the discovery
[2010-12-16 12:13:16,435][INFO ][discovery ] [Sefton,
Amanda]
elasticsearch/YLDVy_Z3RJqbanuU5v7Q2g
[2010-12-16 12:13:16,442][INFO ][http ] [Sefton,
Amanda]
bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address
{inet[/192.168.0.100:9200]}
[2010-12-16 12:13:16,443][INFO ][node ] [Sefton,
Amanda]
{elasticsearch/0.13.1}[12244]: started
As you can see, an exception is raised about ping over multicast.
This also happens with versions 0.13.0 and 0.12.1, and also with the
latest
one compiled from source.
Of course nothing works then: when I try to XPUT anything, just like
shown
in the examples, what I get all the time is
{"error":"MasterNotDiscoveredException"}
I guess this may be a problem of my configuration, but I don't know
where
to
look at exactly, so help would be very much appreciated.
It seems like mcast should be enabled for eth0, so thats strange... . You
can try and change the network.publish_host to a different ip and see if it
helps?
The address used to send the multicast requests on is the
publish address that you see in the log (for the transport for example).
Maybe the one guessed by ES to use is not the correct one?
First off: please note that I'm just experimenting on my laptop, not a
server (yet), so my problems are probably outside the scope of ES and
it would be more than understandable on my part if you'd just ignore
them.
That said, in case you think it's worth trying to solve the issue,
here's the answer to your questions: the address guessed by ES is the
local network's 192.168.0.100, i.e. the same as that provided by
ifconfig for eth0.
I guess that the use of the local network might cause the issue with
multicast (but as I said I'm deeply ignorant of the subject). Perhaps
I should somehow force ES to use the public IP? Or modify my network's
configuration? (I tried opening the relevant ports and modifying my
router's configuration, with no luck.)
I'm on Linux, Ubuntu 10.10. I have downloaded elasticsearch 0.13.1,
and
when
I start it up with bin/elasticsearch -f this is what happens:
[2010-12-16 12:12:42,209][INFO ][node ] [Sefton,
Amanda]
{elasticsearch/0.13.1}[12244]: initializing ...
[2010-12-16 12:12:42,215][INFO ][plugins ] [Sefton,
Amanda]
loaded
[2010-12-16 12:12:46,213][INFO ][node ] [Sefton,
Amanda]
{elasticsearch/0.13.1}[12244]: initialized
[2010-12-16 12:12:46,213][INFO ][node ] [Sefton,
Amanda]
{elasticsearch/0.13.1}[12244]: starting ...
[2010-12-16 12:12:46,396][INFO ][transport ] [Sefton,
Amanda]
bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address
{inet[/192.168.0.100:9300]}
Exception in thread "elasticsearch[Sefton,
Amanda][tp]-pool-1-thread-1"
org.elasticsearch.discovery.zen.ping.ZenPingException: Failed to
send
ping
request over multicast
at
org.elasticsearch.discovery.zen.ping.multicast.MulticastZenPing.sendPingRequest(MulticastZenPing.java:240)
at
org.elasticsearch.discovery.zen.ping.multicast.MulticastZenPing.ping(MulticastZenPing.java:201)
at
org.elasticsearch.discovery.zen.ping.ZenPingService.ping(ZenPingService.java:129)
at
org.elasticsearch.discovery.zen.ping.ZenPingService.pingAndWait(ZenPingService.java:111)
at
org.elasticsearch.discovery.zen.ZenDiscovery.findMaster(ZenDiscovery.java:470)
at
org.elasticsearch.discovery.zen.ZenDiscovery.joinCluster(ZenDiscovery.java:224)
at
org.elasticsearch.discovery.zen.ZenDiscovery.access$400(ZenDiscovery.java:62)
at
org.elasticsearch.discovery.zen.ZenDiscovery$1.run(ZenDiscovery.java:141)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
Caused by: java.io.IOException: Operation not permitted
at java.net.PlainDatagramSocketImpl.send(Native Method)
at java.net.DatagramSocket.send(DatagramSocket.java:629)
at
org.elasticsearch.discovery.zen.ping.multicast.MulticastZenPing.sendPingRequest(MulticastZenPing.java:234)
... 10 more
[2010-12-16 12:13:16,434][WARN ][discovery ] [Sefton,
Amanda]
waited for 30s and no initial state was set by the discovery
[2010-12-16 12:13:16,435][INFO ][discovery ] [Sefton,
Amanda]
elasticsearch/YLDVy_Z3RJqbanuU5v7Q2g
[2010-12-16 12:13:16,442][INFO ][http ] [Sefton,
Amanda]
bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address
{inet[/192.168.0.100:9200]}
[2010-12-16 12:13:16,443][INFO ][node ] [Sefton,
Amanda]
{elasticsearch/0.13.1}[12244]: started
As you can see, an exception is raised about ping over multicast.
This also happens with versions 0.13.0 and 0.12.1, and also with the
latest
one compiled from source.
Of course nothing works then: when I try to XPUT anything, just like
shown
in the examples, what I get all the time is
{"error":"MasterNotDiscoveredException"}
I guess this may be a problem of my configuration, but I don't know
where
to
look at exactly, so help would be very much appreciated.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.