I don't see a fix checked in for that, my merged branch is ahead of master. It
looks like it is due to the SSP Plugin checkin yesterday. If I had to guess the
component is not included in the client/pom.xml. I commented out the plugin in
my branch (removed it from componentContext.xml.in) and I can run the image now.
-Soheil
Administrators-MacBook-Pro-7:client seizadi$ pwd
/Users/seizadi/cloudstack/infoblox_branch/cloudstack/client
Administrators-MacBook-Pro-7:client seizadi$ fgrep "cloud-plugin-network"
pom.xml
<artifactId>cloud-plugin-network-nvp</artifactId>
<artifactId>cloud-plugin-network-ovs</artifactId>
<artifactId>cloud-plugin-network-elb</artifactId>
<artifactId>cloud-plugin-network-vns</artifactId>
<artifactId>cloud-plugin-network-midonet</artifactId>
<artifactId>cloud-plugin-network-internallb</artifactId>
<artifactId>cloud-plugin-network-infoblox</artifactId>
<artifactId>cloud-plugin-network-f5</artifactId>
<artifactId>cloud-plugin-network-netscaler</artifactId>
<artifactId>cloud-plugin-network-srx</artifactId>
<artifactId>cloud-plugin-network-cisco-vnmc</artifactId>
________________________________________
From: Min Chen [[email protected]]
Sent: Wednesday, June 26, 2013 11:07 AM
To: [email protected]
Subject: Re: Master build problem
I got latest master and able to start MS. I think that Prasanna has fixed
that with a later checkin.
Thanks
-min
On 6/26/13 11:02 AM, "Soheil Eizadi" <[email protected]> wrote:
>I merged the latest master into my branch and could not run it. I
>switched to master branch and built it but can not run it either, has
>anyone else seen this problem with sspCredentialDaoImpl?
>
>ERROR [web.context.ContextLoader] (main:) Context initialization failed
>org.springframework.beans.factory.BeanCreationException: Error creating
>bean with name 'actionEventUtils': Injection of autowired dependencies
>failed; nested exception is
>org.springframework.beans.factory.BeanCreationException: Could not
>autowire field: com.cloud.event.dao.EventDao
>com.cloud.event.ActionEventUtils.eventDao; nested exception is
>org.springframework.beans.factory.CannotLoadBeanClassException: Cannot
>find class [com.cloud.network.dao.SspCredentialDaoImpl] for bean with
>name 'sspCredentialDaoImpl' defined in class path resource
>[componentContext.xml]; nested exception is
>java.lang.ClassNotFoundException:
>com.cloud.network.dao.SspCredentialDaoImpl