Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 615B41004F for ; Wed, 9 Oct 2013 17:56:28 +0000 (UTC) Received: (qmail 63625 invoked by uid 500); 9 Oct 2013 17:56:26 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 63592 invoked by uid 500); 9 Oct 2013 17:56:25 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 63579 invoked by uid 99); 9 Oct 2013 17:56:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Oct 2013 17:56:24 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of darren.s.shepherd@gmail.com designates 209.85.217.181 as permitted sender) Received: from [209.85.217.181] (HELO mail-lb0-f181.google.com) (209.85.217.181) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Oct 2013 17:56:19 +0000 Received: by mail-lb0-f181.google.com with SMTP id u14so1096872lbd.12 for ; Wed, 09 Oct 2013 10:55:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=siidIrXUozGFFqDXmizzrcV/rqPOjGHv5N4VWABZfUk=; b=szyOTAr9prPjjx4Yyr4l+l10+dZTD5+yDb5lch251CgeF2sRGBP65onFGMsuvitjxU 56WPmyFiRu4jg/Ny7/0oBZ1WFYrFyAdH6NYWzaTJNLxT45grbBBE/kQV29H5yChA2rKG Md/qrWY9xrYxWM3RlDX3jLEgtWINZyqIOv9ldT5XYoCaLlcLbVly5kh3psuStfFEZz22 qI9eUvaENeZd29kYIrUi8urgq6s4QiHNTueYLe7XUpP2y7kkOtKBpfroS7UkHKax/0eh 6bxNAQs/xXYvLLHRmEp3d/dIuaMDwVzl2JFT2Ed06dXUh+3I8IuI5nz3TKVodEol1t8U 8nAg== MIME-Version: 1.0 X-Received: by 10.112.200.100 with SMTP id jr4mr2713710lbc.36.1381341358728; Wed, 09 Oct 2013 10:55:58 -0700 (PDT) Received: by 10.112.28.19 with HTTP; Wed, 9 Oct 2013 10:55:58 -0700 (PDT) In-Reply-To: References: <20131009171255.GA2378@cloud-2.local> Date: Wed, 9 Oct 2013 10:55:58 -0700 Message-ID: Subject: Re: master simulator build broken on ManagedContext From: Darren Shepherd To: "dev@cloudstack.apache.org" Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Prasanna, Try now. I pushed 0d7aa931b4892661df733cd1ba20fe139d13e59b for this. The issue was that at some point the package of ConfigDepotImpl was changed in some refactoring. The applicationContext was changed for this, but apparently somebody didn't check simulatorContext. The bean should never have been in simulatorContext, so I deleted it. Darren On Wed, Oct 9, 2013 at 10:30 AM, Darren Shepherd wrote: > I'll look at that. Gimme about 15 minutes. > > Darren > > On Wed, Oct 9, 2013 at 10:12 AM, Prasanna Santhanam wrote: >> Hi, >> >> on the simulator build in jenkins [1] on starting jetty I see the >> following issue: >> >> ERROR [o.s.w.c.ContextLoader] (main:null) Context initialization failed >> org.springframework.beans.factory.BeanCreationException: Error creating bean >> with name 'ManagedContext' defined in class path resource >> [applicationContext.xml]: Cannot create inner bean >> 'org.apache.cloudstack.context.CallContextListener#2fd0f745' of type >> [org.apache.cloudstack.context.CallContextListener] while setting bean property >> 'listeners' with key [0]; nested exception is >> org.springframework.beans.factory.BeanCreationException: Error creating bean >> with name 'org.apache.cloudstack.context.CallContextListener#2fd0f745': >> Injection of autowired dependencies failed; nested exception is >> org.springframework.beans.factory.BeanCreationException: Could not autowire >> field: com.cloud.utils.db.EntityManager >> org.apache.cloudstack.context.CallContextListener.entityMgr; nested exception >> is org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find >> class [org.apache.cloudstack.framework.config.ConfigDepotImpl] for bean with >> name 'configDepot' defined in class path resource >> [simulatorComponentContext.xml]; nested exception is >> java.lang.ClassNotFoundException: >> org.apache.cloudstack.framework.config.ConfigDepotImpl >> >> >> Can someone throw some light on this and how I can get the simulator build to >> run some basic tests per checkin again? >> >> Here's the steps to run the simulator on the dev environment: >> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Simulator+integration >> >> >> [1] http://jenkins.buildacloud.org/view/simulator/job/start-jetty/280/console >> -- >> Prasanna., >> >> ------------------------ >> Powered by BigRock.com >>