Reputation: 21
The Service Fabric runtime cab used to be part of the standalone package, but appears to have been removed in the latest release. As far as I can tell, the new DownloadServiceFabricRuntimePackage.ps1 script should do the job of retrieving it when creating a cluster. However, running the new script fails with the below error. Where can I manually download the latest CAB please?
"Runtime package cannot be downloaded. Check you internet connectivity. If the cluster is not connected to the internet use DownloadServiceFabricRuntimePackage.ps1 script to download the latest package. Then run CreateServiceFabricCluster.ps1 -ClusterConfigur ationFilePath -FabricRuntimePackagePath to create the cluster. Exception thrown : System.IO.FileNotFoundException: Cannot find Fabric resource file ClusterSettings.json in C:\Program Files\Microsoft Service Fabric \bin\fabric\fabric.code C:\Windows\Microsoft.Net\assembly\GAC_64\Microsoft.ServiceFabric.DeploymentManager\v4.0_5.0.0.0__31bf3856ad364e35. at Microsoft.ServiceFabric.DeploymentManager.Common.StandaloneUtility.FindFabricResourceFile(String filename) at Microsoft.ServiceFabric.DeploymentManager.Common.StandaloneUtility.GetGoalStateUri() at Microsoft.ServiceFabric.DeploymentManager.DeploymentManagerInternal.d__10.MoveNext()"
Thanks, Hans
Upvotes: 0
Views: 1167
Reputation: 21
Ok, I found the needed link on https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-cluster-creation-for-windows-server here.
Hans
Upvotes: 1