#52475 closed defect (fixed)
rabbitmq-server: rabbitmq_management
Reported by: | gulios@… | Owned by: | seanfarley (Sean Farley) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | rabbitmq-server |
Description
Hi,
There is an issue(maybe connected to port or version) It's not possible to enable management plugin.
sudo rabbitmq-plugins enable rabbitmq_management Error: {cannot_read_enabled_plugins_file, "/opt/local/lib/rabbitmq/lib/rabbitmq_server-3.6.5/etc/rabbitmq/enabled_plugins", eisdir}
Thx
Change History (6)
comment:1 Changed 8 years ago by seanfarley (Sean Farley)
Owner: | changed from macports-tickets@… to sean@… |
---|---|
Status: | new → assigned |
comment:2 Changed 7 years ago by sblackstone (Stephen Blackstone)
All you need to do is create the missing directory it writes to:
e.g
sudo mkdir -p /opt/local/lib/rabbitmq/lib/rabbitmq_server-3.6.5/etc/rabbitmq
comment:3 Changed 7 years ago by bpanulla (Brian Panulla)
I think the problem is it's not finding a setting. The enabled_plugins file for my previous install was in /opt/local/etc/rabbitmq/enabled_plugins. It seems like it's expecting another config variable to tell it this, but when it is not present it's assuming it should go under the server lib directory.
comment:4 Changed 7 years ago by l2dy (Zero King)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 Changed 7 years ago by l2dy (Zero King)
Keywords: | rabbit removed |
---|---|
Summary: | rabbitmq_management → rabbitmq-server: rabbitmq_management |
Version: | 2.3.4 |
Please check if the fix works.
comment:6 Changed 7 years ago by l2dy (Zero King)
Note: See
TracTickets for help on using
tickets.
I'll try to work on this if I have free time but if someone else gets to it, that'd be great.