You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Garrett Smith (JIRA)" <qp...@incubator.apache.org> on 2009/11/14 02:27:39 UTC

[jira] Created: (QPID-2201) AttributeError: 'Body' object has no attribute 'method' (0.8)

AttributeError: 'Body' object has no attribute 'method' (0.8)
-------------------------------------------------------------

                 Key: QPID-2201
                 URL: https://issues.apache.org/jira/browse/QPID-2201
             Project: Qpid
          Issue Type: Bug
          Components: Python Client
         Environment: Client is configure to use the 0.8 spec. Broker is rabbitmq 1.7. Source code is unfortunately not precisely known, though it's roughly two months old. I can dig further if needed.
            Reporter: Garrett Smith


I occasionally see traceback below in our logs. This is hard to consistently recreate though.

Traceback (most recent call last):
  File "../src/amqpservice.py", line 161, in _check_channel
    channel.queue_declare(queue='ping')
  File "../src/qpid/peer.py", line 349, in <lambda>
    method = lambda *args, **kwargs: self.invoke(type, args, kwargs)
  File "../src/qpid/peer.py", line 267, in invoke
    return self.invoker(frame, content)
  File "../src/qpid/peer.py", line 316, in invoke_method
    if resp.method.content:
AttributeError: 'Body' object has no attribute 'method'


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org