- SSH to the Cloud Builder VM and change to root user:
su -
- Backup the /opt/vmware/bringup/webapps/bringup-app/lib/bringup-adapters-3.9.0-RELEASE.jar file.
cp /opt/vmware/bringup/webapps/bringup-app/lib/bringup-adapters-3.9.0-RELEASE.jar /opt/vmware/bringup/webapps/bringup-app/lib/bringup-adapters-3.9.0-RELEASE.jar.bk
- Using a file transfer utility, like WinSCP, move the attached bringup-adapters-3.9.0-RELEASE.jar to /home/admin. On the SSH, move the file to /opt/vmware/bringup/webapps/bringup-app/lib/, overwriting the current file.
mv /home/admin/ringup-adapters-3.9.0-RELEASE.jar /opt/vmware/bringup/webapps/bringup-app/lib/bringup-adapters-3.9.0-RELEASE.jar
- Run the below command to set the permissions on the file:
chown vcf_bringup:vcf /opt/vmware/bringup/webapps/bringup-app/lib/bringup-adapters-3.9.0-RELEASE.jar
- Restart the vcf-bringup service:
systemctl restart vcf-bringup
- Wait for the bringup service to restart and then restart the failed task.