IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

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:
980
Contributors