Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ServiceType was disabled on the node - Why?

Post Deployment, during activation, Service Fabric fails to activate my service with the error "The ServiceType was disabled on the node" Here is a screenshot. What could be wrong here?

like image 972
WhatsUp Avatar asked Apr 06 '17 18:04

WhatsUp


1 Answers

If the service fails to start on a node after several tries, SF will simply disable that type on the node and try to start it up somewhere else. You can see that in your screenshot, before it was disabled, there is an error that says it couldn't start: "There was an error during activation."

like image 97
Vaclav Turecek Avatar answered Jan 02 '23 20:01

Vaclav Turecek