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

Working with multiple services #253

Open ddobric opened 6 years ago

ddobric commented 6 years ago

I have created the ASP.NET application with VS project template. Application can be deployed and run locally. As next I have added API by sing same project template (right-mouse click on mesh project in solution -> new sf service). After that application does not start locally anymore.

3>------ Build started: Project: MeshAppl, Configuration: Debug Any CPU ------
3>Ensuring previously deployed application is removed...
3>Deploying application to local Service Fabric cluster...
3>Deploying the application to the Service Fabric local cluster failed. See Service Fabric Explorer for additional details.
========== Build: 2 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

SF explorer does not show anything useful related to this:

Error event: SourceId='System.FM', Property='State'.
Partition is below target replica or instance count.
fabric:/MeshAppl/mesh_web_sample 1 1 1cdaae39-7441-49ff-8f55-634f47eb4d47
amolenk commented 6 years ago

I've ran into a similar issue. In my case, there were insufficient resources to run the application (CPU cores). The Event Log contained more detailed info on the exact error (see #247)