-
Notifications
You must be signed in to change notification settings - Fork 25.1k
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
Exception in thread "main" org.elasticsearch.bootstrap.BootstrapException: java.nio.file.NoSuchFileException: /usr/share/elasticsearch/config #26699
Comments
I think that you installed Elasticsearch from the Debian package but you're trying to start Elasticsearch via |
One other note: I see that you're running on JDK 9 here. While we test on JDK 9, we do not yet formally support running on JDK 9. This is especially the case since JDK 9 is not even GA yet. |
Hey , thanks for the clarification. But when i ran the service as instructed. i am getting errors. " <TITLE>Directory /</TITLE>Directory listing of /" and i have installed JDK8 instead too. and please specify what minimum changes is required in the .yml file for a test run. Sorry i am just a student and i am trying this as a project. Pardon the noobness.` and i have installed JDK8 instead too. and please specify what minimum changes is required in the .yml file for a test run. Sorry i am just a student and i am trying this as a project. Pardon the noobness. |
Please ask these question on our discuss forum where we can provide better support. Elastic uses GitHub issues for tracking bugs and feature requests. Since this is not a bug, we aren't able to support you here, but would be happy to discuss this on the forums. Thanks. |
Elasticsearch version (
bin/elasticsearch --version
):Version: 5.6.1, Build: 667b497/2017-09-14T19:22:05.189Z, JVM: 9
Plugins installed:
JVM version(
java -version
):java version "9"
OS version** (
uname -a
if on a Unix-like system):Linux nono-Inspiron-3542 4.10.0-32-generic #36~16.04.1-Ubuntu SMP Wed Aug 9 09:19:02 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Description of the problem including expected versus actual behavior:
i am unable to start elasticsearch and getting the following `error:
Provide logs (if relevant): my /var/log/elasticsearch/ is empty. i am confused.
The text was updated successfully, but these errors were encountered: