Skip to content
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" java.lang.RuntimeException: starting java failed with [137] #45170

Closed
liuxf1993 opened this issue Aug 3, 2019 · 1 comment

Comments

@liuxf1993
Copy link

when I try to run the elasticsearch, it starting java failed with [137]:

Elasticsearch version ( elasticsearch-7.3.0):

Plugins installed: []

JVM version (java version "12.0.2" 2019-07-16 Java(TM) SE Runtime Environment (build 12.0.2+10) Java HotSpot(TM) 64-Bit Server VM (build 12.0.2+10, mixed mode, sharing)):

OS version (Linux VM_0_13_centos 3.10.0-514.21.1.el7.x86_64 #1 SMP Thu May 25 17:04:51 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux ):

the error is like that
4CC((EKG2)GHHOFGWNL2AO6

@jasontedor
Copy link
Member

A JVM exit code of 137 means that the JVM was killed with SIGKILL. Something outside of Elasticsearch is killing the JVM that we start to determine the startup flags. This is almost surely your kernel OOM killer (check your system logs). I don't think there is an Elasticsearch issue. Free free to update this issue with additional information if you think that it is, we would be happy to re-open this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants