Skip to content

Instantly share code, notes, and snippets.

@ncdc
Created December 22, 2009 21:55
Show Gist options
  • Save ncdc/262094 to your computer and use it in GitHub Desktop.
Save ncdc/262094 to your computer and use it in GitHub Desktop.
Exception in thread Thread-17:
Traceback (most recent call last):
File "/usr/lib/python2.4/threading.py", line 442, in __bootstrap
self.run()
File "/usr/lib/python2.4/threading.py", line 422, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/lib/python2.4/site-packages/qpid/queue.py", line 82, in run
self.listener(o)
File "/usr/lib/python2.4/site-packages/qmf/console.py", line 1493, in _replyCb
elif opcode == 'h': self.session._handleHeartbeatInd (self, codec, seq, msg)
File "/usr/lib/python2.4/site-packages/qmf/console.py", line 525, in _handleHeartbeatInd
keyElements = key.split(".")
AttributeError: 'NoneType' object has no attribute 'split'
Exception in thread Thread-28:
Traceback (most recent call last):
File "/usr/lib/python2.4/threading.py", line 442, in __bootstrap
self.run()
File "/usr/lib/python2.4/threading.py", line 422, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/lib/python2.4/site-packages/qpid/queue.py", line 82, in run
self.listener(o)
File "/usr/lib/python2.4/site-packages/qmf/console.py", line 1493, in _replyCb
elif opcode == 'h': self.session._handleHeartbeatInd (self, codec, seq, msg)
File "/usr/lib/python2.4/site-packages/qmf/console.py", line 525, in _handleHeartbeatInd
keyElements = key.split(".")
AttributeError: 'NoneType' object has no attribute 'split'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment