jorge07 / symfony-6-es-cqrs-boilerplate

Symfony 6 DDD ES CQRS backend boilerplate.
MIT License
1.07k stars 187 forks source link

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

Closed abelardolg closed 4 years ago

abelardolg commented 4 years ago

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.

abelardolg commented 4 years ago

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.