Skip to main content

Update Manager 6.5 issue ""interface com.vmware.vim.binding.integrity.VcIntegrity is not visible from class loader""



This post is related to the issue what we faced today when we replaced the SSL certificates in our setup. 

When I launched the web-client and access the update manager tab,  I get the message  "interface com.vmware.vim.binding.integrity.VcIntegrity is not visible from class loader"






I started off by restarting the VMWare vSphere Update Manager Service for the affected vCSA:

1. Log into vCenter using the administrator@vsphere.local account.
2. Home - System Configuration - Services - Restart



This did not resolve my issue... And we tried restarting all the services by SSH/Console into the affected server and run the following commands:

service-control --stop --all
service-control --start --all
Still no luck. 

Make sure the certs are applied and it gets reflected in the config file. ( verify if the thumbprint matches) 

root@homelab71 [ /usr/lib/vmware-updatemgr/bin ]# pwd
/usr/lib/vmware-updatemgr/bin

root@homelab71 [ /usr/lib/vmware-updatemgr/bin ]# ./updatemgr-util config -g | less


    <vci_vcIntegrity>
      <EsxTaskMax>10</EsxTaskMax>
      <LocalTaskMax>10</LocalTaskMax>
      <downloadAfterInstallation>true</downloadAfterInstallation>
      <encryptGuestInfo>true</encryptGuestInfo>
      <guestRebootTimeout>900</guestRebootTimeout>
      <guestShutdownTimeoutMinutes>10</guestShutdownTimeoutMinutes>
      <path>../lib/libvci-vcIntegrity.so</path>
      <toolsUpgradeTimeoutSec>1800</toolsUpgradeTimeoutSec>
      <toolsWaitTimeoutSec>600</toolsWaitTimeoutSec>
      <vimNameSpace>vim.version.version10</vimNameSpace>
      <vpxdLocation>http://deheremvc30.emea.adsint.biz:80/</vpxdLocation>
             <vpxdThumbprint>DD:DD:1D:C7:EF:D7:C7:E7:37:E7:55:57:55:55:55:55:57:57:55:55</vpxdThumbprint>
    </vci_vcIntegrity>


 Connect to the vCenter Server using SSH and run the following commands:

Re-try to replace the SSL certificates.

/usr/lib/vmware-updatemgr/bin/updatemgr-util refresh-certs
/usr/lib/vmware-updatemgr/bin/updatemgr-util register-vc
service-control --start vmware-updatemgr


Logout and login to the WebClient again. 

Verify that VMware Update Manager is accessible in the vSphere Web Client.

Popular posts from this blog

Fixing Tanzu Kubernetes Pod to External Services Connectivity Issues with NSX-T

Fixing Tanzu Kubernetes Pod to External Services Connectivity Issues with NSX-T Last month I got a call from a customer who was pulling their hair out over a networking issue. They had just deployed VMware Tanzu Kubernetes Grid on their vSphere with Tanzu environment, everything looked good in the dashboards, all pods were running, but their applications inside the pods could not reach external databases running on traditional VMs in the same datacenter. The frustrating part was that some pods could reach external services perfectly fine, while others would just timeout. There was no clear pattern. Let me tell you how we figured this out and fixed it. The Initial Problem Here is what the customer setup looked like: vSphere 8.0 with Tanzu enabled NSX-T 4.1.2 for networking Three Tanzu Kubernetes clusters running different microservices applications External PostgreSQL database running on traditional VMs (non-Kubernetes) External API services running on another se...

Troubleshooting vSAN Storage Policy Migration Failures in VMware Cloud Foundation 9.0

Recently I had a customer who migrated their VMware infrastructure from vSphere 7.0 to VMware Cloud Foundation 9.0. After the migration, they wanted to update their vSAN storage policies to take advantage of the new vSAN ESA (Express Storage Architecture) features. However, when they tried to change the storage policy for their production VMs, the operation kept failing with a cryptic error message. The error they were getting was: "Cannot complete operation due to insufficient resources to satisfy current storage policy." This was strange because they had plenty of disk space available. The vSAN cluster was only at 45% capacity, and all the hosts were healthy. Let me walk through how we troubleshooted and fixed this issue. Understanding the Problem First, let's understand what was happening in their environment: They had a 6-node vSAN cluster running VCF 9.0 vSAN was configured with the new ESA architecture They were trying to migrate VMs fro...

Unlocking VMware Cloud Foundation 9.0: A Strategic Blueprint for Enterprise Transformation

The evolution of VMware under Broadcom represents not disruption, but clarification—a focused vision toward unified private cloud excellence. As organizations navigate this transformation, the opportunity has never been greater to build truly modern, efficient, and powerful infrastructure with VMware Cloud Foundation. After architecting VMware solutions across diverse enterprise environments, I've observed a pattern: organizations that embrace VMware Cloud Foundation (VCF) strategically—rather than viewing the transition as a burden—emerge with significantly more capable, cost-effective, and future-ready infrastructure. This post shares a practical framework for successfully modernizing your VMware environment, maximizing your investment, and positioning your organization for the AI-driven, cloud-native future. Understanding the VMware Cloud Foundation Vision Let's start with clarity about what Broadcom and VMware are building: VMware Cloud Foundati...