Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocluster plugin not found #6

Open
cesartl opened this issue Dec 4, 2017 · 3 comments
Open

Autocluster plugin not found #6

cesartl opened this issue Dec 4, 2017 · 3 comments

Comments

@cesartl
Copy link

cesartl commented Dec 4, 2017

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
Copy link
Author

cesartl commented Feb 27, 2018

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

@guojing013214
Copy link

I have the same issue.

@guojing013214
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants