Error when trying to install es 5.2.2

Hi,

im trying to install es v.5.2.2 on linux.
when i try to run "./elasticsearch" from bin file, i get the following error:

"Error: Could not find or load main class org.elasticsearch.bootstrap.Elasticsearch"

can anyone know how to fix this?

Thanks.

What/where did you download elasticsearch from?

im working on RedHat oparation System,download it 3 days ago from

https://www.elastic.co/guide/en/elasticsearch/reference/5.2/_installation.html

to download i wrote in my console as follows:

curl -L -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.2.2.tar.gz

Then you just:

tar xzf xxx
bin/elasticsearch 

And it fails with this message ?

Yes.

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