<div dir="ltr">I had that exact same issue. Certainly interested in anything that you find out.<div><br></div><div>Every attempt that I made at debugging the issue didn't produce much in the way of results.</div><div><br>
</div><div>Trevor</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Sep 3, 2014 at 11:47 PM, Mark Keller <span dir="ltr"><<a href="mailto:mdkeller@gmail.com" target="_blank">mdkeller@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Just upgraded my pulp server from 2.3 to 2.4 on CentOS 6. Used the upgrade steps and now I can view my repos, but can't update them. Any help would be appreciated. I disabled qpid auth per install instructions and ran the ssl config script to setup SSL for qpid.<br>
<br>When I run something like the following, I get:<br><br># pulp-admin rpm repo publish run --repo-id myrepo<br>+----------------------------------------------------------------------+<br>                      Publishing Repository [repo]<br>
+----------------------------------------------------------------------+<br><br>An internal error occurred on the Pulp server:<br><br>RequestException: POST request<br>on /pulp/api/v2/repositories/cpt/actions/publish/ failed with 500 - Unhandled<br>
Exception<br><br></div><br>Looking through the logs I see the following errors. It seems like the pulp clients are still trying to use sasl auth to connect to qpid.<br><div><div><br>Sep  3 23:34:12 myhost pulp: celery.worker.consumer:ERROR: consumer: Cannot connect to qpid://guest@myhost:5671//: Error in sasl_client_start (-4) SASL(-4): no mechanism available: No worthy mechs found.<br>
Sep  3 23:34:12 myhost pulp: celery.worker.consumer:ERROR: Trying again in 6.00 seconds...<br>Sep  3 23:34:12 myhost pulp: celery.worker.consumer:ERROR:<br>Sep  3 23:34:15 myhost python: No worthy mechs found<br>Sep  3 23:34:15 myhost pulp: celery.worker.consumer:ERROR: consumer: Cannot connect to qpid://guest@myhost:5671//: Error in sasl_client_start (-4) SASL(-4): no mechanism available: No worthy mechs found.<br>
Sep  3 23:34:15 myhost pulp: celery.worker.consumer:ERROR: Trying again in 8.00 seconds...<br>Sep  3 23:34:15 myhost pulp: celery.worker.consumer:ERROR:<br>Sep  3 23:34:15 myhost )    : No worthy mechs found<br>Sep  3 23:34:15 myhost )    : No worthy mechs found<br>
Sep  3 23:34:15 myhost )    : No worthy mechs found<br>Sep  3 23:34:15 myhost )    : No worthy mechs found<br>Sep  3 23:34:15 myhost python: No worthy mechs found<br>Sep  3 23:34:15 myhost pulp: pulp.server.async.scheduler:ERROR: Error in sasl_client_start (-4) SASL(-4): no mechanism available: No worthy mechs found<br>
Sep  3 23:34:15 myhost python: No worthy mechs found<br>Sep  3 23:34:15 myhost pulp: celery.beat:ERROR: beat: Connection error: Error in sasl_client_start (-4) SASL(-4): no mechanism available: No worthy mechs found. Trying again in 10.0 seconds...<br>
Sep  3 23:34:15 myhost )    : No worthy mechs found<br>Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR: Error in sasl_client_start (-4) SASL(-4): no mechanism available: No worthy mechs found<br>
Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR: Traceback (most recent call last):<br>Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR:   File "/usr/lib/python2.6/site-packages/pulp/server/webservices/middleware/exception.py", line 44, in __call__<br>
Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR:     return self.app(environ, start_response)<br>Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR:   File "/usr/lib/python2.6/site-packages/pulp/server/webservices/middleware/postponed.py", line 42, in __call__<br>
Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR:     return self.app(environ, start_response)<br>Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR:   File "/usr/lib/python2.6/site-packages/web/application.py", line 279, in wsgi<br>
Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR:     result = self.handle_with_processors()<br>Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR:   File "/usr/lib/python2.6/site-packages/pulp/server/webservices/application.py", line 29, in _handle_with_processors<br>
Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR:     return process(self.processors)<br>Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR:   File "/usr/lib/python2.6/site-packages/pulp/server/webservices/application.py", line 26, in process<br>
Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR:     return p(lambda: process(processors))<br>Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR:   File "/usr/lib/python2.6/site-packages/web/application.py", line 566, in processor<br>
Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR:     return handler()<br>Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR:   File "/usr/lib/python2.6/site-packages/pulp/server/webservices/application.py", line 26, in <lambda><br>
Sep  3 23:34:15 myhost pulp: pulp.server.webservices.middleware.exception:ERROR:     return p(lambda: process(processors))<br><br>In /etc/pulp/server.conf I have:<br><br>[messaging]<br>url: ssl://myhost:5671<br>auth_enabled: false<br>
cacert: /etc/pki/pulp/qpid/ca.crt<br>clientcert: /etc/pki/pulp/qpid/client.crt<br><br>[tasks]<br>broker_url: qpid://myhost:5671/<br>celery_require_ssl: true<br>cacert: /etc/pki/pulp/qpid/ca.crt<br>keyfile: /etc/pki/pulp/qpid/client.crt<br>
certfile: /etc/pki/pulp/qpid/client.crt<br><br></div><div>Again, any help appreciated!<span class="HOEnZb"><font color="#888888"><br><br>Mark<br></font></span></div></div></div>
<br>_______________________________________________<br>
Pulp-list mailing list<br>
<a href="mailto:Pulp-list@redhat.com">Pulp-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/pulp-list" target="_blank">https://www.redhat.com/mailman/listinfo/pulp-list</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Trevor Vaughan<br>Vice President, Onyx Point, Inc<br>
(410) 541-6699<br><a href="mailto:tvaughan@onyxpoint.com">tvaughan@onyxpoint.com</a><br><br>-- This account not approved for unencrypted proprietary information --
</div>