|
throw exception when run |
Replies: 9 comments
|
Can you show the exception? Or what errors you are running into. |
|
Exactlly in But when you create rabbitmq container manually in docker desktop with name of "messaging" every thing is ok ! the main problem is Aspire.Hostin can not create rabbitmq container automatically but for redis and postgreSQL it is every thing ok. Can you address me in source code where Aspire create containers for docker desktop from image names ? |
|
Can you show me the entire output? I’m still not sure what’s happening. What does the dashboard say about the rabbitmq container? What about logs from the dashboard? |
|
I can't run project to show you dashboard's logs ! but I send you an image with exception details. I would be grateful if you could tell me how do Aspire create containers for docker desktop from image names (in source code) ? Exception Detail : RabbitMQ.Client.Exceptions.BrokerUnreachableException: 'None of the specified endpoints were reachable' |
|
This is a normal exception, that should get caught and retired. If you continue does to eventually run? |
|
It does eventually run but is a bit annoying. I normally only see this error while debugging and not while 'run without debugging' |
|
Yes, I tried it more an found out occurs in debugging mode and it is ok when you run without debugging. |
|
This is a known issue that the debugging is breaking even for first chance exceptions on background threads. |
|
I'm getting the same error with just using |

This is a normal exception, that should get caught and retired. If you continue does to eventually run?