[RAGFlow] Connection refused on localhost port 9200 when bringing up RS docker image on Ubuntu EC2 instance #1256
Unanswered
bepisorconk
asked this question in
Q&A
Replies: 1 comment
-
Your 'es-01' service is not started. It is constantly starting. Maybe it's because your memory is too small. You need at least 16GB of memory to run RAGFlow. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am new to EC2. When bringing up the docker container for ES, I am seeing this error:
Some System info:
EC2 Instance: ubuntu-noble-24.04-amd64-server
vm.max_map_count = 262144
Docker info:
STACK_VERSION=8.11.3
ES_PORT=1200
CLUSTER_NAME=rag_flow
MEM_LIMIT=8073741824
I have already modified the security group settings to allow All TCP, SSH, HTTP, HTTPS (both inbound and outbound) [NOTE- ONLY TEMPORARILY FOR TRIAGE]. However the port 9200 isn't open.
These are the docker ps that are running:
docker compose logs just state this:
This is the elastisearch.yml from within the container
And these are the logs from within the docker container itself:
Am I missing something obvious? I am new to dockers and EC2.
Would appreciate any help.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions