uncaught exception in thread [main]
org.elasticsearch.bootstrap.StartupException: ElasticsearchException[X-Pack is n
ot supported and Machine Learning is not available for [windows-x86]; you can us
e the other X-Pack features (unsupported) by setting xpack.ml.enabled: false in
elasticsearch.yml
I then set xpack.ml.enabled: false in elasticsearch.yml and ran elasticsearch.bat again. Unfortunately, I keep getting the same exception and Elasticsearch won't start.
My guess is that the elasticsearch.yml file you're editing isn't the one Elasticsearch is reading from.
Do you have a ES_PATH_CONF environment variable?
Thank you for responding. I have a 32-bit machine (as you can see below).
Shouldn't setting xpack.ml.enabled: false in elasticsearch.yml bypass this
issue?
Harry
C:\Users\crosbyh>java -version
Picked up _JAVA_OPTIONS: -Xmx512M -Xms256M
java version "1.8.0_111"
Java(TM) SE Runtime Environment (build 1.8.0_111-b14)
Java HotSpot(TM) Client VM (build 25.111-b14, mixed mode)
C:\Users\crosbyh>java -d64 - version
Error: This Java instance does not support a 64-bit JVM.
Please install the desired version.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.