Dear everyone
I am using Aiida 2.6.1. After a power shortage, my computer turned off. After restarting, I had to turn on again the database and Rabbitmq. This is my verdi status
output:
(aiida) jgarridoa@fatnode-tacn:~$ verdi status
✔ version: AiiDA v2.6.1
✔ config: /home/ICN2/jgarridoa/.aiida
✔ profile: presto
✔ storage: Storage for 'presto' [open] @ postgresql://aiida-presto_2:***@localhost:5432/aiida-presto / DiskObjectStoreRepository: c613722add2447e9ab6163be1da50d76 | /home/ICN2/jgarridoa/.aiida/repository/presto/container
✘ broker: Unable to connect to broker: RabbitMQ @ amqp://guest:guest@127.0.0.1:5672?heartbeat=600 <Connection failed>
Error: ConnectionError: [Errno 111] Connect call failed ('127.0.0.1', 5672)
⏺ daemon: The daemon is not running.
Writing rabbitmq-server
(without the -d option) I get:
(aiida) jgarridoa@fatnode-tacn:~$ rabbitmq-server
2025-05-06 15:00:37.834646+00:00 [error] <0.216.0> Feature flags: `restart_streams`: required feature flag not enabled! It must be enabled before upgrading RabbitMQ.
2025-05-06 15:00:37.848853+00:00 [error] <0.216.0> Failed to initialize feature flags registry: {disabled_required_feature_flag,
2025-05-06 15:00:37.848853+00:00 [error] <0.216.0> restart_streams}
2025-05-06 15:00:37.866794+00:00 [error] <0.216.0>
2025-05-06 15:00:37.866794+00:00 [error] <0.216.0> BOOT FAILED
2025-05-06 15:00:37.866794+00:00 [error] <0.216.0> ===========
2025-05-06 15:00:37.866794+00:00 [error] <0.216.0> Error during startup: {error,failed_to_initialize_feature_flags_registry}
2025-05-06 15:00:37.866794+00:00 [error] <0.216.0>
BOOT FAILED
===========
Error during startup: {error,failed_to_initialize_feature_flags_registry}
2025-05-06 15:00:38.867788+00:00 [notice] <0.45.0> Application rabbit exited with reason: {failed_to_initialize_feature_flags_registry,{rabbit,start,[normal,[]]}}
{exit,terminating,[{application_controller,call,2,[{file,"application_controller.erl"},{line,511}]},{application,'-ensure_all_started/3-lc$^0/1-0-',1,[{file,"application.erl"},{line,367}]},{application,ensure_all_started,3,[{file,"application.erl"},{line,367}]},{rabbit,'-start_it/1-fun-0-',1,[{file,"rabbit.erl"},{line,430}]},{timer,tc,2,[{file,"timer.erl"},{line,595}]},{rabbit,start_it,1,[{file,"rabbit.erl"},{line,426}]},{init,start_it,1,[]},{init,start_em,1,[]}]}
Runtime terminating during boot (terminating)
Crash dump is being written to: erl_crash.dump...done
[os_mon] cpu supervisor port (cpu_sup): Erlang has closed
[os_mon] memory supervisor port (memsup): Erlang has closed
As you can see, rabbitmq is showing some errors about feature flags.
Does anybody know how should I proceed to be able to connect to the broker again?
Thanks in advance
Jaime