You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by pclovec <pc...@gmail.com> on 2009/01/07 19:09:02 UTC

command problem

    
     i try to running qpid-tool command ,but it doesn't work

    now i can send and get message using C++ boker .   (one machine)
   
     becuase C++ M3 package not include qpid-tools commands . so i try to
running python package commands 
    qpid-config .... qpid-tool
    
    when i running 
    ./qpid.config
    give me a error message 
---------------
Traceback (most recent call last):
  File "./qpid-config", line 349, in ?
    bm.Overview ()
  File "./qpid-config", line 116, in Overview
    mc.syncWaitForStable (mch)
  File "/usr/lib/python2.4/site-packages/qpid/management.py", line 253, in
syncWaitForStable
    raise RuntimeError ("Timed out waiting for response on channel")
----------

    running qpid-tools
[root@mrgdev commands]# ./qpid-tool 
Management Tool for QPID
qpid: list
Waiting for next periodic update
qpid: 


somebody can help me....






-- 
View this message in context: http://www.nabble.com/command-%3Cqpid-tool-%3E-problem-tp21337034p21337034.html
Sent from the Qpid Developers mailing list archive at Nabble.com.


Re: command problem

Posted by Ted Ross <tr...@redhat.com>.
pclovec wrote:
>     
>      i try to running qpid-tool command ,but it doesn't work
>
>     now i can send and get message using C++ boker .   (one machine)
>    
>      becuase C++ M3 package not include qpid-tools commands . so i try to
> running python package commands 
>     qpid-config .... qpid-tool
>     
>     when i running 
>     ./qpid.config
>     give me a error message 
> ---------------
> Traceback (most recent call last):
>   File "./qpid-config", line 349, in ?
>     bm.Overview ()
>   File "./qpid-config", line 116, in Overview
>     mc.syncWaitForStable (mch)
>   File "/usr/lib/python2.4/site-packages/qpid/management.py", line 253, in
> syncWaitForStable
>     raise RuntimeError ("Timed out waiting for response on channel")
> ----------
>
>     running qpid-tools
> [root@mrgdev commands]# ./qpid-tool 
> Management Tool for QPID
> qpid: list
> Waiting for next periodic update
> qpid: 
>
>
> somebody can help me....
>
>
>
>
>
>
>   
Please check to make sure your python files are at the same revision as 
the C++ broker.  If you are using RPMs, make sure python-qpid and qpidd 
are at the same revision.

-Ted