Issue while running ElasticSearch 6.2.4

I have installed 6.2.4.
When I am trying to run Elasticsearch service through command prompt I am getting below error Message. Although we have verified our java version it is pointed to the Server VM.

[2018-06-05T17:13:06,104][INFO ][o.e.n.Node               ] initialized
[2018-06-05T17:13:06,112][INFO ][o.e.n.Node               ] [hGcMXNB] starting ...
[2018-06-05T17:13:06,735][INFO ][o.e.t.TransportService   ] [hGcMXNB] publish_address {10.98.6.170:9
300}, bound_addresses {[::1]:9300}, {10.98.6.170:9300}
[2018-06-05T17:13:06,770][INFO ][o.e.b.BootstrapChecks    ] [hGcMXNB] bound or publishing to a non-l
oopback address, enforcing bootstrap checks
ERROR: [1] bootstrap checks failed
[1]: JVM is using the client VM [Java HotSpot(TM) Client VM] but should be using a server VM for the
best performance
[2018-06-05T17:13:06,807][INFO ][o.e.n.Node               ] [hGcMXNB] stopping ...
[2018-06-05T17:13:06,849][INFO ][o.e.n.Node               ] [hGcMXNB] stopped
[2018-06-05T17:13:06,856][INFO ][o.e.n.Node               ] [hGcMXNB] closing ...
[2018-06-05T17:13:06,880][INFO ][o.e.n.Node               ] [hGcMXNB] closed

The same issue I was facing with 6.2.3 also.
Thanks in Advance

Regards,
Jyothi

Which OS? How did you install it? Which files did you change?

Thanks for your reply.Issue is Resolved. ElasticSearch Service is brought up with Admin Rights. Now it points to the correct JVM now.

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