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

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -