Description of problem: The store module supports management objects for the store itself and for each journal. However these are no longer showing up in e.g. qpid-tool. This is because the store is not registering them. Version-Release number of selected component (if applicable): qpid-cpp-server-store-0.10-8.el5 How reproducible: 100% Steps to Reproduce: 1. start broker with store loaded 2. run qpid-tool 3. type schema and look for store and journal classes Actual results: None are found Expected results: Classes are found e.g. QMF Classes: Package Name Kind ====================================================== com.redhat.rhm.store store object com.redhat.rhm.store journal object Additional info: Regression caused by http://viewvc.jboss.org/cgi-bin/viewvc.cgi/rhmessaging?view=revision&revision=4446
Created attachment 521087 [details] Possible fix
Fixed upstream as: http://viewvc.jboss.org/cgi-bin/viewvc.cgi/rhmessaging?view=revision&revision=4476
See also bug 760112
Tested using the following packages: RHEL6.2 python-qpid-0.14-1.el6 python-qpid-qmf-0.14-3.el6 qpid-cpp-client-0.14-1.el6 qpid-cpp-client-devel-0.14-1.el6 qpid-cpp-client-devel-docs-0.14-1.el6 qpid-cpp-client-rdma-0.14-1.el6 qpid-cpp-client-ssl-0.14-1.el6 qpid-cpp-debuginfo-0.14-1.el6 qpid-cpp-server-0.14-1.el6 qpid-cpp-server-cluster-0.14-1.el6 qpid-cpp-server-devel-0.14-1.el6 qpid-cpp-server-rdma-0.14-1.el6 qpid-cpp-server-ssl-0.14-1.el6 qpid-cpp-server-store-0.14-1.el6 qpid-cpp-server-xml-0.14-1.el6 qpid-qmf-0.14-3.el6 qpid-qmf-devel-0.14-3.el6 qpid-tools-0.14-1.el6 RHEL5.7 python-qpid-0.14-1.el5 python-qpid-qmf-0.14-2.el5 qpid-cpp-client-0.14-4.el5 qpid-cpp-client-devel-0.14-4.el5 qpid-cpp-client-devel-docs-0.14-4.el5 qpid-cpp-client-rdma-0.14-4.el5 qpid-cpp-client-ssl-0.14-4.el5 qpid-cpp-mrg-debuginfo-0.14-4.el5 qpid-cpp-server-0.14-4.el5 qpid-cpp-server-cluster-0.14-4.el5 qpid-cpp-server-devel-0.14-4.el5 qpid-cpp-server-rdma-0.14-4.el5 qpid-cpp-server-ssl-0.14-4.el5 qpid-cpp-server-store-0.14-4.el5 qpid-cpp-server-xml-0.14-4.el5 qpid-qmf-0.14-2.el5 qpid-qmf-devel-0.14-2.el5 qpid-tools-0.14-1.el5 -> VERIFIED
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Cause: Attempt to use management tools to view the store/journal stats. Consequence: No stats were available even when store was in use due to broken initialisation logic in the store module. Fix: The initialisation logic for the store module was fixed. Result: The store module correctly displays management stats for the store plugin.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2012-0529.html