kubernetes-rabbitmq-autocluster icon indicating copy to clipboard operation
kubernetes-rabbitmq-autocluster copied to clipboard

Autocluster plugin not found

Open cesartl opened this issue 7 years ago • 3 comments

I've cloned the repo and then simply did a Docker build but I'm getting this:

Step 4/4 : RUN rabbitmq-plugins enable --offline autocluster
 ---> Running in 14869674c4e6
Error: The following plugins could not be found:
  autocluster

I understand that the plugin is already built and copied from the plugin folder, and that I should not need to build it. Am I missing something?

cesartl avatar Dec 04 '17 15:12 cesartl

Is there any update on this? I'm still having the same issue. Could it be an environment issue? I'm using MacOS

cesartl avatar Feb 27 '18 08:02 cesartl

I have the same issue.

guojing013214 avatar May 28 '18 06:05 guojing013214

I Found the root cause. ADD plugins/.ez /usr/lib/rabbitmq/lib/rabbitmq_server-/plugins/ The code above created a directory named of rabbitmq_server-* instead of finding the right rabbitmq server directory and copying the ez file into it.

The quick and dirty solution is just modifying the directory name to the sepcific name , in my case is rabbitmq_server-3.7.5

guojing013214 avatar May 28 '18 06:05 guojing013214