RabbitMQ message broker unable to open unused port 61613
- by mjn
On a Windows Vista system, RabbitMQ fails to open port 61613 which is not used (as netstat and TCPView show). The server log indicates that it is possible to bind port 5672, but the next lines show the problem with port 61613.
I have cleared all firewall settings and rebooted. Several times in the past this helped to solve the problem. But as the problem frequently reappears, I would like to know if there is somthing I am missing to solve its root cause.
=INFO REPORT==== 29-Jun-2013::12:09:16 ===
started TCP Listener on [::]:5672
=INFO REPORT==== 29-Jun-2013::12:09:16 ===
started TCP Listener on 0.0.0.0:5672
=INFO REPORT==== 29-Jun-2013::12:09:16 ===
rabbit_stomp: default user 'guest' enabled
=INFO REPORT==== 29-Jun-2013::12:09:16 ===
started STOMP TCP Listener on [::]:61613
=ERROR REPORT==== 29-Jun-2013::12:09:16 ===
failed to start STOMP TCP Listener on 0.0.0.0:61613 - eacces (permission denied)
=INFO REPORT==== 29-Jun-2013::12:09:16 ===
stopped STOMP TCP Listener on [::]:61613