You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rafael H. Schloming (JIRA)" <qp...@incubator.apache.org> on 2008/05/16 00:08:55 UTC

[jira] Created: (QPID-1064) intermittent background thread stack trace when using qpid-config

intermittent background thread stack trace when using qpid-config
-----------------------------------------------------------------

                 Key: QPID-1064
                 URL: https://issues.apache.org/jira/browse/QPID-1064
             Project: Qpid
          Issue Type: Bug
          Components: python tools
    Affects Versions: M3
            Reporter: Rafael H. Schloming
            Assignee: Rafael H. Schloming


Exception in thread Thread-3 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.5/threading.py", line 460, in __bootstrap
  File "/usr/lib/python2.5/threading.py", line 440, in run
  File "/home/kpvdr/qpid/python/qpid/queue.py", line 79, in run
  File "/home/kpvdr/qpid/python/qpid/management.py", line 143, in replyCb
  File "/home/kpvdr/qpid/python/qpid/management.py", line 331, in replyCb
  File "/home/kpvdr/qpid/python/qpid/management.py", line 154, in accept
  File "/home/kpvdr/qpid/python/qpid/invoker.py", line 25, in <lambda>
  File "/home/kpvdr/qpid/python/qpid/session.py", line 156, in invoke
  File "/home/kpvdr/qpid/python/qpid/session.py", line 164, in do_invoke
  File "/home/kpvdr/qpid/python/qpid/invoker.py", line 42, in __getattr__
  File "/home/kpvdr/qpid/python/qpid/invoker.py", line 35, in ERROR
<type 'exceptions.TypeError'>: 'NoneType' object is not callable
Unhandled exception in thread started by 
Error in sys.excepthook:

Original exception was:

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


[jira] Commented: (QPID-1064) intermittent background thread stack trace when using qpid-config

Posted by "Alan Conway (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12597298#action_12597298 ] 

Alan Conway commented on QPID-1064:
-----------------------------------

I have seen a similar trace running the python examples. It is probably a generic python client issue.

> intermittent background thread stack trace when using qpid-config
> -----------------------------------------------------------------
>
>                 Key: QPID-1064
>                 URL: https://issues.apache.org/jira/browse/QPID-1064
>             Project: Qpid
>          Issue Type: Bug
>          Components: python tools
>    Affects Versions: M3
>            Reporter: Rafael H. Schloming
>            Assignee: Rafael H. Schloming
>
> Exception in thread Thread-3 (most likely raised during interpreter shutdown):
> Traceback (most recent call last):
>   File "/usr/lib/python2.5/threading.py", line 460, in __bootstrap
>   File "/usr/lib/python2.5/threading.py", line 440, in run
>   File "/home/kpvdr/qpid/python/qpid/queue.py", line 79, in run
>   File "/home/kpvdr/qpid/python/qpid/management.py", line 143, in replyCb
>   File "/home/kpvdr/qpid/python/qpid/management.py", line 331, in replyCb
>   File "/home/kpvdr/qpid/python/qpid/management.py", line 154, in accept
>   File "/home/kpvdr/qpid/python/qpid/invoker.py", line 25, in <lambda>
>   File "/home/kpvdr/qpid/python/qpid/session.py", line 156, in invoke
>   File "/home/kpvdr/qpid/python/qpid/session.py", line 164, in do_invoke
>   File "/home/kpvdr/qpid/python/qpid/invoker.py", line 42, in __getattr__
>   File "/home/kpvdr/qpid/python/qpid/invoker.py", line 35, in ERROR
> <type 'exceptions.TypeError'>: 'NoneType' object is not callable
> Unhandled exception in thread started by 
> Error in sys.excepthook:
> Original exception was:

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


[jira] Resolved: (QPID-1064) intermittent background thread stack trace when using qpid-config

Posted by "Rafael H. Schloming (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rafael H. Schloming resolved QPID-1064.
---------------------------------------

    Resolution: Fixed

> intermittent background thread stack trace when using qpid-config
> -----------------------------------------------------------------
>
>                 Key: QPID-1064
>                 URL: https://issues.apache.org/jira/browse/QPID-1064
>             Project: Qpid
>          Issue Type: Bug
>          Components: python tools
>    Affects Versions: M3
>            Reporter: Rafael H. Schloming
>            Assignee: Rafael H. Schloming
>
> Exception in thread Thread-3 (most likely raised during interpreter shutdown):
> Traceback (most recent call last):
>   File "/usr/lib/python2.5/threading.py", line 460, in __bootstrap
>   File "/usr/lib/python2.5/threading.py", line 440, in run
>   File "/home/kpvdr/qpid/python/qpid/queue.py", line 79, in run
>   File "/home/kpvdr/qpid/python/qpid/management.py", line 143, in replyCb
>   File "/home/kpvdr/qpid/python/qpid/management.py", line 331, in replyCb
>   File "/home/kpvdr/qpid/python/qpid/management.py", line 154, in accept
>   File "/home/kpvdr/qpid/python/qpid/invoker.py", line 25, in <lambda>
>   File "/home/kpvdr/qpid/python/qpid/session.py", line 156, in invoke
>   File "/home/kpvdr/qpid/python/qpid/session.py", line 164, in do_invoke
>   File "/home/kpvdr/qpid/python/qpid/invoker.py", line 42, in __getattr__
>   File "/home/kpvdr/qpid/python/qpid/invoker.py", line 35, in ERROR
> <type 'exceptions.TypeError'>: 'NoneType' object is not callable
> Unhandled exception in thread started by 
> Error in sys.excepthook:
> Original exception was:

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