elasticsearch start error how to resolve this? -


i install elasticsearch in centos6.x....(rpm) service elasticsearch start command occur error

how resolve problem

my java version 1.7.0 elasticsearch version 2.3.3

enter image description here

you have permissions issue /var/lib/elasticsearch folder. elasticsearch can't write folder. need recheck under user works elasticsearch:

ps aux | grep elasticsearch 

and permissions him:

ls -lah /var/lib/elasticsearch 

Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -