infiniflow / ragflow

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
https://ragflow.io
Apache License 2.0
22.75k stars 2.23k forks source link

[Question]: dependency failed to start: container ragflow-es-01 is unhealthy #2907

Open blackboyhc opened 3 weeks ago

blackboyhc commented 3 weeks ago

Describe your problem

` [root@test docker]# docker compose -f docker-compose.yml up -d WARN[0000] The "MACOS" variable is not set. Defaulting to a blank string. [+] Running 11/11 ✔ es01 Pulled 87.2s ✔ 9e61d8b90935 Pull complete 9.8s ✔ b72403a59eb9 Pull complete 11.6s ✔ 9fe4457bccf6 Pull complete 11.6s ✔ 89732bc75041 Pull complete 11.7s ✔ 7d1b8a7d0cf6 Pull complete 83.7s ✔ 5f0c732baa5d Pull complete 84.0s ✔ df9f9c79894f Pull complete 84.2s ✔ 4cfe26a355c8 Pull complete 84.3s ✔ 4d9c5e900237 Pull complete 84.3s ✔ bc9c1e3bbcf8 Pull complete 84.4s [+] Running 4/4 ✘ Container ragflow-es-01 Error 47.9s ✔ Container ragflow-minio Running 0.0s ✔ Container ragflow-redis Running 0.0s ✔ Container ragflow-mysql Healthy 1.3s dependency failed to start: container ragflow-es-01 is unhealthy [root@test docker]# docker logs ragflow-es-01 Created elasticsearch keystore in /usr/share/elasticsearch/config/elasticsearch.keystore

ERROR: Elasticsearch exited unexpectedly, with exit code 137

ERROR: Elasticsearch exited unexpectedly, with exit code 137

ERROR: Elasticsearch exited unexpectedly, with exit code 137

ERROR: Elasticsearch exited unexpectedly, with exit code 137

ERROR: Elasticsearch exited unexpectedly, with exit code 137 `

KevinHuSh commented 3 weeks ago

Please refer to this.

leoxu2024 commented 2 weeks ago

碰到过这个问题,我重启一下docker desktop,然后再执行一下这个命令就可以正常执行成功了。