Closed amolenk closed 6 years ago
I was getting this issue as well.
This is the workaround I used...
Hyper-V Virtual Machine Management
I hope this helps.
Thanks, just tried it but didn't help.
Then I did some more spelunking in the event log and discovered that the deployment failed due to insufficient resources. I have to change cpu: 0.5
to cpu: 0.003
for the application to run succesfully. This has probably something to do with the fact that I'm trying to run this in a Parallels VM.
The error message in VS is pretty unclear though, so I opened a new work-item (#247) to improve it.
After setting my Parallels VM to allow full usage of the CPU (4 core i7), I can set the the cpu
resource request in service.yaml
to 0.3 maximum, which still seems a bit low.
How is the maximum CPU resource request determined in SFM?
I'm closing this issue because the cpu: 0.3
in my previous comment is actually interpreted as cpu: 3.0
on my machine due to a localization issue ( #248 ). If I take that into account it is clear why the application wouldn't deploy.
I can't get the simple quick start to deploy to my local cluster. I'm creating a new Service Fabric Mesh solution with a single ASP.NET Core service. If I try to debug or run it on my local cluster, I get a
Deploying the application to the Service Fabric local cluster failed. See Service Fabric Explorer for additional details
error.Service Fabric Explorer does not show any information, there are no applications running on the local cluster. Are there any other places I can look for additional logging?
This is the output from the Service Fabric Tools window: