/var/log/vmware/vpxd-svcs/vpxd-svcs.log:
[YYYY-MM-DDTHH:MM:SS] [main [] INFO com.vmware.vim.dataservices.VpxdSvcsMain opId=] Starting service via vmon[YYYY-MM-DDTHH:MM:SS] [main [] WARN org.springframework.context.support.ClassPathXmlApplicationContext opId=] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'isAccessLogCreated' defined in class path resource [server-config.xml]: Could not resolve placeholder 'dataservice.access.logging.maxDays' in value "${dataservice.access.logging.maxDays}"; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'dataservice.access.logging.maxDays' in value "${dataservice.access.logging.maxDays}"[YYYY-MM-DDTHH:MM:SS] [main [] ERROR com.vmware.vim.dataservices.VpxdSvcsMain opId=] start: Tagging and Authz services failed to startorg.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'isAccessLogCreated' defined in class path resource [server-config.xml]: Could not resolve placeholder 'dataservice.access.logging.maxDays' in value "${dataservice.access.logging.maxDays}"; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'dataservice.access.logging.maxDays' in value "${dataservice.access.logging.maxDays}"
"vpxdsvcs.version=12
> dataservice.access.logging.maxDays=0
> dataservice.access.logging.checkExists=true
> dataservice.access.logging.maxSize=1048576
> dataservice.access.logging.frequencySeconds=600"
1.Take a backup of the file :
cp /var/lib/vmware/vpxd-svcs/config/dataservice.properties /root/
--
dataservice.access.logging.maxDays=0
dataservice.access.logging.checkExists=true
dataservice.access.logging.maxSize=1048576
dataservice.access.logging.frequencySeconds=600
--
2.Start vpxd-svcs.
Note: Make sure you have a backup of the file before performing any modification: /var/lib/vmware/vpxd-svcs/config/dataservice.properties.