Elasticsearch installation : Error missing 'server' JVM at …jvm.dll

前端 未结 6 2138
旧时难觅i
旧时难觅i 2021-02-04 12:39

After having downloaded elasticsearch and unzipped it following the steps in this link:

Install Elastic Search on Windows

I am receiving the following error:

6条回答
  •  眼角桃花
    2021-02-04 13:10

    I faced this issue while running SonarQube Server on my local machine.

    If none of the above solution works just check the SonarQube Version you are using and the JDK version it runs on which is mentioned on the SonarQube site.

    Mine was SonarQube 7.9.3 https://docs.sonarqube.org/latest/requirements/requirements/

    Changing JDK 15.0.1 to 11.0.9 Fixed the issue.

提交回复
热议问题