microsoft / service-fabric-issues

This repo is for the reporting of issues found with Azure Service Fabric.
168 stars 21 forks source link

GetImages(): Failed communication with docker with error: FABRIC_E_SERVICE_OFFLINE #1618

Closed hugginssd closed 4 years ago

hugginssd commented 4 years ago

I installed the Server Fabric on the On-Premise production environment. But after installation it give the following docker communication error yet i didn't even install docker on my Server Fabric. Can't figure out what to do with this error and i'm thinking it's one of the errors failing me to deploy Dynamics 365 Finance and Operations.

EventData

id
type ProcessActivationManager text GetImages(): Failed communication with docker with error: FABRIC_E_SERVICE_OFFLINE

Image 1 image

Image 2 image

Image 3 image

Image 4 image

Any help please!!

masnider commented 4 years ago

Are you sure that this application doesn't require Docker?

At this point, what is the status of the cluster? Is the cluster overall up and healthy?

tugup commented 4 years ago

Are you running containers? If not, then add a config DisableContainers to true in your cluster manifest under Hosting Section.

hugginssd commented 4 years ago

Ok thanks for your efforts guys!! I managed to resolve the issue.