I've installed elasticsearch on a vps server which runs linux. The version is 1.4.4. I get the following warning message during start :
Starting elasticsearch: [ OK ] root@vps15042 [~]# log4j:WARN No appenders could be found for logger (common) log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for morefo.
The service starts well but stops by itself after a while. I must log as root and restart it each time. Note that the website is not yet on production and there is just some test data.
Any ideas how to solve this?
dmesg
and see if the OOM killer is triggered. - VolenDdmesg
when the OOM killer is triggered. Also, you can monitor the RAM (and swap as well). - VolenD