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 401 forks source link

Service Fabric Activation Error #868

Open TLena opened 7 years ago

TLena commented 7 years ago

Hello,

During launching of Service Farbric Application I got the error

Error event: SourceId='System.Hosting', Property='CodePackageActivation:Code:EntryPoint'. There was an error during CodePackage activation.The service host terminated with exit code:2147516556

Team, could you be so kind to provide any details regarding 2147516556? What exactly this status code means?

Thank you in advance.

vturecek commented 7 years ago

What are you running in your application? That exit code is from your service process so it's hard to tell.. just searching around a bit I don't see much for that error code.

masnider commented 6 years ago

@TLena yeah that error code doesn't look like one that's coming from inside Service Fabric or the OS. Can you instrument your code and try to capture the stack trace where you're running into this?