My container taiga-docker-taiga-async-rabbitmq-1 keeps crashing with no explanation.
Configuring logger redirection
Killed
WARNING: '/var/lib/rabbitmq/.erlang.cookie' was populated from '$RABBITMQ_ERLANG_COOKIE', which will no longer happen in 3.9 and later! (https://github.com/docker-library/rabbitmq/pull/424)
WARNING: 'docker-entrypoint.sh' generated/modified the RabbitMQ configuration file, which will no longer happen in 3.9 and later! (https://github.com/docker-library/rabbitmq/pull/424)
Generated end result, for reference:
------------------------------------
loopback_users.guest = false
listeners.tcp.default = 5672
default_pass = taiga
default_user = taiga
default_vhost = taiga
------------------------------------
Killed
WARNING: '/var/lib/rabbitmq/.erlang.cookie' was populated from '$RABBITMQ_ERLANG_COOKIE', which will no longer happen in 3.9 and later! (https://github.com/docker-library/rabbitmq/pull/424)
WARNING: 'docker-entrypoint.sh' generated/modified the RabbitMQ configuration file, which will no longer happen in 3.9 and later! (https://github.com/docker-library/rabbitmq/pull/424)
Generated end result, for reference:
------------------------------------
loopback_users.guest = false
listeners.tcp.default = 5672
default_pass = taiga
default_user = taiga
default_vhost = taiga
------------------------------------
Killed
I do notice that there’s a high CPU usage when restarting the container
The other RabbitMQ container (taiga-docker-taiga-events-rabbitmq-1) also fails.
WARNING: '/var/lib/rabbitmq/.erlang.cookie' was populated from '$RABBITMQ_ERLANG_COOKIE', which will no longer happen in 3.9 and later! (https://github.com/docker-library/rabbitmq/pull/424)
WARNING: 'docker-entrypoint.sh' generated/modified the RabbitMQ configuration file, which will no longer happen in 3.9 and later! (https://github.com/docker-library/rabbitmq/pull/424)
Generated end result, for reference:
------------------------------------
loopback_users.guest = false
listeners.tcp.default = 5672
default_pass = taiga
default_user = taiga
default_vhost = taiga
------------------------------------
Configuring logger redirection
Killed
I’ve tried the steps from this thread and these commands, specifically:
docker compose rm taiga-docker-taiga-async-rabbitmq
docker volume rm taiga-docker_taiga-async-rabbitmq-data
docker compose rm taiga-docker-taiga-events-rabbitmq
docker volume rm taiga-docker_taiga-events-rabbitmq-data
I’ve made sure that I’m pulling the latest images as of November 25, 2023. Any solutions or can anyone point me as to why my RabbitMQ containers keep failing?
Also, I’m using the default script for launching Taiga. And I’m using the default erlang cookie RABBITMQ_ERLANG_COOKIE=secret-erlang-cookie
.