Threat Report: Exposing Malware in Linux-Based Multi-Cloud Environments | Download Now

Following 6.1 Upgrade, Rabbitmq Won't Start With rabbitmq_clusterer Error

Following 6.1 Upgrade, Rabbitmq Won't Start With rabbitmq_clusterer Error

Version

Cb Response 6.1

Issue

After upgrade to 6.1, cannot start cb_enterprise service and receive error:

Process execution failure(70): {error_logger,{{2017,5,8},{9,22,49}},std_error,"File operation error: eacces. rabbitmq_server-3.6.1/sbin/../plugins/rabbitmq_clusterer-1.0.3.ez/ebin.

Cause

File permissions on the file blocked execution.

Solution

  1. Run this command as root:
    chmod 644 /usr/lib/rabbitmq/lib/rabbitmq_server-3.6.1/plugins/rabbitmq_clusterer-1.0.3.ez
  2. Then restart services:
    1. Standalone
      service cb-enterprise stop
      service cb-enterprise start
    2. Cluster

      /usr/share/cb/cbcluster stop

      /usr/share/cb/cbcluster start

Labels (1)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎05-10-2017
Views:
971
Contributors