Log details from /opt/vmware/hms/logs/hms.log
root@vsr [ ~ ]# cat /opt/vmware/hms/logs/hms.log | grep -v -e 'INFO' -e 'DEBUG' -e 'TRACE'
2019-06-10 08:50:31.574 WARN org.hibernate.orm.deprecation [main] (..hibernate.id.SequenceGenerator) | HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details.
2019-06-10 08:50:31.574 WARN org.hibernate.orm.deprecation [main] (..hibernate.id.SequenceGenerator) | HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details.
2019-06-10 08:50:31.575 WARN org.hibernate.orm.deprecation [main] (..hibernate.id.SequenceGenerator) | HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details.
2019-06-10 08:50:31.575 WARN org.hibernate.orm.deprecation [main] (..hibernate.id.SequenceGenerator) | HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details.
2019-06-10 08:50:40.952 WARN com.vmware.hcs.gateway.vcd.VcdGatewayProperties [main] (..gateway.vcd.VcdGatewayProperties) | Couldn't find a property 'vcd-vapp-monitor-polling-interval'. Using the default.
2019-06-10 08:50:40.953 WARN com.vmware.hcs.gateway.vcd.VcdGatewayProperties [main] (..gateway.vcd.VcdGatewayProperties) | Couldn't find a property 'vcd-vapp-status-timeout'. Using the default.
2019-06-10 08:50:40.954 WARN com.vmware.hcs.gateway.vcd.VcdGatewayProperties [main] (..gateway.vcd.VcdGatewayProperties) | Couldn't find a property 'vcd-task-polling-admin-query'. Using the default.
2019-06-10 08:50:40.954 WARN com.vmware.hcs.gateway.vcd.VcdGatewayProperties [main] (..gateway.vcd.VcdGatewayProperties) | Couldn't find a property 'service.name'. Using the default.
2019-06-10 08:50:40.966 WARN com.vmware.hcs.gateway.vcd.VcdGatewayProperties [main] (..gateway.vcd.VcdGatewayProperties) | Couldn't find a property 'service.namespace'. Using the default.
2019-06-10 08:50:40.966 WARN com.vmware.hcs.gateway.vcd.VcdGatewayProperties [main] (..gateway.vcd.VcdGatewayProperties) | Couldn't find a property 'service.vcloud-namespace'. Using the default.
2019-06-10 08:50:40.966 WARN com.vmware.hcs.gateway.vcd.VcdGatewayProperties [main] (..gateway.vcd.VcdGatewayProperties) | Couldn't find a property 'service.view-right-name'. Using the default.
2019-06-10 08:50:40.967 WARN com.vmware.hcs.gateway.vcd.VcdGatewayProperties [main] (..gateway.vcd.VcdGatewayProperties) | Couldn't find a property 'service.manage-right-name'. Using the default.
2019-06-10 08:50:40.967 WARN com.vmware.hcs.gateway.vcd.VcdGatewayProperties [main] (..gateway.vcd.VcdGatewayProperties) | Couldn't find a property 'service.admin-right-name'. Using the default.
2019-06-10 08:50:40.968 WARN com.vmware.hcs.gateway.vcd.VcdGatewayProperties [main] (..gateway.vcd.VcdGatewayProperties) | Couldn't find a property 'service.view-right-vcd-form'. Using the default.
2019-06-10 08:50:40.968 WARN com.vmware.hcs.gateway.vcd.VcdGatewayProperties [main] (..gateway.vcd.VcdGatewayProperties) | Couldn't find a property 'service.manage-right-vcd-form'. Using the default.
2019-06-10 08:50:40.970 WARN com.vmware.hcs.gateway.vcd.VcdGatewayProperties [main] (..gateway.vcd.VcdGatewayProperties) | Couldn't find a property 'vcd-client-connect-timeout'. Using the default.
2019-06-10 08:50:40.970 WARN com.vmware.hcs.gateway.vcd.VcdGatewayProperties [main] (..gateway.vcd.VcdGatewayProperties) | Couldn't find a property 'vcd-client-read-timeout'. Using the default.
[]
2019-06-10 08:50:52.496 WARN com.vmware.jvsl.sessions.net.VcVimServiceVersions [main] (..sessions.net.VcVimServiceVersions) | Latest VC VMODL version '6.7.2' is not supported.
2019-06-10 08:50:52.750 ERROR com.vmware.hms.HmsService [main] (..vmware.hms.HmsService) | stage 1 starting...FAILED
2019-06-10 08:50:52.754 FATAL hms [main] (..vmware.hms.App) |
HMS SERVER ERROR
java.lang.RuntimeException: HMS Server failed to start successfully:
at com.vmware.hms.HmsService.startupProcedureStage1(HmsService.java:249)
at com.vmware.hms.HmsService.onRefresh(HmsService.java:447)
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:880)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:545)
at com.vmware.jvsl.util.SpringService.init(SpringService.java:152)
at com.vmware.jvsl.util.SpringService.init(SpringService.java:125)
at com.vmware.jvsl.util.SpringService.<init>(SpringService.java:61)
at com.vmware.hms.HmsSingletonSpringService.<init>(HmsSingletonSpringService.java:124)
at com.vmware.hms.HmsSingletonSpringService.init(HmsSingletonSpringService.java:99)
at com.vmware.hms.App.main(App.java:118)
Caused by: java.lang.NullPointerException
at com.vmware.hms.monitor.host.HostInventoryManagerImpl.loadHostVersion(HostInventoryManagerImpl.java:650)
at com.vmware.hms.monitor.host.HostInventoryManagerImpl.lambda$0(HostInventoryManagerImpl.java:630)
at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660)
at com.vmware.hms.monitor.host.HostInventoryManagerImpl.getHostVersion(HostInventoryManagerImpl.java:630)
at com.vmware.hms.vmcrypt.hks.impl.HostKeyServiceImpl.getHostDatastoreMounts(HostKeyServiceImpl.java:141)
at com.vmware.hms.vmcrypt.hks.impl.HostKeyServiceImpl.init(HostKeyServiceImpl.java:95)
at com.vmware.hms.HmsService.startupProcedureStage1(HmsService.java:232)
... 9 more