[ 
https://issues.apache.org/jira/browse/DISPATCH-184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15331723#comment-15331723
 ] 

Ganesh Murthy commented on DISPATCH-184:
----------------------------------------

Jiri, I tested your pull request and it works. I will merge your pull request. 
One additional thing to note here is that qstat and qdmanage fail because 
Python proton (and the underlying proton) does not deal with 'amqp 5672/tcp' 
not being present at /etc/services. Both qdstat and qdmanage are using Python 
Proton to connect to the url *amqp://0.0.0.0:amqp* and they fail with a core 
dump

{noformat}
[gmurthy@localhost router]$ qdstat -c
Segmentation fault (core dumped)
[gmurthy@localhost router]$
{noformat}

But the router continues to work sending and receiving messages using 
simple_send.py and simple_recv.py

> dispatch do not stop when 'amqp' is not defined
> -----------------------------------------------
>
>                 Key: DISPATCH-184
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-184
>             Project: Qpid Dispatch
>          Issue Type: Bug
>          Components: Container
>         Environment: Gentoo linux, Linux falka 4.2.3-gentoo #1 SMP Thu Oct 8 
> 10:08:43 CEST 2015 x86_64 Intel(R) Core(TM) i7-4600U CPU @ 2.10GHz 
> GenuineIntel GNU/Linux
> proton-c (latest from apache github a16c58a59c2a5504ecd556dd397b7d28cc68dbd4)
> dispatch (latest from apache github 8353ac674a7150a1bbfa63c912ad9689a492e84a)
> sys-devel/gcc-4.9.3
> dev-lang/python-2.7.10
>            Reporter: Zdenek Kraus
>            Priority: Minor
>         Attachments: python_qdstat-g_fc23.stacktrace
>
>
> If there is no existent record of 'amqp' protocol being 5672/tcp in 
> /etc/services, dispatch logs error messages and continue on.
> steps:
> 1. make sure that record 'amqp 5672/tcp' is not present at /etc/services
> 2. run qpid dispatch
> current results:
> Wed Oct 21 16:11:35 2015 DRIVER (error) getaddrinfo(0.0.0.0, amqp): Servname 
> not supported for ai_socktype
> and continue.
> expected:
> error message and should stop with error.
> note: this could be added into documentation



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to