Service Fabric not starting (One Node Mode Only)
Poolitzer80 opened this issue · 3 comments
When i start my applications in One Node Cluster Mode, All my Services start with an error.
In 5 Node Cluster Mode, the applications starts properly.
I attached my logfiles and traces for Analysis.
https://1drv.ms/u/s!BPhMLEnrZ0jLlzFj763T3qZgum3t?e=gPpPULov9Euhd1DEoh5ftA&at=9
Tracked down the issue in this thread on Developer Community (https://developercommunity.visualstudio.com/content/problem/713404/cant-start-service-fabric-one-node-only.html). It ended up being an issue with the Get-Content Powershell command defaulting to ASCII encoding unless explicitly overriden with -Encoding UTF8. A couple of the Service Fabric SDK Powershell scripts and modules need to be updated to add -Encoding UTF8 anywhere there's a call to Get-Content in order to properly support paths with Unicode characters in them.
Closing as this was fixed in the 16.4 release of the tooling