You need to use command line like mvn -Dnonoss -pl client jetty:run
Kelven On 9/13/13 1:56 PM, "Min Chen" <min.c...@citrix.com> wrote: >Hi there, > >Did anybody experience any issues in starting MS in latest master? I ran >into the following issue: > >org.springframework.beans.factory.BeanCreationException: Could not >autowire field: >org.apache.cloudstack.framework.config.dao.ConfigurationDao >org.apache.cloudstack.framework.config.impl.ConfigDepotImpl._configDao; >nested exception is >org.springframework.beans.factory.CannotLoadBeanClassException: Cannot >find class [com.cloud.ha.VmwareFencer] for bean with name 'VmwareFencer' >defined in class path resource [nonossComponentContext.xml]; nested >exception is java.lang.ClassNotFoundException: com.cloud.ha.VmwareFencer >at >org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostPr >ocessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.jav >a:287) >at >org.springframework.beans.factory.support.AbstractAutowireCapableBeanFacto >ry.populateBean(AbstractAutowireCapableBeanFactory.java:1106) >at >org.springframework.beans.factory.support.AbstractAutowireCapableBeanFacto >ry.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) > > >Thanks >-min