I'm running into the following spring exception when starting up the mgmt. server on latest master:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiDiscoveryServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected java.util.List org.apache.cloudstack.discovery.ApiDiscoveryServiceImpl._services; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'VmwareManager' defined in class path resource [nonossComponentContext.xml]: BeanPostProcessor before instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: ListVmwareDcsCmd at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:287) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1106) . . Looks like the ListVmwareDcsCmd bean is missing - I tried adding it to applicationContext.xml.in and even nonosscomponentContext.xml.in, but that isn't fixing the issue, and it's unclear to me why that's happening. Sateesh/team, can you please take a look? Cheers! Regards, Vijay