/opt/vmware/vcloud-director/logs/vcloud-container-debug.log of the form:updateFailedJob(com.vmware.ssdc.library.exceptions.VimTimedoutException)... Caused by: (vim.fault.Timedout) { faultCause = null, faultMessage = null/var/log/vmware/vpxd/vpxd.log of the form:
<timestamp> info vpxd[#######] [Originator@#### sub=vmomi.soapStub[######] opID=vcd-########-####-####-####-############;activity=urn:uuid:########-####-####-####-############-##] SOAP request returned HTTP failure; <<io_obj p:0x0000############, h:##, <UNIX ''>, <UNIX '/var/run/envoy-hgw/hgw-pipe'>>, /hgw/host-####/vpxa>, method: renewHttpTicket; code: 500(Internal Server Error); fault: (vmodl.fault.RequestCanceled) { --> faultCause = (vmodl.MethodFault) null, --> faultMessage = <unset> --> msg = "Received SOAP response fault from [<<io_obj p:0x0000############, h:##, <UNIX ''>, <UNIX '/var/run/envoy-hgw/hgw-pipe'>>, /hgw/host-####/vpxa>]: renewHttpTicket --> " --> }
Error from VPXA Log on the ESX host:
<timestamp> info vpxa[####]: [Originator@#### sub=HttpNfcTicket opID=vcd-########-####-####-####-############;activity=urn:uuid:########-####-####-####-############-##] [HTTP-NFC-TICKET] Expiring tickets...<timestamp> info vpxa[####]: [Originator@#### sub=HttpNfcTicket opID=vcd-########-####-####-####-############;activity=urn:uuid:########-####-####-####-############-##] [HTTP-NFC-TICKET] Scheduling expiry for timeout[1197] sec.<timestamp> info vpxa[####]: [Originator@#### sub=HttpNfcTicket opID=vcd-########-####-####-####-############;activity=urn:uuid:########-####-####-####-############-##] [HTTP-NFC-TICKET] Expiry done...<timestamp> info vpxa[####]: [Originator@#### sub=HttpNfcTicket opID=########] [HTTP-NFC-TICKET-MGR] Not renewing ticket due to no progress: ########-####-####-####-############<timestamp> info vpxa[####]: [Originator@#### sub=HttpNfcTicket opID=########] [HTTP-NFC-TICKET ########-####-####-####-############] RevokedThis can occur when the NFC lease in vSphere used by Cloud Director to deploy the OVF and associated files is timing out due to the size and rate of transfer of the files.
To resolve the issue the NFC time out can be increased as per the vCenter knowledge base article here:
Example steps would be as follows:
config.httpNfcTicket.timeoutPeriodMinuteconfig.httpNfcTicket.renewalPeriod
NOTE: If they are not already present then they need to be added.
| Name | Value |
| config.httpNfcTicket.timeoutPeriodMinute | 60 |
| config.httpNfcTicket.renewalPeriod | 3600 |