Uploaded image for project: 'Qpid Dispatch'
  1. Qpid Dispatch
  2. DISPATCH-261

Bind error on one port causes bind error on other ports

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.6.0
    • 0.6.0
    • None
    • None

    Description

      Run a service, like an AMQP broker, on port 5672.

      Start Dispatch Router with config

      listener {
          addr: 0.0.0.0
          port: amqp
          authenticatePeer: no
      }
      
      listener {
          addr: 0.0.0.0
          port: 20102
      }
      

      The router reports:

      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
      

      The error on port 5672 is correct. The error on port 20102 is bogus. There is no conflict on that port.

      Attachments

        Activity

          People

            gmurthy Ganesh Murthy
            chug Charles E. Rolke
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: