[
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: [email protected]
For additional commands, e-mail: [email protected]