# Getting exception - EngineCreationFailureException

**URL:** https://discuss.elastic.co/t/getting-exception-enginecreationfailureexception/96437
**Category:** Elasticsearch
**Created:** [August 9, 2017, 1:17pm UTC](https://discuss.elastic.co/t/getting-exception-enginecreationfailureexception/96437 "2017-08-09T13:17:04Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![prashant.bajpai](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/prashant.bajpai/32/16844_2.png) [@prashant.bajpai](https://discuss.elastic.co/u/prashant.bajpai)
#### Post date: [August 9, 2017, 1:17pm UTC](https://discuss.elastic.co/t/getting-exception-enginecreationfailureexception/96437/1 "2017-08-09T13:17:04Z")

</div>

Hi

I am getting below exceptions repeatedly which is generating multi GBs of log files, and the disk get out of space very quickly.

```
Caused by: [logstash-2016.09.24][[logstash-2016.09.24][4]] EngineCreationFailureException[failed to create engine]; nested: NoSuchFileException[/focom/22000/db/ELASTICSEARCH/nodes/0/indices/logstash-2016.09.24/4/translog/translog-6.ckp];
	at org.elasticsearch.index.engine.InternalEngine.<init>(InternalEngine.java:155)
	at org.elasticsearch.index.engine.InternalEngineFactory.newReadWriteEngine(InternalEngineFactory.java:25)
	at org.elasticsearch.index.shard.IndexShard.newEngine(IndexShard.java:1515)
	at org.elasticsearch.index.shard.IndexShard.createNewEngine(IndexShard.java:1499)
	at org.elasticsearch.index.shard.IndexShard.internalPerformTranslogRecovery(IndexShard.java:972)
	at org.elasticsearch.index.shard.IndexShard.performTranslogRecovery(IndexShard.java:944)
	at org.elasticsearch.index.shard.StoreRecoveryService.recoverFromStore(StoreRecoveryService.java:241)
	... 5 more
Caused by: java.nio.file.NoSuchFileException: /focom/22000/db/ELASTICSEARCH/nodes/0/indices/logstash-2016.09.24/4/translog/translog-6.ckp
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
	at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
	at java.nio.file.Files.newByteChannel(Files.java:361)
	at java.nio.file.Files.newByteChannel(Files.java:407)
	at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:384)
	at java.nio.file.Files.newInputStream(Files.java:152)
	at org.elasticsearch.index.translog.Checkpoint.read(Checkpoint.java:82)
	at org.elasticsearch.index.translog.Translog.recoverFromFiles(Translog.java:330)
	at org.elasticsearch.index.translog.Translog.<init>(Translog.java:179)
	at org.elasticsearch.index.engine.InternalEngine.openTranslog(InternalEngine.java:208)
	at org.elasticsearch.index.engine.InternalEngine.<init>(InternalEngine.java:151)
	... 11 more

```

Below is the cluster health:

```
{
"cluster_name": "TEST",
"status": "red",
"timed_out": false,
"number_of_nodes": 1,
"number_of_data_nodes": 1,
"active_primary_shards": 1691,
"active_shards": 1691,
"relocating_shards": 0,
"initializing_shards": 2,
"unassigned_shards": 1709,
"delayed_unassigned_shards": 0,
"number_of_pending_tasks": 10,
"number_of_in_flight_fetch": 0,
"task_max_waiting_in_queue_millis": 2169,
"active_shards_percent_as_number": 49.706055261610814
}

```

In the index list (\_cat/indices), I have seen couple of indices were in RED status.  
I am not sure what is the reason behind these repeated logs and how to fix it.  
Please help.

`ES version - 2.3.2`

---

<div class="post-metadata">

### Author: ![s1monw](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/s1monw/32/3637_2.png) [@s1monw](https://discuss.elastic.co/u/s1monw)
#### Post date: [August 11, 2017, 9:43am UTC](https://discuss.elastic.co/t/getting-exception-enginecreationfailureexception/96437/2 "2017-08-11T09:43:25Z")

</div>

there are several bugs related to this in the 2.x series. I'd recommend to upgrade to 2.4.latest and see if it can recover. If not please report back.

---

<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: [September 8, 2017, 9:43am UTC](https://discuss.elastic.co/t/getting-exception-enginecreationfailureexception/96437/3 "2017-09-08T09:43:28Z")

</div>

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