-
Notifications
You must be signed in to change notification settings - Fork 40
Windows MSI 6.7.1 Installation Fail #283
Comments
Just hit exactly the same issue. MSI install, Windows10, manual not service, default options. First thought - possibly a problem during ingest-attach install?
However I tried installing without ingest-attach and got the same error on the next plugin. I then attempted with no plugins, and that has worked fine. So looks like there is some kind of issue with install plugins in general. |
@GrandMastaC, @gavinB-orange where do you have Java installed on the machine? You can get this value with Command Prompt where java.exe PowerShell where.exe java.exe Also, what is the environment variable Command Prompt echo %JAVA_HOME% PowerShell $env:JAVA_HOME This looks like a quoting issue with the path to Java when calling the plugin install batch file within a process Lines 122 to 148 in 421ea61
but if you could provide the above details, that would really help in looking into further. |
I have the same problem on Windows 10 echo %JAVA_HOME% => C:\Program Files (x86)\Java\jre1.8.0_201\ I checked the %JAVA_HOME% environment variable and noticed that it was for my account, not a system wide variable. I changed this to a system variable and reinstalled. It STILL doesn't work. |
Related: elastic/elasticsearch#30606 and elastic/elasticsearch#33405 A change in one of the batch files that is invoked when the installer performs plugin installation does not handle parentheses in the @GrandMastaC, @kgwood39, @gavinB-orange: For the version you are looking to install, can you install Java to a path that does not contain parentheses e.g. |
I uninstalled the 32-bit java and installed 64-bit java and updated my %JAVA_HOME%. I re-downloaded the latest elasticsearch msi installer and attempted to install again. Unfortunately, I get the same result. |
@kgwood39 It looks like a different issue this time
There was a problem in changing the |
We’re closing this issue due to inactivity; if you’re still in need of resolution, feel free to re-open with the additional details and we'd be glad to help you out 👍 The issue |
So I tried to install on a nearly brand new computer with no previous ElasticSearch install and it still failed. I have no idea what the problem is. I've reviewed the Log file for anything obvious but I'm not an ElasticSearch expert so would appreciate help.
Elastic Fail Log.txt
Environment
Expected Behaviour
Actual Behaviour
Steps to reproduce the behaviour
The text was updated successfully, but these errors were encountered: