Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Duplicate
-
None
-
None
Description
Reported in thread qpidd failure on trunk for 0.27
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
It's easily fixable by manually deleting one or other of the store modules (I deleted legacystore.so) but it'd be better for qpidd to "just work" by default.