medcl / elasticsearch-rtf

elasticsearch中文发行版,针对中文集成了相关插件,方便新手学习测试.
Apache License 2.0
2.67k stars 715 forks source link

Use service to start elasticsearch error #20

Closed dafang closed 9 years ago

dafang commented 10 years ago

On some of the Ubuntu 12.04 server, using the service "/etc/init.d/elasticsearch start" to start the elasticsearch, cannot access http://127.0.0.1:9200/_plugin/rtf/ and our client cannot call the RESTful API (timed out).

It seems like some services die, but if we "ps -ef | grep elasticsearch" we can see the elasticsearch process.

I say "Some" as this only occurs on parts of our Ubuntu 12.04 server.

I cannot see any error log.

@medcl can you help point out how to tuning this issue?