Darren Clevenger
Darren Clevenger

Reputation: 53

Can't create on premise service fabric cluster using the powershell scripts

When I attempt to create a cluster using the CreateServiceFabricCluster.ps1 script I get the following error: "JSON config is invalid. Check syntax/model.: System.IO.FileNotFoundException: Could not load file or assembly 'Newtonsoft.Json, Version=6.0.0.0...". I have tried this three different systems (2012 R2, and two 2016 servers) with the same results. I'm using runtime version 5.3.3.11 and SDK version 2.3.311.

Upvotes: 0

Views: 192

Answers (1)

Darren Clevenger
Darren Clevenger

Reputation: 53

I found the problem. You can't have the Service Fabric Runtime or SDK installed on the same machine you are building the cluster on. Once I removed both of those I was able to create the cluster.

Upvotes: 2

Related Questions