SessionError: not-allowed: Consumer tags must be unique
-------------------------------------------------------
Key: QPID-3290
URL: https://issues.apache.org/jira/browse/QPID-3290
Project: Qpid
Issue Type: Bug
Components: Python Client
Affects Versions: 0.8
Environment: RHEL 6
Reporter: Jeff Ortel
Got the following traceback. Looks like this happened while closing the
session.
2011-06-03 14:30:37,088 [INFO][Thread-24] _sync() @ repo_sync.py:212 - Sync
invoked for repo <rhel-server-6-releases-6Server-x86_64>
2011-06-03 14:30:37,135 [ERROR][Thread-24] __del__() @ endpoint.py:135 -
dc975166-3421-4bc2-92a6-28857f90765f
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/gofer/messaging/endpoint.py", line
133, in __del__
self.close()
File "/usr/lib/python2.6/site-packages/gofer/messaging/consumer.py", line
315, in close
Endpoint.close(self)
File "/usr/lib/python2.6/site-packages/gofer/messaging/endpoint.py", line
113, in close
self.__session.close()
File "<string>", line 6, in close
File "/usr/lib/python2.6/site-packages/qpid/messaging/endpoints.py", line
723, in close
self.sync(timeout=timeout)
File "<string>", line 6, in sync
File "/usr/lib/python2.6/site-packages/qpid/messaging/endpoints.py", line
715, in sync
if not self._ewait(lambda: not self.outgoing and not self.acked,
timeout=timeout):
File "/usr/lib/python2.6/site-packages/qpid/messaging/endpoints.py", line
551, in _ewait
self.check_error()
File "/usr/lib/python2.6/site-packages/qpid/messaging/endpoints.py", line
540, in check_error
raise self.error
SessionError: not-allowed: Consumer tags must be unique
(qpid/broker/SessionAdapter.cpp:415)(530)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]