Embedded RabbitMQ Auth Issues

I’m having what appears to be auth issues between erchef and the embedded rabbitmq service. This is what I’m seeing in my erchef log:

=ERROR REPORT==== 17-Jan-2014::14:18:19 ===
"Could not connect, scheduling reconnect."
error: {{error,
{badmatch,
{error,
{auth_failure_likely,
{socket_closed_unexpectedly,

I don’t think anything has changed, but I inherited this server and it stopped working after the box was uncleanly restarted. I tried to use rabbitmqctl to reset the password to no avail.

Any help would be appreciated.


Daniel

Hey Daniel,

Have you given the reconfigure a shot yet? That should reset any
configurations back to a working state. That's assuming there isn't corrupt
data elsewhere:

chef-server-ctl reconfigure

--
BK Box

On Fri, Jan 17, 2014 at 8:53 AM, Daniel Givens
daniel.givens@rackspace.comwrote:

I'm having what appears to be auth issues between erchef and the embedded
rabbitmq service. This is what I'm seeing in my erchef log:

=ERROR REPORT==== 17-Jan-2014::14:18:19 ===
"Could not connect, scheduling reconnect."
error: {{error,
{badmatch,
{error,
{auth_failure_likely,
{socket_closed_unexpectedly,

I don't think anything has changed, but I inherited this server and it
stopped working after the box was uncleanly restarted. I tried to use
rabbitmqctl to reset the password to no avail.

Any help would be appreciated.

--
Daniel