Azure-Samples / service-fabric-dotnet-quickstart

Service Fabric quickstart .net application sample
MIT License
131 stars 199 forks source link

Voting deployed locally and party server - VotingData not working #5

Open drnic opened 6 years ago

drnic commented 6 years ago

I was following https://docs.microsoft.com/en-gb/azure/service-fabric/service-fabric-quickstart-dotnet

Visual Studio's Publish output finishes with:

2>Service Status:
2>fabric:/Voting/VotingData is not ready, 1 partitions remaining.
2>fabric:/Voting/VotingWeb is ready.
2>
2>Something is taking too long, the application is still not ready.
2>Finished executing script 'Get-ServiceFabricApplicationStatus'.

Service Fabric Explorer on a party server looks like:

service-fabric-error

I got a similar error when initially publishing locally.

Any tips or suggestions for further debugging?

mikkelhegn commented 6 years ago

@drnic Looks like you are targeting a Linux server. The Voting sample is built agains .net framework and will not run on Linux as is.