Skip to content

Instantly share code, notes, and snippets.

Created November 8, 2017 14:58
Show Gist options
  • Save anonymous/eda3c3589806eddcbff108e76feea29a to your computer and use it in GitHub Desktop.
Save anonymous/eda3c3589806eddcbff108e76feea29a to your computer and use it in GitHub Desktop.
2017-11-08 14:57:29.145 236078 ERROR oslo.messaging._drivers.impl_rabbit [-] Failed to consume message from queue: 'NoneType' object has no attribute 'itervalues'
2017-11-08 14:57:29.164 236079 ERROR oslo.messaging._drivers.impl_rabbit [-] Failed to consume message from queue: 'NoneType' object has no attribute 'itervalues'
2017-11-08 14:57:29.203 236079 ERROR oslo.messaging._drivers.impl_rabbit [-] Failed to consume message from queue: 'NoneType' object has no attribute 'itervalues'
2017-11-08 14:57:29.212 236080 ERROR oslo.messaging._drivers.impl_rabbit [-] Failed to consume message from queue: 'NoneType' object has no attribute 'itervalues'
2017-11-08 14:57:29.212 236080 ERROR root [-] Unexpected exception occurred 33 time(s)... retrying.: AttributeError: 'NoneType' object has no attribute 'itervalues'
2017-11-08 14:57:29.212 236080 ERROR root Traceback (most recent call last):
2017-11-08 14:57:29.212 236080 ERROR root File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 250, in wrapper
2017-11-08 14:57:29.212 236080 ERROR root return infunc(*args, **kwargs)
2017-11-08 14:57:29.212 236080 ERROR root File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/base.py", line 302, in _runner
2017-11-08 14:57:29.212 236080 ERROR root batch_size=self.batch_size, batch_timeout=self.batch_timeout)
2017-11-08 14:57:29.212 236080 ERROR root File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/base.py", line 52, in wrapper
2017-11-08 14:57:29.212 236080 ERROR root msg = func(in_self, timeout=timeout_watch.leftover(True))
2017-11-08 14:57:29.212 236080 ERROR root File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 298, in poll
2017-11-08 14:57:29.212 236080 ERROR root self.conn.consume(timeout=min(self._current_timeout, left))
2017-11-08 14:57:29.212 236080 ERROR root File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 1088, in consume
2017-11-08 14:57:29.212 236080 ERROR root error_callback=_error_callback)
2017-11-08 14:57:29.212 236080 ERROR root File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 807, in ensure
2017-11-08 14:57:29.212 236080 ERROR root ret, channel = autoretry_method()
2017-11-08 14:57:29.212 236080 ERROR root File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 506, in _ensured
2017-11-08 14:57:29.212 236080 ERROR root self.collect()
2017-11-08 14:57:29.212 236080 ERROR root File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 350, in collect
2017-11-08 14:57:29.212 236080 ERROR root gc_transport(self._connection)
2017-11-08 14:57:29.212 236080 ERROR root File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 107, in _collect
2017-11-08 14:57:29.212 236080 ERROR root connection.collect()
2017-11-08 14:57:29.212 236080 ERROR root File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 423, in collect
2017-11-08 14:57:29.212 236080 ERROR root temp_list = [x for x in values(self.channels) if x is not self]
2017-11-08 14:57:29.212 236080 ERROR root File "/usr/lib/python2.7/site-packages/vine/five.py", line 218, in values
2017-11-08 14:57:29.212 236080 ERROR root return d.itervalues()
2017-11-08 14:57:29.212 236080 ERROR root AttributeError: 'NoneType' object has no attribute 'itervalues'
2017-11-08 14:57:29.212 236080 ERROR root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment