-
Notifications
You must be signed in to change notification settings - Fork 180
Description
as a fresher on ES, I meet the same problem ( lowercase 'ElasticsearchF ', yet ):
download the package, unzip to %ES_Home%/bin
edit elasticsearch.conf:
set.default.ES_HOME=/home/lwj/elasticsearch-2.1.1
cd to %ES_Home%/bin/service/, and run: ./elasticsearch start
[yarn@hpblade04 service]$ ./elasticsearch start
Starting Elasticsearch...
Waiting for Elasticsearch...............................
WARNING: Elasticsearch may have failed to start
Then I found these message in /home/lwj/elasticsearch-2.1.1/logs/service.log :
STATUS | wrapper | 2016/01/25 17:34:56 | Launching a JVM...
INFO | jvm 1 | 2016/01/25 17:34:56 | WrapperManager: Initializing...
INFO | jvm 1 | 2016/01/25 17:34:56 | WrapperSimpleApp Error: Unable to locate the class org.elasticsearch.bootstrap.ElasticsearchF : java.lang.ClassNotFoundException: org.elasticsearch.bootstrap.ElasticsearchF
anything needed to run service ?