-
throw exception when run |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments
-
Can you show the exception? Or what errors you are running into. |
Beta Was this translation helpful? Give feedback.
-
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 ? |
Beta Was this translation helpful? Give feedback.
-
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? |
Beta Was this translation helpful? Give feedback.
-
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' |
Beta Was this translation helpful? Give feedback.
-
This is a normal exception, that should get caught and retired. If you continue does to eventually run? |
Beta Was this translation helpful? Give feedback.
-
It does eventually run but is a bit annoying. I normally only see this error while debugging and not while 'run without debugging' |
Beta Was this translation helpful? Give feedback.
-
Yes, I tried it more an found out occurs in debugging mode and it is ok when you run without debugging. |
Beta Was this translation helpful? Give feedback.
-
This is a known issue that the debugging is breaking even for first chance exceptions on background threads. |
Beta Was this translation helpful? Give feedback.
-
I'm getting the same error with just using |
Beta Was this translation helpful? Give feedback.
This is a normal exception, that should get caught and retired. If you continue does to eventually run?