Error in heap.dump.path

Hi,

I am try to start the elasticsearch service but got error in elasticsearch.log like below :

Mar 18 15:28:44 localhost.localdomain elasticsearch[28230]: [1]: encountered improperly formatted JVM option line [{heap.dump.path}] on line number [99] Mar 18 15:28:44 localhost.localdomain elasticsearch[28230]: [2]: encountered improperly formatted JVM option line [{error.file}] on line number [102]

when i look in jvm.options file, it looks like below :slight_smile:

specify an alternative path for heap dumps; ensure the directory exists and

 98 # has sufficient space
 99 ${heap.dump.path}
100
101 # specify an alternative path for JVM fatal error logs
102 ${error.file}

what should be there actually?

Regards

Pradana

Which Elasticsearch distribution did you download? What version is this? What is the path of that jvm.options file? Can you provide the full link?

Thanks!

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