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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to