jorge07/symfony-6-es-cqrs-boilerplate

Error starting userland proxy: listen tcp 0.0.0.0:5672: bind: address already in use

abelardolg opened this issue · 1 comments

Hi there,

Context:
To run this app, I have to stop any external services related to mysql and rabbitmq.

MySQL server is stopped ✅:
image

An instance of rabbitmq is listening at this port :
image
But when I'm going to stop it with the following command:
image
it disappears as you can see.

❌ When I run make start command, it logs this:
image

Then, I run again above command to know if this service is listening:
image

What's wrong, please?

Any help would be welcome.

Thanks.

I run the make stop to be sure any instance of mysql, rabbitmq and so forth is not running.

Then, I run the make start command but again it tells me the same error.

Best regards.