Open eigsathish opened 1 month ago
Elasticsearch failure. Please refer to this. Plus, check MEM_LIMIT in docker/,env and RAM of your machine.
I had the exact same problem with docker deployment on windows, accessing port 1200 locally and port 9200 in the container, but this error occurred when running the service
Is there an existing issue for the same bug?
Branch name
main
Commit ID
54342ae
Other environment information
Actual behavior
ERROR: Elasticsearch exited unexpectedly, with exit code 137 2024-09-13 17:56:12 Sep 13, 2024 8:26:12 PM sun.util.locale.provider.LocaleProviderAdapter
2024-09-13 17:56:12 WARNING: COMPAT locale provider will be removed in a future release
2024-09-13 17:56:13 {"@timestamp":"2024-09-13T12:26:13.105Z", "log.level": "WARN", "message":"unable to install syscall filter: ", "ecs.version": "1.2.0","service.name":"ES_ECS","event.dataset":"elasticsearch.server","process.thread.name":"main","log.logger":"org.elasticsearch.bootstrap.JNANatives","elasticsearch.node.name":"es01","elasticsearch.cluster.name":"docker-cluster","error.type":"java.lang.UnsupportedOperationException","error.message":"seccomp unavailable: CONFIG_SECCOMP not compiled into kernel, CONFIG_SECCOMP and CONFIG_SECCOMP_FILTER are needed","error.stack_trace":"java.lang.UnsupportedOperationException: seccomp unavailable: CONFIG_SECCOMP not compiled into kernel, CONFIG_SECCOMP and CONFIG_SECCOMP_FILTER are needed\n\tat org.elasticsearch.server@8.11.3/org.elasticsearch.bootstrap.SystemCallFilter.linuxImpl(SystemCallFilter.java:331)\n\tat org.elasticsearch.server@8.11.3/org.elasticsearch.bootstrap.SystemCallFilter.init(SystemCallFilter.java:622)\n\tat org.elasticsearch.server@8.11.3/org.elasticsearch.bootstrap.JNANatives.tryInstallSystemCallFilter(JNANatives.java:251)\n\tat org.elasticsearch.server@8.11.3/org.elasticsearch.bootstrap.Natives.tryInstallSystemCallFilter(Natives.java:102)\n\tat org.elasticsearch.server@8.11.3/org.elasticsearch.bootstrap.Elasticsearch.initializeNatives(Elasticsearch.java:291)\n\tat org.elasticsearch.server@8.11.3/org.elasticsearch.bootstrap.Elasticsearch.initPhase2(Elasticsearch.java:167)\n\tat org.elasticsearch.server@8.11.3/org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:72)\n"}
Expected behavior
No response
Steps to reproduce
Additional information
No response