Azure / service-fabric-mesh-preview

Service Fabric Mesh is the Service Fabric's serverless offering to enable developers to deploy containerized applications without managing infrastructure. Service Fabric Mesh , aka project “SeaBreeze” is currently available in private preview. This repository will be used for tracking bugs/feature requests as GitHub issues and for maintaining the latest documentation.
MIT License
82 stars 12 forks source link

Console application does not run locally #251

Open ddobric opened 6 years ago

ddobric commented 6 years ago

Have created the helloworld sample from VS sf-mesh project template. Unfortunately, application cannot be deployed locally. I have tried ASP.NET default sample with VS project template. ASP.NET sample deploys and runs as expected.

Here is the VS trace of console application:

Service Fabric application warmup in progress – waiting for this to complete. See the Service Fabric Tools output pane for details.

1>------ Build started: Project: Console1, Configuration: Debug Any CPU ------
1>Console1 -> c:\temp\Console1\bin\Debug\netcoreapp2.1\Console1.dll
2>------ Build started: Project: meshapp_actor, Configuration: Debug Any CPU ------
2>Ensuring previously deployed application is removed...
2>Deploying application to local Service Fabric cluster...
2>Deploying the application to the Service Fabric local cluster failed. See Service Fabric Explorer for additional details.
========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
mikkelhegn commented 5 years ago

Did you go to SFX? Ther should be a Health warning on the application. (Use the Local Cluster Manager tool to open the cluster).

There could be multiple reasons, one is if the SF cluster was created without docker running, it would detect that it cannot support containers.