<div dir="ltr"><div><div><div><div><div>Good Afternoon All,<br></div>So I'm working on a new install on RHEL 7, got everything installed, but when I try to go run the following:<br></div>sudo -u apache pulp-manage-db<br><br></div>I'm receiving the following error below, specifically issues with qpidtoollibs, which per the docs I do have the right packages installed...  So I'm kinda wondering where to go from here and how do I troubleshoot this?  Is the command looking for a specific lib or bin that may be different or in a new directory in RHEL 7?<br></div>Thanks!<br></div>Jason<br><br><div><div><div><div><div><div><br>Applying pulp.server.db.migrations version 9<br>Migration 0009 did not run because the python package qpidtoollibs is not installed. Please install qpidtoollibs and rerun the migrations. See <a href="http://pulp-user-guide.readthedocs.org/en/2.4-release/troubleshooting.html#qpidtoollibs-is-not-installed">http://pulp-user-guide.readthedocs.org/en/2.4-release/troubleshooting.html#qpidtoollibs-is-not-installed</a> for more information.<br>Applying migration pulp.server.db.migrations.0009_qpid_queues failed.<br><br>Halting migrations due to a migration failure.<br>Migration 0009 did not run because the python package qpidtoollibs is not installed. Please install qpidtoollibs and rerun the migrations. See <a href="http://pulp-user-guide.readthedocs.org/en/2.4-release/troubleshooting.html#qpidtoollibs-is-not-installed">http://pulp-user-guide.readthedocs.org/en/2.4-release/troubleshooting.html#qpidtoollibs-is-not-installed</a> for more information.<br>Traceback (most recent call last):<br>  File "/usr/lib/python2.7/site-packages/pulp/server/db/manage.py", line 125, in main<br>    return _auto_manage_db(options)<br>  File "/usr/lib/python2.7/site-packages/pulp/server/db/manage.py", line 185, in _auto_manage_db<br>    migrate_database(options)<br>  File "/usr/lib/python2.7/site-packages/pulp/server/db/manage.py", line 98, in migrate_database<br>    update_current_version=not options.test)<br>  File "/usr/lib/python2.7/site-packages/pulp/server/db/migrate/models.py", line 161, in apply_migration<br>    migration.migrate()<br>  File "/usr/lib/python2.7/site-packages/pulp/server/db/migrations/0009_qpid_queues.py", line 56, in migrate<br>    raise Exception(msg)<br>Exception: Migration 0009 did not run because the python package qpidtoollibs is not installed. Please install qpidtoollibs and rerun the migrations. See <a href="http://pulp-user-guide.readthedocs.org/en/2.4-release/troubleshooting.html#qpidtoollibs-is-not-installed">http://pulp-user-guide.readthedocs.org/en/2.4-release/troubleshooting.html#qpidtoollibs-is-not-installed</a> for more information.<br><br></div></div></div></div></div></div></div>