PLEASE HELP me - RabbitMQ localhost management failing to launch with port 5672 errors in the log file #6348
Unanswered
vyankateshss
asked this question in
Questions
Replies: 2 comments
-
Please ATTACH your full RabbitMQ configuration files any time you report an issue with RabbitMQ. Here are the two interesting lines in the output above:
You appear to be trying to use X509 certificates, but RabbitMQ can't read them. Fix this permission error. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Apparently this was actually due to another process using port 5672 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All,
I hope you all are doing good!
I have installed RabbitMQ version "rabbitmq-server-3.11.2.exe" and Erlang version "otp_win64_25.1.1.exe" on Windows 10 machine.
I am very new to RabbitMQ and I am unable to launch RabbitMQ management portal. I enabled the RabbitMQ management plugin as well.
Searched the internet with all sorts of suggestions on StackOverflow, Google groups and other forums and all of them failed.
In the log files I find a whole lot of errors like below.
2022-11-07 11:50:09.594000+10:00 [error] <0.697.0> Failed to start TCP listener [::]:5672, error: {{shutdown,
2022-11-07 11:50:09.594000+10:00 [error] <0.697.0> {failed_to_start_child,
2022-11-07 11:50:09.594000+10:00 [error] <0.697.0> {ranch_embedded_sup,
2022-11-07 11:50:09.594000+10:00 [error] <0.697.0> {acceptor,
2022-11-07 11:50:09.594000+10:00 [error] <0.697.0> {0,0,0,0,0,0,0,0},
2022-11-07 11:50:09.594000+10:00 [error] <0.697.0> 5672}},
2022-11-07 11:50:09.594000+10:00 [error] <0.697.0> {shutdown,
2022-11-07 11:50:09.594000+10:00 [error] <0.697.0> {failed_to_start_child,
2022-11-07 11:50:09.594000+10:00 [error] <0.697.0> {ranch_listener_sup,
2022-11-07 11:50:09.594000+10:00 [error] <0.697.0> {acceptor,
2022-11-07 11:50:09.594000+10:00 [error] <0.697.0> {0,0,0,0,0,0,0,0},
2022-11-07 11:50:09.594000+10:00 [error] <0.697.0> 5672}},
2022-11-07 11:50:09.594000+10:00 [error] <0.697.0> {shutdown,
2022-11-07 11:50:09.594000+10:00 [error] <0.697.0> {failed_to_start_child,
2022-11-07 11:50:09.594000+10:00 [error] <0.704.0> Failed to start Ranch listener {acceptor,{0,0,0,0,0,0,0,0},5672} in ranch_tcp:listen(#{connection_type => supervisor,handshake_timeout => 5000,max_connections => infinity,num_acceptors => 10,num_conns_sups => 1,socket_opts => [{cacerts,'...'},{key,'...'},{cert,'...'},{ip,{0,0,0,0,0,0,0,0}},{port,5672},inet6,{backlog,128},{nodelay,true},{linger,{true,0}},{exit_on_close,false}]}) for reason eacces (permission denied)
=erl_crash_dump:0.5
Mon Nov 7 12:50:21 2022
Slogan: init terminating in do_boot ({error,{could_not_start_listener,::,5672,{{shutdown,{}},{child,undefined,rabbit_tcp_listener_sup:::5672,{
I have diabled McAfee firewall, I have added port 5672 to McAfee firewall, reinstalled the app at least 10 times, opened the port 5672 in windows firewall security, tried on docker images as well but my 3 days efforts failed to start it.
I have attached RabbitMQ and Erlang log files in here, please provide your valuable suggestions.
Great thanks for your kind consideration.
Regards,

Vyankatesh
[email protected]
Beta Was this translation helpful? Give feedback.
All reactions