Elasticsearch version (bin/elasticsearch --version): 5.5
Plugins installed: [] EMC SourceOne 7.2.5
JVM version (java -version): jre1.8.0_45

OS version (uname -a if on a Unix-like system): Windows Server 2012R
Description of the problem including expected versus actual behavior:
Unable to install Elastic 5.5 using elasticsearch-service.bat
Steps to reproduce:
- Open CMD in Admin mode
- cd to "C:\Program Files (x86)\EMC SourceOne\EXPBA\bin\Elastic\elasticsearch\bin"
- run service.bat install or elasticsearch-service.bat install (depending on ES version)
Issue is that with 5.5 and elasticsearch-service.bat that generates an error due to spaces in the path.
Provide logs (if relevant): none available
WORKAROUND:
in CMD line, change to cd C:\PROGRA~2\EMCSOU~1\EXPBA\bin\Elastic\elasticsearch\bin\
Using 8.3 format folder names solves the problem.
Elasticsearch version (
bin/elasticsearch --version): 5.5Plugins installed: [] EMC SourceOne 7.2.5
JVM version (

java -version): jre1.8.0_45OS version (
uname -aif on a Unix-like system): Windows Server 2012RDescription of the problem including expected versus actual behavior:
Unable to install Elastic 5.5 using elasticsearch-service.bat
Steps to reproduce:
Issue is that with 5.5 and elasticsearch-service.bat that generates an error due to spaces in the path.
Provide logs (if relevant): none available
WORKAROUND:
in CMD line, change to cd
C:\PROGRA~2\EMCSOU~1\EXPBA\bin\Elastic\elasticsearch\bin\Using 8.3 format folder names solves the problem.