VMware Cloud Community
ballnag
Contributor
Contributor

Vsphere 7.0U2 is throwing "A fatal error has occurred. Unable to continue." during ovf deployment

HI,

I am using vsphere 7.0.2 version and when I try to deploy an ovf , It throws error "A fatal error has occurred. Unable to continue."  when selecting ESX host under "Select a compute resource". 

This VC has been upgraded to 7.0.2 from 7.0 versions. When this setup was in 7.0.0,7.0.1 I was bale to deploy ovf files without any issues. In order to isolate issue with VC or ESX , I tried to deploy ovf directly on ESX which successful. ESX are also same versions as VC.

This issue was seen on 3 different vSphere which are in 7.0.2d

Can somebody help on how to resolve this?? 

Reply
0 Kudos
4 Replies
gangadharbk7
Contributor
Contributor

 

 For same issue, in our  env vcenter 7.0  "content library service was down" after starting this service able to deploy ovf.

Hope this helps.

DavidCarter
Contributor
Contributor

Thank you. This was my issue.

Neal_Stearns
Contributor
Contributor

Thank you, this also resolved my issue

Reply
0 Kudos
helba
Contributor
Contributor

Access via SSH

Run the following command to check the Content Library services status

service-control --status vmware-content-library

if the service STOPPED , run the following command to start

service-control --start vmware-content-library

 

Reply
0 Kudos