Failed to start service: The data area passed to a system call is too small

HOW DO YOU GET ELASTICSEARCH TO RUN ON WINDOWS. YOUR DOCUMENTATION FALLS DOWN.
https://www.elastic.co/guide/en/elasticsearch/reference/current/windows.html
https://www.elastic.co/guide/en/elasticsearch/reference/current/windows.html#windows-service

First time install on Win10 x64
JAVA_HOME is set properly.

$ elasticsearch-service install
Installing service      :  "elasticsearch-service-x64"
Using JAVA_HOME (64-bit):  "C:\Program Files\Java\jdk1.8.0_131"
The service 'elasticsearch-service-x64' has been installed.

$ elasticsearch-service start
Failed starting 'elasticsearch-service-x64' service

$ type elasticsearch-service-x64-stderr.2017-04-19.log
2017-04-19 09:36:42 Commons Daemon procrun stderr initialized
The data area passed to a system call is too small.
Failed to start service
2 Likes

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