[Question]: Installation via Docker resulting in a failed startup
Describe your problem
[WARNING] [2024-04-19 16:18:02,544] [_transport.perform_request] [line:395]: Retrying request after failure (attempt 2 of 3) Traceback (most recent call last): File "/root/miniconda3/envs/py11/lib/python3.11/site-packages/elastic_transport/_transport.py", line 328, in perform_request meta, raw_data = node.perform_request( ^^^^^^^^^^^^^^^^^^^^^ File "/root/miniconda3/envs/py11/lib/python3.11/site-packages/elastic_transport/_node/_http_urllib3.py", line 202, in perform_request raise err from None elastic_transport.ConnectionError: Connection error caused by: NewConnectionError(<urllib3.connection.HTTPConnection object at 0x7fd492f53ed0>: Failed to establish a new connection: [Errno 111] Connection refused) [WARNING] [2024-04-19 16:18:02,546] [_node_pool.mark_dead] [line:249]: Node <Urllib3HttpNode(http://127.0.0.1:1200)> has failed for 4 times in a row, putting on 8 second timeout
But: curl http://127.0.0.1:1200 { "name" : "es01", "cluster_name" : "rag_flow", "cluster_uuid" : "urFFAOYGSjGue_CWCj5enw", "version" : { "number" : "8.11.3", "build_flavor" : "default", "build_type" : "docker", "build_hash" : "64cf052f3b56b1fd4449f5454cb88aca7e739d9a", "build_date" : "2023-12-08T11:33:53.634979452Z", "build_snapshot" : false, "lucene_version" : "9.8.0", "minimum_wire_compatibility_version" : "7.17.0", "minimum_index_compatibility_version" : "7.0.0" },
It might meet its service limitation.
Seeing the same issue when trying to set this up locally. @KevinHuSh Service limitation for?
@sunggc I had the exact same issue and restarting docker-compose solved it for me, as suggested here: https://github.com/infiniflow/ragflow/issues/348#issuecomment-2054020194
Seeing the same issue when trying to set this up locally. @KevinHuSh Service limitation for?
I mean that the machine is struggling to provide service due to lack of memory or CPU.