You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ted Ross (JIRA)" <ji...@apache.org> on 2016/04/19 20:52:25 UTC

[jira] [Updated] (DISPATCH-261) Bind error on one port causes bind error on other ports

     [ https://issues.apache.org/jira/browse/DISPATCH-261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Ross updated DISPATCH-261:
------------------------------
    Fix Version/s: 0.6

> Bind error on one port causes bind error on other ports
> -------------------------------------------------------
>
>                 Key: DISPATCH-261
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-261
>             Project: Qpid Dispatch
>          Issue Type: Bug
>    Affects Versions: 0.6
>            Reporter: Chuck Rolke
>            Assignee: Ganesh Murthy
>             Fix For: 0.6
>
>
> Run a service, like an AMQP broker, on port 5672.
> Start Dispatch Router with config
> {noformat}
> listener {
>     addr: 0.0.0.0
>     port: amqp
>     authenticatePeer: no
> }
> listener {
>     addr: 0.0.0.0
>     port: 20102
> }
> {noformat}
> The router reports:
> {noformat}
> Tue Apr  5 17:55:04 2016 CONN_MGR (info) Configured Listener: 0.0.0.0:amqp proto=any role=normal
> Tue Apr  5 17:55:04 2016 DRIVER (error) bind: Address already in use
> Tue Apr  5 17:55:04 2016 CONN_MGR (info) Configured Listener: 0.0.0.0:20102 proto=any role=normal
> Tue Apr  5 17:55:04 2016 DRIVER (error) bind: Address already in use
> {noformat}
> The error on port 5672 is correct. The error on port 20102 is bogus. There is no conflict on that port.



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

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