akeneo / pim-community-dev

[Community Development Repository] The open source Product Information Management (PIM)
http://www.akeneo.com
Other
950 stars 513 forks source link

No alive nodes found in your cluster #20416

Closed andreschmitten94 closed 3 months ago

andreschmitten94 commented 3 months ago

In StaticNoPingConnectionPool.php line 64:

No alive nodes found in your cluster.

After i tried the installation with docker and using the make command. I got this error.

Can someone help me with that?

navneetbhardwaj commented 3 months ago

@andreschmitten94

Check the elasticsearch (elastic/elasticsearch) process status/container should be running.

sudo docker ps

andreschmitten94 commented 3 months ago

when i start the make command it is running but after the command reached the error. Elasticsearch Status is inactive. When I try the installation without docker. I got the same error

andreschmitten94 commented 3 months ago

Could solve my problem, with a workaround. I used Version 6 and with docker there are no problems with elasticsearch. So could be a problem with the configuration of version 7.

This was driving me crazy.