# ES shuts down automatically

**URL:** https://discuss.elastic.co/t/es-shuts-down-automatically/159716
**Category:** Elasticsearch
**Created:** [December 6, 2018, 11:08am UTC](https://discuss.elastic.co/t/es-shuts-down-automatically/159716 "2018-12-06T11:08:01Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Neeraj\_Pandey](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/neeraj_pandey/32/38508_2.png) [@Neeraj\_Pandey](https://discuss.elastic.co/u/Neeraj_Pandey)
#### Post date: [December 6, 2018, 11:08am UTC](https://discuss.elastic.co/t/es-shuts-down-automatically/159716/1 "2018-12-06T11:08:01Z")

</div>

I have installed elasticsearch 6.5.2 and I when I start this it gets shut down automatically. Here is the log  
[https://gist.github.com/np97190/9904ac644ff43787ede677a747d9824d](https://gist.github.com/np97190/9904ac644ff43787ede677a747d9824d)

I could not find the exact reason why is it getting shut down.

---

<div class="post-metadata">

### Author: ![DavidTurner](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/davidturner/32/22453_2.png) [@DavidTurner](https://discuss.elastic.co/u/DavidTurner)
#### Post date: [December 6, 2018, 12:26pm UTC](https://discuss.elastic.co/t/es-shuts-down-automatically/159716/2 "2018-12-06T12:26:57Z")

</div>

The pertinent error is the first one in the log:

```auto
[2018-12-06T10:46:59,286][WARN][o.e.b.JNANatives] [unknown] unable to install syscall filter: 
java.lang.UnsupportedOperationException: seccomp unavailable: CONFIG_SECCOMP not compiled into kernel, CONFIG_SECCOMP and CONFIG_SECCOMP_FILTER are needed
	at org.elasticsearch.bootstrap.SystemCallFilter.linuxImpl(SystemCallFilter.java:341) ~[elasticsearch-6.5.2.jar:6.5.2]
	at org.elasticsearch.bootstrap.SystemCallFilter.init(SystemCallFilter.java:616) ~[elasticsearch-6.5.2.jar:6.5.2]
	at org.elasticsearch.bootstrap.JNANatives.tryInstallSystemCallFilter(JNANatives.java:258) [elasticsearch-6.5.2.jar:6.5.2]
	at org.elasticsearch.bootstrap.Natives.tryInstallSystemCallFilter(Natives.java:113) [elasticsearch-6.5.2.jar:6.5.2]
	at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:108) [elasticsearch-6.5.2.jar:6.5.2]
	at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.5.2.jar:6.5.2]
	at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.5.2.jar:6.5.2]
	at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:136) [elasticsearch-6.5.2.jar:6.5.2]
	at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:127) [elasticsearch-6.5.2.jar:6.5.2]
	at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.5.2.jar:6.5.2]
	at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.5.2.jar:6.5.2]
	at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.5.2.jar:6.5.2]
	at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.5.2.jar:6.5.2]
	at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:86) [elasticsearch-6.5.2.jar:6.5.2]

```

See here for further help:

> [@Unable to install syscall filter](https://discuss.elastic.co/t/unable-to-install-syscall-filter/77251/2):
>
> see [https://github.com/elastic/elasticsearch/issues/22899](https://github.com/elastic/elasticsearch/issues/22899)

---

<div class="post-metadata">

### Author: ![Neeraj\_Pandey](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/neeraj_pandey/32/38508_2.png) [@Neeraj\_Pandey](https://discuss.elastic.co/u/Neeraj_Pandey)
#### Post date: [December 6, 2018, 1:59pm UTC](https://discuss.elastic.co/t/es-shuts-down-automatically/159716/3 "2018-12-06T13:59:54Z")

</div>

I did try this and the error is now gone but ES still shuts down.

Here is the log: [https://gist.github.com/np97190/d3dfe0c46ffbeb5c18e7c0c095a3046e](https://gist.github.com/np97190/d3dfe0c46ffbeb5c18e7c0c095a3046e)

---

<div class="post-metadata">

### Author: ![DavidTurner](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/davidturner/32/22453_2.png) [@DavidTurner](https://discuss.elastic.co/u/DavidTurner)
#### Post date: [December 6, 2018, 2:36pm UTC](https://discuss.elastic.co/t/es-shuts-down-automatically/159716/4 "2018-12-06T14:36:45Z")

</div>

It looks like it is cleanly shutting down because something external has asked it to.

---

<div class="post-metadata">

### Author: ![Neeraj\_Pandey](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/neeraj_pandey/32/38508_2.png) [@Neeraj\_Pandey](https://discuss.elastic.co/u/Neeraj_Pandey)
#### Post date: [December 6, 2018, 2:39pm UTC](https://discuss.elastic.co/t/es-shuts-down-automatically/159716/5 "2018-12-06T14:39:58Z")

</div>

Anything you would recommend looking for?

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [January 3, 2019, 2:40pm UTC](https://discuss.elastic.co/t/es-shuts-down-automatically/159716/6 "2019-01-03T14:40:05Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
