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 433C110127 for ; Mon, 23 Sep 2013 17:46:07 +0000 (UTC) Received: (qmail 83827 invoked by uid 500); 23 Sep 2013 17:46:00 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 83797 invoked by uid 500); 23 Sep 2013 17:45:59 -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 83753 invoked by uid 99); 23 Sep 2013 17:45:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Sep 2013 17:45:57 +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 (athena.apache.org: domain of darren.s.shepherd@gmail.com designates 74.125.82.177 as permitted sender) Received: from [74.125.82.177] (HELO mail-we0-f177.google.com) (74.125.82.177) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Sep 2013 17:45:52 +0000 Received: by mail-we0-f177.google.com with SMTP id t60so3360744wes.36 for ; Mon, 23 Sep 2013 10:45:31 -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=TmEA2G9yBMUXarvCG6liw81T9p3IUwXBgq0T5sZ2Cm8=; b=w4gvcI47P5kH1ZbJ7iRrq38m1sg053msCb62BOOUTN/2eg2s47pwiKoJ6BwJR+7rwM L+NfGo4RcZ7Zu4D6I+d1G9bM/6v87XpqAIfTl3D28A2en5RbK1kXq5cdaoRLcDntFYo+ is4RftTICZ2VEqRyl/u7dqXweAxq1QaVCkQmHr2sjjGhayCWV9VwaKhPAUaYCbua8+1V 4UG5eTFYV88O/flpbvNa+wZZDQmKZ4UqFq4lFod9emGsigSqJddiBSooJRjh8zBIhYoo xFxY9Cid0Z3jAKuentpzun99MNKcNJct2mDYcn3+U8s/6B73mIuqXSM22lV58oEN1zu3 387g== MIME-Version: 1.0 X-Received: by 10.181.11.163 with SMTP id ej3mr14273274wid.47.1379958331360; Mon, 23 Sep 2013 10:45:31 -0700 (PDT) Received: by 10.216.152.9 with HTTP; Mon, 23 Sep 2013 10:45:31 -0700 (PDT) In-Reply-To: References: Date: Mon, 23 Sep 2013 10:45:31 -0700 Message-ID: Subject: Re: Upgrade from 4.1.1 to 4.2.0 failed: Error creating bean with name 'apiDBUtils' 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 >From the spring log it seems it can't find GlobalLoadBalancingRulesService. That is defined in componentContext.xml. Is it possible you have a customized version of componentContext.xml? If you did you need to merge your customizations into the new componentContext.xml shipped with 4.2. Darren On Mon, Sep 23, 2013 at 10:21 AM, Animesh Chaturvedi wrote: > Can you post the log, mailing list will not take an attachment, so you can create a JIRA ticket and put in the log as attachment. > > Thanks > Animesh > >> -----Original Message----- >> From: Indra Pramana [mailto:indra@sg.or.id] >> Sent: Monday, September 23, 2013 10:10 AM >> To: users@cloudstack.apache.org; dev@cloudstack.apache.org >> Subject: Upgrade from 4.1.1 to 4.2.0 failed: Error creating bean with >> name 'apiDBUtils' >> >> Dear all, >> >> Apologise, reposting this issue since the subject on the earlier thread >> might not be clearly depicting the problem. >> >> I tried to perform upgrade of CloudStack version 4.1.1 to 4.2.0, and I >> am not able to access the CloudStack GUI after the upgrade. >> >> I am able to start the cloudstack-management service: >> >> root@cs-mgmt-01:/usr/share# service cloudstack-management start >> * Starting CloudStack-specific Tomcat servlet engine cloudstack- >> management [ OK ] >> >> However, I am not able to access the GUI with this error message: >> >> ===== >> HTTP Status 404 - >> >> type Status report >> >> message >> >> description The requested resource () is not available. >> Apache Tomcat/6.0.35 >> ===== >> >> I am getting this error message on >> /var/log/cloudstack/management/management-server.log: >> >> ===== >> 2013-09-23 21:36:57,003 ERROR [web.context.ContextLoader] (main:null) >> Context initialization failed >> org.springframework.beans.factory.BeanCreationException: Error creating >> bean with name 'apiDBUtils': Injection of autowired dependencies failed; >> ===== >> >> Full log can be found here: http://pastebin.com/0FP9itAf >> >> Any help is greatly appreciated, thank you.