Uploaded image for project: 'QuickFIX/J'
  1. QuickFIX/J
  2. QFJ-871

Print address for unsuccessful connection attempts

    Details

    • Type: Improvement
    • Status: Closed
    • Priority: Default
    • Resolution: Fixed
    • Affects Version/s: 1.6.1
    • Fix Version/s: 1.6.2
    • Component/s: Networking
    • Labels:
      None

      Description

      If fail-over case, I config like below
      SocketConnectHost=host1
      SocketConnectPort=1111
      SocketConnectHost1=host2
      SocketConnectPort1=1111
      ,if the two accepter are not exist,the log will be like as below,

      20151203-21:17:14.014 ERROR [QFJ Timer] errorEvent - FIX.4.2:XXX->YYY: java.net.ConnectException: java.net.ConnectException: Connection refused: no further information (Next retry in 15000 milliseconds)
      20151203-21:17:29.037 ERROR [QFJ Timer] errorEvent - FIX.4.2:XXX->YYY: java.net.ConnectException: java.net.ConnectException: Connection refused: no further information (Next retry in 15000 milliseconds)
      20151203-21:17:44.048 ERROR [QFJ Timer] errorEvent - FIX.4.2:XXX->YYY: java.net.ConnectException: java.net.ConnectException: Connection refused: no further information (Next retry in 15000 milliseconds)
      20151203-21:17:59.065 ERROR [QFJ Timer] errorEvent - FIX.4.2:XXX->YYY: java.net.ConnectException: java.net.ConnectException: Connection refused: no further information (Next retry in 15000 milliseconds)

      I could'nt know this connection is connect to which host and port is failed,
      if print out the host and port,will be very useful!

        Attachments

          Activity

            People

            • Assignee:
              chrjohn Christoph John
              Reporter:
              koujun1986 Kou Jun
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: