This is a known issue and it will be fixed in a future vCloud Usage Meter release.
Workaround:
To access the vCloud Usage Meter 4.7 web application, you need to change the permissions of the appliance certificate, keystore, and keys to the correct ones as root. After changing the permissions, restart the appliance.
Procedure
- Log in to vCloud Usage Meter 4.7 as root.
- Navigate to the directory where the Usage Meter certificate, keystore, and private key are located.
cd /opt/vmware/cloudusagemetering/platform/security
- Apply Read and Write permissions to the owner and group for the following files:
chmod 664 cacerts
chmod 664 keystore
chmod 664 sign-keystore
- Reboot the appliance.
reboot
- Check if the set permissions are applied.
ls -al
The user permissions of cacerts, keystore, and sign-keystore must have been changed to -rw-rw-r--.