OK - I was able to figure this one out. &nbsp;The solution wasn't easy, but may help someone in the future.<div><br></div><div>I believe the core problem was a partially/mis-configured federation setup.&nbsp;</div><div><br></div><div>I exported my config to json, stopped RMQ then deleted (renamed .bad) the mnesia folder. &nbsp;</div><div><br></div><div>When I restarted I re-imported my config and found that I had the same problem as before. &nbsp;OK - it's something in the config...</div><div><br></div><div>I then went through the config json and CAREFULLY removed any references to my 'bad' vhost. &nbsp;There were a few problem areas:</div><div><br></div><div>1. &nbsp;Parameters node - several entries pertained to federation and when I went through the admin gui I couldn't remove the settings. &nbsp;Deleted from the .json</div><div>2. &nbsp;There were a couple of admin users with rights to the vHost that remained after the vhost was deleted.</div><div><br></div><div>I cleared out mnesia again, restarted, imported my json and I'm now up and running.</div><div><br></div><div>I was also having a problem turning on tracing (rabbitmqctl trace_on -p myVhost) which would hang on this specific vhost. &nbsp;Once I uploaded my clean config I was able to enable trace without issues.</div><div><br></div><div><br></div><div><br>On Wednesday, June 19, 2013 2:51:42 PM UTC-4, austinnichols wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div>Using RMQ 3.0.2 / Erlang R14B04</div><div><br></div><div>I'm having difficulty deleting a specific vhost. &nbsp;When attempting to delete I receive the message below. &nbsp;Other vhosts do not appear to have this same issue.</div><div><br></div><div>Would appreciate any guidance on where to start troubleshooting ...</div><div><br></div><div><br></div><div>Delete this vhost</div><div><br></div><div>HTTP APICommand LineUpdate &nbsp;</div><div>Last update: 2013-06-19 14:41:20</div><div><br></div><div>Got response code 500 with body</div><div>Internal Server Error</div><div><br></div><div>The server encountered an error while processing this request:</div><div>{throw,</div><div>&nbsp; &nbsp; {error,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; {{badmatch,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{error_string,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"Validation failed\n\nname not recognised: undefined\n"}},</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[{rabbit_vhost,'-internal_<wbr>delete/1-lc$^1/1-1-',2},</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {rabbit_vhost,internal_delete,<wbr>1},</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {rabbit_vhost,'-delete/1-fun-<wbr>0-',1},</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {mnesia_tm,apply_fun,3},</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {mnesia_tm,execute_<wbr>transaction,5},</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {rabbit_misc,'-execute_mnesia_<wbr>transaction/1-fun-0-',1},</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {worker_pool_worker,handle_<wbr>call,3},</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {gen_server2,handle_msg,2}]}},</div><div>&nbsp; &nbsp; [{rabbit_misc,execute_mnesia_<wbr>transaction,1},</div><div>&nbsp; &nbsp; &nbsp;{rabbit_mgmt_wm_vhost,delete_<wbr>resource,2},</div><div>&nbsp; &nbsp; &nbsp;{webmachine_resource,<wbr>resource_call,3},</div><div>&nbsp; &nbsp; &nbsp;{webmachine_resource,do,3},</div><div>&nbsp; &nbsp; &nbsp;{webmachine_decision_core,<wbr>resource_call,1},</div><div>&nbsp; &nbsp; &nbsp;{webmachine_decision_core,<wbr>decision,1},</div><div>&nbsp; &nbsp; &nbsp;{webmachine_decision_core,<wbr>handle_request,2},</div><div>&nbsp; &nbsp; &nbsp;{rabbit_webmachine,'-<wbr>makeloop/1-fun-0-',2}]}</div><div>mochiweb+webmachine web server</div></blockquote></div>