Getting Error While Doing Setup for Elastic Search (Sunbird Learn) #150
-
I am Refering Sunbird Learn Installation document. i followed the steps as it is. but when i go for health check then elasic search's health is showing False. Solutions I Tried :
{ |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
@pallakartheekreddy - can you check this issue? |
Beta Was this translation helpful? Give feedback.
-
It appears that you have not set up Cassandra correctly, @mahajanmahesh935. The setup you performed was inadequate for Cassandra, causing it to fail at that point and preventing further progress. We recommend that you meticulously follow the documentation provided in the link below, step by step, without skipping any instructions. This should help you resolve the issue: https://github.com/Sunbird-Lern/userorg-service/tree/release-5.4.0#readme |
Beta Was this translation helpful? Give feedback.
@mahajanmahesh935 can you please check the below environment variables have been set properly?
export sunbird_es_host="localhost"
export sunbird_es_port="9200"
export sunbird_es_cluster="test"
you can set this in bashrc file and retry once.