User Tools

Site Tools


development:applications:rabbitmq

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
development:applications:rabbitmq [2021/06/25 10:09] – external edit 127.0.0.1development:applications:rabbitmq [2022/08/05 12:05] (current) 10.91.110.100
Line 43: Line 43:
  
  
 +===== Troubleshooting RabbitMQ =====
 +
 +===== rabbit is failing to restart even with space cleared out =====
 +
 +seeing the following error when running rabbitmqctl status Error:
 +{:aborted, {:no_exists, [:rabbit_vhost, [{{:vhost, :"$1", :_, :_}, [], [:"$1"]}]]}}
 +
 +it appears that error means the mnesis database was corrupted. I have had to clear out the dir: sudo rm -rf /var/lib/rabbitmq/mnesia/
 +
 +It has restarted now, but I think it may need to be rebuilt in terms of users / vhosts, just checking now
development/applications/rabbitmq.1624612196.txt.gz · Last modified: 2021/06/25 10:09 by 127.0.0.1