Bug 469385 - utf8 error from cumin
Summary: utf8 error from cumin
Keywords:
Status: CLOSED DUPLICATE of bug 467014
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: qpid-qmf
Version: 1.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: 1.1
: ---
Assignee: messaging-bugs
QA Contact: Jeff Needle
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-10-31 15:44 UTC by Matthew Farrellee
Modified: 2011-08-12 16:01 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-11-11 17:10:33 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.