-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Unable to install/start elastic search on local server #5003
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I was having the same problem when installing on travis #4919 (comment), I guess it's because of the java version |
I tried downgrading. $ java -version
openjdk version "1.7.0_191"
OpenJDK Runtime Environment (Zulu 7.24.0.1-linux64) (build 1.7.0_191-b08)
OpenJDK 64-Bit Server VM (Zulu 7.24.0.1-linux64) (build 24.191-b08, mixed mode) But still the same problem. Is there any solution? |
You can use docker |
Thanks. Anyone struggling with this issue, here's the content of the dockerfile FROM elasticsearch:1.3.8
RUN /usr/share/elasticsearch/bin/plugin -install elasticsearch/elasticsearch-analysis-icu/2.3.0 @stsewd is there a need to document this? |
Not sure, I know that we suggest to use docker in the ES update #4722 |
RTD now has latest version of ES 🎉 |
These docs cover the search setup: https://docs.readthedocs.io/en/latest/development/search.html |
Docs Link - https://docs.readthedocs.io/en/latest/custom_installs/elasticsearch.html
These are the outputs of commands that i tried to run
$ java -version openjdk version "10.0.2" 2018-07-17 OpenJDK Runtime Environment (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4) OpenJDK 64-Bit Server VM (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4, mixed mode)
$ /usr/share/elasticsearch/bin/plugin -install elasticsearch/elasticsearch-analysis-icu/2.3.0 -> Installing elasticsearch/elasticsearch-analysis-icu/2.3.0... Trying http://download.elasticsearch.org/elasticsearch/elasticsearch-analysis-icu/elasticsearch-analysis-icu-2.3.0.zip... Downloading ...........DONE Installed elasticsearch/elasticsearch-analysis-icu/2.3.0 into /usr/share/elasticsearch/plugins/analysis-icu
$ ps -p 1 PID TTY TIME CMD 1 ? 00:00:08 systemd
The text was updated successfully, but these errors were encountered: