microsoft / service-fabric

Service Fabric is a distributed systems platform for packaging, deploying, and managing stateless and stateful distributed applications and containers at large scale.
https://docs.microsoft.com/en-us/azure/service-fabric/
MIT License
3.03k stars 399 forks source link

PatchOrchestrationApplicationType 1.2.2 - FABRIC_E_FILE_NOT_FOUND: The Application Manifest file 'ApplicationManifest.xml' is not found in the store. #715

Open avi1479 opened 6 years ago

avi1479 commented 6 years ago

I have deployed a Service Fabric cluster with the Patch Orchestration application with version 1.2.1 using ARM following the link, it was successful without any issues with package 1.2.1. But same thing I tried with the package with the version 1.2.2, it is giving me an error "FABRIC_E_FILE_NOT_FOUND: The Application Manifest file 'ApplicationManifest.xml' is not found in the store."

Is it a known issue or could anyone help me out in this?

Thanks, Avinash

rfcdejong commented 5 years ago

I installed 1.2.1 using the ARM template and Azure DevOps release pipeline with Resource Group Deployment and then modified parameters to 1.2.2 and it upgraded without errors. Did you try to install it directly? Or is this issue fixed that i'm not running into any issues? 👍

novino commented 5 years ago

+@juhacket for ARM based SF app deployment. Double checked the 1.2.2 sfpkg package does have applicationmanifest.xml. @juhacket what could've gone wrong here ?

@avi1479, this isn't a known issue, could you paste your ARM snippet for SF application resource.