2026-04-17T13:06:15,280 WARN (localhost-startStop-3) [;;;] org.springframework.web.context.support.XmlWebApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'groupDataService': Unsatisfied dependency expressed through field 'calculatorNotificationService';
vIDM 3.3.7 Three node cluster
This can be caused by corruption of the bundle cache during the outage:
/opt/vmware/horizon/bundleCache
Recreate the directory by following the steps below:
1. SSH into the vIDM appliance as the root user.
2. Stop the Workspace service
service horizon-workspace stop
3. Remove the corrupted bundle cache
rm -rf /opt/vmware/horizon/bundleCache
4. Recreate the directory manually and set the correct ownership
mkdir -p /opt/vmware/horizon/bundleCache
chown horizon:www /opt/vmware/horizon/bundleCache
5. Start the Workspace service
service horizon-workspace start
Note that this type of outage can cause multiple issues by impacting other config files so there may be many issues in the environment similar to the below: