Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 1056 invoked from network); 9 Mar 2010 16:14:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Mar 2010 16:14:57 -0000 Received: (qmail 38954 invoked by uid 500); 9 Mar 2010 16:14:29 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 38925 invoked by uid 500); 9 Mar 2010 16:14:29 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 38917 invoked by uid 99); 9 Mar 2010 16:14:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Mar 2010 16:14:29 +0000 X-ASF-Spam-Status: No, hits=-1.6 required=10.0 tests=NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_MED,SPF_NEUTRAL,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [169.232.46.166] (HELO out-61.smtp.ucla.edu) (169.232.46.166) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Mar 2010 16:14:21 +0000 Received: from smtp-12.smtp.ucla.edu (smtp-12.smtp.ucla.edu [169.232.46.245]) by out-61.smtp.ucla.edu with ESMTP id o29GDZvE026368; Tue, 09 Mar 2010 08:13:35 -0800 Received: from mail.ucla.edu (mail.ucla.edu [169.232.46.158]) by smtp-12.smtp.ucla.edu (8.14.3/8.14.3) with ESMTP id o29GDZvE026368 for ; Tue, 9 Mar 2010 08:13:35 -0800 Received: from [192.168.2.3] ([76.89.231.242]) (authenticated bits=0) by mail.ucla.edu (8.14.3/8.14.3) with ESMTP id o29GDYde013483 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 9 Mar 2010 08:13:35 -0800 Message-ID: <4B9673A0.7020003@humnet.ucla.edu> Date: Tue, 09 Mar 2010 08:13:20 -0800 From: Benjamin Keil User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: users@activemq.apache.org Subject: Re: 5.4 Snapshot: java.lang.NoClassDefFoundError: org/fusesource/commons/management/ManagementStrategy References: <27837709.post@talk.nabble.com> In-Reply-To: <27837709.post@talk.nabble.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Probable-Spam: no X-Spam-Hits: 1.5 X-Spam-Score: ** X-Spam-Report: NORMAL_HTTP_TO_IP,WEIRD_PORT X-Scanned-By: smtp.ucla.edu on 169.232.46.245 X-Virus-Checked: Checked by ClamAV on apache.org Hi Michael, What's needed in this case is the commons-management-1.0.jar. You can get it here: http://repo.fusesource.com/maven2/org/fusesource/commonman/commons-management/1.0/ Place it into the ${ACTIVEMQ_HOME}/lib directory, and you should be golden. Hope that works for you, Ben. mjustin wrote: > Hello, > > the current snapshot and some of the olders fail to start the admin console. > The log says: > > 2010-03-09 16:56:49,784 | INFO | ActiveMQ Console at > http://0.0.0.0:8161/admin | org.eclipse.jetty.util.log | main > 2010-03-09 16:56:49,945 | INFO | Initializing Spring root > WebApplicationContext | /camel | main > 2010-03-09 16:56:51,313 | ERROR | Context initialization failed | > org.springframework.web.context.ContextLoader | main > org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected > exception parsing XML document from ServletContext resource > [/WEB-INF/applicationContext.xml]; nested exception is > java.lang.NoClassDefFoundError: > org/fusesource/commons/management/ManagementStrategy