Skip to content

Instantly share code, notes, and snippets.

@fnaval
Created March 13, 2015 19:17
Show Gist options
  • Save fnaval/5b1dfce01c7f100acc9c to your computer and use it in GitHub Desktop.
Save fnaval/5b1dfce01c7f100acc9c to your computer and use it in GitHub Desktop.
2015-03-12 18:58:30.247 ERROR oslo_messaging.rpc.dispatcher [req-d996dcda-38c8-4b5c-bfb9-f81f55f64d34 LoadBalancersTestJSON-613535550 e86681582836430baa190a976e499439] Exception during message handling: An unknown exception occurred.
2015-03-12 18:58:30.247 TRACE oslo_messaging.rpc.dispatcher Traceback (most recent call last):
2015-03-12 18:58:30.247 TRACE oslo_messaging.rpc.dispatcher File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 142, in _dispatch_and_reply
2015-03-12 18:58:30.247 TRACE oslo_messaging.rpc.dispatcher executor_callback))
2015-03-12 18:58:30.247 TRACE oslo_messaging.rpc.dispatcher File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 186, in _dispatch
2015-03-12 18:58:30.247 TRACE oslo_messaging.rpc.dispatcher executor_callback)
2015-03-12 18:58:30.247 TRACE oslo_messaging.rpc.dispatcher File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 130, in _do_dispatch
2015-03-12 18:58:30.247 TRACE oslo_messaging.rpc.dispatcher result = func(ctxt, **new_args)
2015-03-12 18:58:30.247 TRACE oslo_messaging.rpc.dispatcher File "/opt/stack/neutron-lbaas/neutron_lbaas/agent/agent_manager.py", line 281, in update_loadbalancer
2015-03-12 18:58:30.247 TRACE oslo_messaging.rpc.dispatcher driver = self._get_driver(loadbalancer.id)
2015-03-12 18:58:30.247 TRACE oslo_messaging.rpc.dispatcher File "/opt/stack/neutron-lbaas/neutron_lbaas/agent/agent_manager.py", line 167, in _get_driver
2015-03-12 18:58:30.247 TRACE oslo_messaging.rpc.dispatcher raise DeviceNotFoundOnAgent(loadbalancer_id=loadbalancer_id)
2015-03-12 18:58:30.247 TRACE oslo_messaging.rpc.dispatcher DeviceNotFoundOnAgent: An unknown exception occurred.
2015-03-12 18:58:30.247 TRACE oslo_messaging.rpc.dispatcher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment