Hi,
I am facing a strange problem : my elastic search server does not start up
I've downloaded the 0.19.9 tar.gz under my VM (CentOS 6)
I've edited the .yml to set the number of replicas to 0.
I've set my var ES_MIN and ES_MAX
export ES_MIN_MEM=256m
export ES_MAX_MEM=1024m
When I try to run
./elasticsearch -f
{0.19.9}: Setup Failed ...
ArrayIndexOutOfBoundsException[0]
--
dadoonet
(David Pilato)
September 24, 2012, 8:48pm
2
Not really enough information here to help you. Perhaps you could gist you
elasticsearch.yml file?
But, just check that you have at least one space character before
index.number_of_replicas: 1
As far as I remember I get errors when removing the space before index…
Not sure it will help you.
David.
De : elasticsearch@googlegroups.com [mailto:elasticsearch@googlegroups.com ]
De la part de Mario Bittencourt
Envoyé : lundi 24 septembre 2012 21:58
À : elasticsearch@googlegroups.com
Objet : Problems while trying to run elastic 0.19.9 under Linux (CentOS) and
Mac OS X
Hi,
I am facing a strange problem : my elastic search server does not start up
I've downloaded the 0.19.9 tar.gz under my VM (CentOS 6)
I've edited the .yml to set the number of replicas to 0.
I've set my var ES_MIN and ES_MAX
export ES_MIN_MEM=256m
export ES_MAX_MEM=1024m
When I try to run
./elasticsearch -f
{0.19.9}: Setup Failed ...
ArrayIndexOutOfBoundsException[0]
--
--