Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-11434

Set the iiop bound port of the socket binding

    XMLWordPrintable

Details

    Description

      iiop and iiop-ssl socket binding doesn't show the runtime attributes bound, bound-address, bound-port as set, making it difficult to map the open ports to the socket bindings when the server is launched with a port offset.

      "address" => [
          ("host" => "master"),
          ("server" => "server-three"),
          ("socket-binding-group" => "full-ha-sockets"),
          ("socket-binding" => "iiop")
      ],
      "outcome" => "success",
      "result" => {
          "bound" => false,
          "bound-address" => undefined,
          "bound-port" => undefined,
          "client-mappings" => undefined,
          "fixed-port" => false,
          "interface" => "unsecure",
          "multicast-address" => undefined,
          "multicast-port" => undefined,
          "name" => "iiop",
          "port" => 3528
      }
      },
      {
      "address" => [
          ("host" => "master"),
          ("server" => "server-three"),
          ("socket-binding-group" => "full-ha-sockets"),
          ("socket-binding" => "iiop-ssl")
      ],
      "outcome" => "success",
      "result" => {
          "bound" => false,
          "bound-address" => undefined,
          "bound-port" => undefined,
          "client-mappings" => undefined,
          "fixed-port" => false,
          "interface" => "unsecure",
          "multicast-address" => undefined,
          "multicast-port" => undefined,
          "name" => "iiop-ssl",
          "port" => 3529
      }
      },
      
      

      Attachments

        Issue Links

          Activity

            People

              cmiranda@redhat.com Claudio Miranda
              cmiranda@redhat.com Claudio Miranda
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: