Skip to content

Instantly share code, notes, and snippets.

@jdob
Created January 29, 2013 15:57
Show Gist options
  • Select an option

  • Save jdob/4665300 to your computer and use it in GitHub Desktop.

Select an option

Save jdob/4665300 to your computer and use it in GitHub Desktop.
2013-01-29 10:51:53,696 [INFO][PathMonitor1] changed() @ pulp.py:193 - changed: /etc/pki/pulp/consumer//consumer-cert.pem
2013-01-29 10:51:53,698 [INFO][MainThread] start() @ main.py:151 - agent started.
2013-01-29 10:51:53,698 [INFO][pulp-monitor] getbroker() @ plugin.py:194 - broker (qpid) configured: {base-f17-64:5672}:
transport=TCP
host=base-f17-64
port=5672
cacert=
clientcert=/etc/pki/pulp/consumer/consumer-cert.pem
2013-01-29 10:51:53,705 [INFO][pulp-monitor] update() @ main.py:123 - uuid="v1-consumer-1", attached
2013-01-29 10:51:53,715 [INFO][Actions] connect() @ broker.py:107 - {base-f17-64:5672} connected to AMQP
2013-01-29 10:53:50,951 [INFO][worker-0] dispatch() @ dispatcher.py:646 - request: {'classname': 'Consumer', 'kws': {}, 'args': [[{'repo_id': 'errata-demo', 'details': {'ca_cert': None, 'server_name': 'base-f17-64', 'relative_path': '/pulp/repos/repos/pulp/pulp/demo_repos/test_errata_install', 'gpg_keys': [], 'client_cert': None, 'protocols': ['https'], 'repo_name': 'errata-demo'}, 'type_id': 'yum_distributor'}], {}], 'method': 'bind', 'cntr': None}
2013-01-29 10:53:50,952 [ERROR][worker-0] bind() @ dispatcher.py:234 - handler failed
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/pulp/agent/lib/dispatcher.py", line 229, in bind
handler = self.__handler(type_id, BIND)
File "/usr/lib/python2.7/site-packages/pulp/agent/lib/dispatcher.py", line 345, in __handler
raise HandlerNotFound(type=type_id)
HandlerNotFound: No handler for: {'type': 'yum_distributor'}
2013-01-29 10:53:50,954 [INFO][worker-0] sendreply() @ rmi.py:156 - 2cfe75ef-afb9-4037-94c9-8403fc4fe7ba processed in: 51 (ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment