Replies: 2 comments 5 replies
-
|
@afscrome (and myself) Have seen a few issues where logs get lost because the process / container dies too quickly. That could be what is happening here. |
Beta Was this translation helpful? Give feedback.
-
|
I have a couple of issues assigned to me about containers showing up as @acv-bhai what version of Aspire are you using and on what OS? In general, logs (in dashboard) should be the best source for diagnosing issues like these. You can also try to capture detailed DCP logs and see if they contain anything suspicious. https://github.com/microsoft/dcp/blob/main/CONTRIBUTING.md#need-to-get-detailed-logs-from-dcp-run Caveat: they tend to be quite verbose and low-level, but filtering by offending resource name usually results in something manageable. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
hey folks, I'm setting up aspire in my existing project. All works and up and running but except two worker project which shows the status as Failed to Start
Here is my AppHost.cs:
When I run, I see
Console Logs:
AListener:

BListener:

When I manually press start but for the resource it shows a success toast but with the same above console logs.
When I run the listener project separately, it works.
One of the Listener Project Code and files for reference:
csproj:
program.cs:
Am I missing something? or is there any extra code that I can add to get more debug logs?
Beta Was this translation helpful? Give feedback.
All reactions