Smile-SA / smile-magento-elasticsearch

Magento ElasticSearch Implementation
151 stars 90 forks source link

Exception and no alive nodes found #137

Closed DevXeni closed 6 years ago

DevXeni commented 6 years ago

I'm trying to install smile/elasticsuite, I use amazon aws elasticsearch v5.5, after few minutes I've got "No alive nodes found in your cluster".

Plugins: curl -XGET 'https://***us-east-1.es.amazonaws.com/_cat/plugins?pretty' pfp9Rkr analysis-icu 5.5.2 pfp9Rkr analysis-kuromoji 5.5.2 pfp9Rkr analysis-phonetic 5.5.2 pfp9Rkr analysis-seunjeon x.x.x.x pfp9Rkr analysis-smartcn 5.5.2 pfp9Rkr analysis-stempel 5.5.2 pfp9Rkr analysis-ukrainian 5.5.2 pfp9Rkr discovery-ec2 5.5.2 pfp9Rkr elasticsearch-jetty 2.2.0 pfp9Rkr ingest-attachment 5.5.2 pfp9Rkr ingest-user-agent 5.5.2 pfp9Rkr mapper-attachments 5.5.2 pfp9Rkr mapper-murmur3 5.5.2 pfp9Rkr mapper-size 5.5.2 pfp9Rkr repository-s3 5.5.2 OwW3GjV analysis-icu 5.5.2 OwW3GjV analysis-kuromoji 5.5.2 OwW3GjV analysis-phonetic 5.5.2 OwW3GjV analysis-seunjeon x.x.x.x OwW3GjV analysis-smartcn 5.5.2 OwW3GjV analysis-stempel 5.5.2 OwW3GjV analysis-ukrainian 5.5.2 OwW3GjV discovery-ec2 5.5.2 OwW3GjV elasticsearch-jetty 2.2.0 OwW3GjV ingest-attachment 5.5.2 OwW3GjV ingest-user-agent 5.5.2 OwW3GjV mapper-attachments 5.5.2 OwW3GjV mapper-murmur3 5.5.2 OwW3GjV mapper-size 5.5.2 OwW3GjV repository-s3 5.5.2

and AWS ES 5.5 supports

/_termvectors (Index only)

I use endpoint AWS ES:

smile/smile_elasticsuite_core_base_settings/servers ***us-east-1.es.amazonaws.com

and

smile_elasticsuite_core_base_settings/es_client/enable_https_mode 1

because endpoind supports https. Why I've got this message "No alive nodes found in your cluster"? But I can connect to endpoint as you can see above.

In var/report files was found:

Please upgrade your database: Run "bin/magento setup:upgrade" from the Magento root directory. The following modules are outdated: Smile_ElasticsuiteThesaurus data: current version - none, reqrequired version - 1.1.0 Smile_ElasticsuiteVirtualCategory data: current version - none, required version - 1.1.0

Please, maybe you can provide explanation? Thank you for your excellent work :)

romainruaud commented 6 years ago

@DevXeni : this is the Github of the v1 module.

The repository for magento2 version is here : https://github.com/Smile-SA/elasticsuite

Please re-open your issue on the proper repository.

Regards