Hi everyone
I have installed Aiida in my workstation a few times before. I decided to reinstall it because I was having some issues with my conda environment and I wanted to check if a fresh reinstallation of everything I had would solve the issue.
I must say that in previous installations I was having issues with postgresql and I had to change the ports of the connection. This problem was solved in another topic Cannot connect to database - #5 by jgarridoa
The issue I am facing now involves rabbitmq:
version: AiiDA v2.5.1
config: /home/ICN2/jgarridoa/.aiida
profile: Jaime
storage: Storage for âJaimeâ [open] @ postgresql://aiida_qs_jgarridoa_356b0e1fd35b8bba1ab60473c3a74553:***@localhost:15451/Jaime_jgarridoa_356b0e1fd35b8bba1ab60473c3a74553 / DiskObjectStoreRepository: 72e6696fac72486fa67846874f28dd5b | /home/ICN2/jgarridoa/.aiida/repository/Jaime/container
â rabbitmq: Unable to connect to rabbitmq with URL: amqp://guest:guest@127.0.0.1:5672?heartbeat=600
Error: ConnectionResetError: [Errno 104] Connection reset by peer
daemon: The daemon is not running.
After searching for possible solutions, I think it has to do with the default configuration of rabbitmq, which has 5672 as the default port. I have tried to change this default port by modifying rabbitmq-env.conf /etc/rabbitmq, but it does not affect at all and rabbitmq still tries to connect to 5672.
I have also tried to find the location of the other configuration files of rabbitmq, but I simply cannot find them anywhere.
Is it possible to get some help with this?
Thanks in advance
Jaime