Return-Path: X-Original-To: apmail-qpid-users-archive@www.apache.org Delivered-To: apmail-qpid-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 501CC10FAE for ; Fri, 10 Jan 2014 14:47:01 +0000 (UTC) Received: (qmail 30882 invoked by uid 500); 10 Jan 2014 14:45:45 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 30717 invoked by uid 500); 10 Jan 2014 14:45:39 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 30584 invoked by uid 99); 10 Jan 2014 14:45:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jan 2014 14:45:33 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gsim@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jan 2014 14:45:28 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s0AEj6Ga002084 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 10 Jan 2014 09:45:07 -0500 Received: from [10.36.116.108] (ovpn-116-108.ams2.redhat.com [10.36.116.108]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s0AEj5Ys014024 for ; Fri, 10 Jan 2014 09:45:06 -0500 Message-ID: <52D007EB.8000301@redhat.com> Date: Fri, 10 Jan 2014 14:47:07 +0000 From: Gordon Sim Organization: Red Hat UK Ltd, Registered in England and Wales under Company Registration No. 3798903, Directors: Michael Cunningham (USA), Matt Parsons (USA), Charlie Peters (USA), Paul Hickey (Ireland) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: users@qpid.apache.org Subject: Re: qpidd failure on trunk References: <52D0062F.9070102@blueyonder.co.uk> In-Reply-To: <52D0062F.9070102@blueyonder.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-Virus-Checked: Checked by ClamAV on apache.org On 01/10/2014 02:39 PM, Fraser Adams wrote: > Hey all, > I've literally just done an svn update and a > mkdir bld > cd bld > cmake .. > make all > make install > > and tried to fire up qpidd --auth no > and it has barfed as follows: > > qpidd --auth no > 2014-01-10 14:33:11 [Store] notice Journal "TplStore": Created > 2014-01-10 14:33:11 [Store] notice Store module initialized; > store-dir=/home/fadams/.qpidd > 2014-01-10 14:33:12 [Store] notice Linear Store: Journal "TplStore":Created > 2014-01-10 14:33:12 [Store] notice Linear Store: EFP Manager > initialization complete > 2014-01-10 14:33:12 [Store] notice Linear Store: Store module > initialized; store-dir=/home/fadams/.qpidd > 2014-01-10 14:33:12 [Broker] error Multiple store plugins are not supported > 2014-01-10 14:33:12 [Store] notice Journal "TplStore": Destroyed > 2014-01-10 14:33:12 [Broker] critical Unexpected error: Failed to start > broker: Multiple store plugins were loaded > (/home/fadams/qpid/qpid-trunk/qpid/cpp/src/qpid/broker/Broker.cpp:423) > 2014-01-10 14:33:12 [Store] notice Linear Store: Journal > "TplStore":Destroyed > > I'm not actually using persistence as > a) I generally don't need it for my use cases and > b) There's currently no documentation for legacy store and linear store > and the last time I used persistence was the RedHat plugin - I'd > probably have a play if I knew where to begin but..... > > So is there currently something broken on trunk or is there some config > stuff I need to add/reset? You can't have two store modules loaded. Looks like install puts both libs in place though. Simplest is probably to delete the linearstore.so from your qpidd modules directory (else specify --no-module-dir and --load-module explicitly for those you want). However we should really also change the build or install to not get into that situation by default. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org