You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by Fraser Adams <fr...@blueyonder.co.uk> on 2014/01/10 15:39:43 UTC

qpidd failure on trunk

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?

Cheers,
Frase


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: qpidd failure on trunk

Posted by Fraser Adams <fr...@blueyonder.co.uk>.
On 10/01/14 14:47, Gordon Sim wrote:
>
> 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).
qpidd --auth no --no-module-dir

works fine, many thanks Gordon :-)

>
> However we should really also change the build or install to not get 
> into that situation by default.
That sounds like a good idea.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: qpidd failure on trunk

Posted by Gordon Sim <gs...@redhat.com>.
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