Bug 469385

Summary: utf8 error from cumin
Product: Red Hat Enterprise MRG Reporter: Matthew Farrellee <matt>
Component: qpid-qmfAssignee: messaging-bugs <messaging-bugs>
Status: CLOSED DUPLICATE QA Contact: Jeff Needle <jneedle>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: tross
Target Milestone: 1.1   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-11-11 17:10:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Matthew Farrellee 2008-10-31 15:44:42 UTC
# rpm -q cumin
cumin-0.1.2690-1.el5

[root@north-16 ~]# cumin --addr 0.0.0.0
Exception in thread Thread-15:
Traceback (most recent call last):
  File "/usr/lib64/python2.4/threading.py", line 442, in __bootstrap
    self.run()
  File "/usr/lib64/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/qpid/management.py", line 203, in replyCb
    self.rcb (self, msg)
  File "/usr/lib/python2.4/site-packages/qpid/management.py", line 381, in replyCb
    self.handleMethodReply (ch, codec, hdr[1])
  File "/usr/lib/python2.4/site-packages/qpid/management.py", line 537, in handleMethodReply
    sText  = str (codec.read_str16 ())
  File "/usr/lib/python2.4/site-packages/qpid/codec010.py", line 127, in read_str16
    return self.read_vbin16().decode("utf8")
  File "/usr/lib64/python2.4/encodings/utf_8.py", line 16, in decode
    return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xa8 in position 11: unexpected code byte

cumin had two registered brokers, mrg2 and north-15. i cannot tell where the message that caused this problem was coming from though.

Comment 1 Matthew Farrellee 2008-10-31 15:49:52 UTC
this appears to happen when clicking on the Grid tab when cumin is receiving data from mrg2

Comment 2 Ted Ross 2008-11-11 17:10:33 UTC

*** This bug has been marked as a duplicate of bug 467014 ***