Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 86122 invoked from network); 13 Nov 2009 10:34:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Nov 2009 10:34:35 -0000 Received: (qmail 89110 invoked by uid 500); 13 Nov 2009 10:34:35 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 89083 invoked by uid 500); 13 Nov 2009 10:34:35 -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 89073 invoked by uid 99); 13 Nov 2009 10:34:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Nov 2009 10:34:35 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gary.tully@gmail.com designates 209.85.218.215 as permitted sender) Received: from [209.85.218.215] (HELO mail-bw0-f215.google.com) (209.85.218.215) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Nov 2009 10:34:31 +0000 Received: by bwz7 with SMTP id 7so3476812bwz.6 for ; Fri, 13 Nov 2009 02:34:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=0R1BLuzjNYYsw9bKfvQJXNjii5EWKngXmgN+4ok/Azo=; b=VgyNp4TsU/NJoVFKJ66KI9UjTgQWB7luIMbr/tqvbKCccy8SIWGF1GKA/5vvh52kl6 T36coZOENJlo/nKT6eKVNzlZDotcCZkRwG32ZqWxjxUKzIWFv4eleEbkvZyY1eyCtzOk o+flxTuU072khSGR4jsP+IoRYVinLhh67/YhQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=iTn+7XrE10N0kYWaYyOSl6jA5776xsAZ1heqjQHFpK1NrndcNdGf7O+WiGDavs5r6Y aIyqfH2+ru73m8EXtUCLNFqyTh+m8DugwaDO8lpNZeVI1e8GYxcgr6PgJLVfRM6lwrxm +ByC3SGkTX62Y0Rt6X3XE1DSIOk6qJRYCaFsw= MIME-Version: 1.0 Received: by 10.204.33.193 with SMTP id i1mr1095681bkd.75.1258108449505; Fri, 13 Nov 2009 02:34:09 -0800 (PST) In-Reply-To: <26332080.post@talk.nabble.com> References: <26332080.post@talk.nabble.com> Date: Fri, 13 Nov 2009 10:34:09 +0000 Message-ID: <3a73c17c0911130234k1421db4ax62fb4788f691f158@mail.gmail.com> Subject: Re: Active MQ 5.3 not starting up when migrated from ActiveMq 5.2. From: Gary Tully To: users@activemq.apache.org Content-Type: multipart/alternative; boundary=000325557a7638c29e04783e33a9 --000325557a7638c29e04783e33a9 Content-Type: text/plain; charset=ISO-8859-1 You need to change your schema namespace. 5.3 just has xbean handlers for the namespace: "http://activemq.apache.org/schema/core" 5.2 had handlers for "http://activemq.apache.org/schema/core" and " http://activemq.org/config/1.0" The config/1.0 namespace is not being maintained. Check out the difference between your config and the default activemq.xml that ships with 5.3.0 to see the required namespace change. http://svn.apache.org/viewvc/activemq/tags/activemq-5.3.0/assembly/src/release/conf/activemq.xml?view=markup 2009/11/13 ajitgirish > > Hi, > > I am facing one issue when we migrate our application from ActiveMq5.2 to > ActiveMq5.3. > > We are using the same configuration xml file that we used for the earlier > version. > > With the older version the broker used to start without any issues , but > with the latest version the Mq is not getting started. In the > 'activemq.log' > logs i am getting the following message:- > > 2009-11-08 14:56:44,706 [erSimpleAppMain] DEBUG XBeanBrokerFactory > - Now attempting to figure out the type of resource: > file:/home/dg/sorter/activemq/conf/sorter.xml > > > I am attaching the 'activemq-wrapper.log' which I captured while I tried > starting the ActiveMq broker. > > > > Also pasting the content of the Configuration file below:- > beans > xmlns="http://www.springframework.org/schema/beans" > xmlns:amq="http://activemq.org/config/1.0" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://www.springframework.org/schema/beans > http://www.springframework.org/schema/beans/spring-beans-2.0.xsd > http://activemq.org/config/1.0 > http://activemq.apache.org/schema/activemq-core.xsd > http://activemq.apache.org/camel/schema/spring > http://activemq.apache.org/camel/schema/spring/camel-spring.xsd"> > > > > class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/> > > > brokerName="${activemq.host}" > dataDirectory="${activemq.base}/data" > advisorySupport="false"> > > > > > uri="tcp://localhost:61616?wireFormat.maxInactivityDuration=-1"/> > uri="ssl://localhost:61619?wireFormat.maxInactivityDuration=-1"/> > > > > > > > > > > > > > > jmxDomainName="org.apache.activemq"/> > > > > > > > > > > > > > > > > > > > > > resourceBase="${activemq.base}/webapps/admin"/> > > > > > > > Is there any modification that is required to run the latest version of > ActiveMq in the configuration file. > > Please advice. > > Thanks , > Ajit > -- > View this message in context: > http://old.nabble.com/Active-MQ-5.3-not-starting-up-when-migrated-from-ActiveMq-5.2.-tp26332080p26332080.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > -- http://blog.garytully.com Open Source Integration http://fusesource.com --000325557a7638c29e04783e33a9--