-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception and no alive nodes found #851
Comments
Is your endpoint exposed on port 80 ? Looks like you do not specify the port 9200 when accessing it through curl. |
but
Seems like no need any port spec. |
I am actually able to reproduce your issue. I have a working ES instance on an https host, reachable via cURL, but not by Elasticsuite. I am investigating and will keep you in touch. Regards |
Hi, just now, I checked dependent module elasticsearch/elasticsearch and this problem caused because that module setup default port to 9200 if it was not specified. Therefore, I specify the port as mydomain.com:443 and all works fine. |
Yep, I was about to answer that I went to the same conclusion, you have to specify the port 443 because having the scheme set to https is not enough. Glad to see this one solved. Regards |
Hi!
I'm trying to install smile/elasticsuite, I use amazon aws elasticsearch v5.5,
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.
All steps described in the documentation are passed, exept
On this step, after few minutes, I've got a message: "No alive nodes found in your cluster".
But I can connect to endpoint
and there is all plugins installed:
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
Why I've got this message "No alive nodes found in your cluster"?
Additionally, 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 :)
The text was updated successfully, but these errors were encountered: