New to elasticsearch and at the moment i cannot start elastic search. on Centos 6.7 (happens with both 2.2 nand 2.3)
rpm -ivh elasticsearch-2.2.0.rpm -> Successful
service elasticsearch start
Starting elasticsearch: Exception in thread "main" java.lang.IllegalStateException: Unable to initialize modules
Likely root cause: java.nio.file.NoSuchFileException: /usr/share/elasticsearch/modules/lang-mustache/plugin-descriptor.properties
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
The file is indeed missing but i have no idea how to fix it :)-
Are there additional installation/configuration steps i need to do - (did not find anything in the docs)