Skip to content
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

ERROR: for opencti Container "bdaa113f26f2" is unhealthy. #351

Open
klevinkona opened this issue Jan 22, 2025 · 1 comment
Open

ERROR: for opencti Container "bdaa113f26f2" is unhealthy. #351

klevinkona opened this issue Jan 22, 2025 · 1 comment

Comments

@klevinkona
Copy link

Status: Downloaded newer image for opencti/connector-import-document:6.4.8
Creating docker-master_redis_1 ... done
Creating docker-master_rabbitmq_1 ... done
Creating docker-master_minio_1 ... done
Creating docker-master_elasticsearch_1 ... done

ERROR: for opencti Container "bdaa113f26f2" is unhealthy.
ERROR: Encountered errors while bringing up the project.

Running docker version from repo with no changes display the following error "ERROR: Encountered errors while bringing up the project."

@felixguerrero12
Copy link

felixguerrero12 commented Feb 10, 2025

I had this same issue initially, and this is due to not properly modifying the configuration for the environment (.env) file.

You can try to use the following to check errors for the container:
docker logs docker-rabbitmq-1

This is my configuration file I used:
rabbitmq: image: rabbitmq:4.0-management environment: - RABBITMQ_DEFAULT_USER=${RABBITMQ_DEFAULT_USER} - RABBITMQ_DEFAULT_PASS=${RABBITMQ_DEFAULT_PASS} - RABBITMQ_NODENAME=rabbit01@localhost - RABBITMQ_ERLANG_COOKIE='unique-cookie-here' volumes: - amqpdata:/var/lib/rabbitmq - ./rabbitmq.conf:/etc/rabbitmq/rabbitmq.conf:ro deploy: resources: limits: cpus: '1' memory: 2g restart: always healthcheck: test: rabbitmq-diagnostics -q ping start_period: 30s interval: 30s timeout: 30s retries: 3 logging: driver: "json-file" options: max-size: "200m" max-file: "3"

also created a file called rabbitmq.conf:
vm_memory_high_watermark.relative=0.6 total_memory_available_override_value = 2GB

hope this helps you, or someone in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants