It's a 32-bit server and JVM:
$ java -version
java version "1.6.0_24"
OpenJDK Runtime Environment (IcedTea6 1.11.4)
(amazon-52.1.11.4.46.amzn1-i386)
OpenJDK Client VM (build 20.0-b12, mixed mode)
Does that warning (WARN) message indicate it is reason not to start
elasticsearch?
'use -server on the command' is not much more than a puzzle to me.
On Tuesday, October 2, 2012 8:51:33 PM UTC+2, Ivan Brusic wrote:
Which JVM are you running? 32-bit or 64-bit? OpenJDK or Oracle release? I
believe that that error message is only for 32-bit JVMs, but I could be
wrong.--
IvanOn Tue, Oct 2, 2012 at 11:29 AM, Matan Safriel <ma...@cloudaloe.org<javascript:>
wrote:
Hi,
As a newbie to elasticserach I today installed it on EC2, as per the
suggested flowhttp://www.elasticsearch.org/tutorials/2011/08/22/elasticsearch-on-ec2.html
.
I skipped the discovery and gateway stuff, as I seem to think I won't be
needing that yet or too soon, it's just a single node test for now.
Didn't quite get what should I do with to fulfill the JVM configuration
comment...It seems the server simply won't start.
$ sudo bin/elasticsearch -f
[2012-10-02 18:26:32,311][WARN ][bootstrap ] jvm uses the
client vm, make sure to runjavawith the server vm for best
performance by adding-serverto the command line
$Nothing other than this message in the logs.
My assumptions are probably wrong, or I'm doing something stupid....Please assist.....
Thanks in advance,
Matan--
--