Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-5426

Runtime attributes of txn-recovery-environment socket-binding are always undefined

    XMLWordPrintable

Details

    Description

      The runtime attributes 'bound', 'bound-address' and 'bound-port' of socket-binding.txn-recovery-environment are undefined even if the recovery listener is on.

      Steps to reproduce:

      1. enable the recovery listener of transactions, i.e.
      /subsystem=transactions:write-attribute(name=recovery-listener,value=true)

      2. reload the server

      3. check the runtime attributes of txn-recovery-environment
      /socket-binding-group=standard-sockets/socket-binding=txn-recovery-environment:read-resource(include-runtime=true)

      [standalone@localhost:10099 /] /socket-binding-group=standard-sockets/socket-binding=txn-recovery-environment:read-resource(include-runtime=true)
      {
          "outcome" => "success",
          "result" => {
              "bound" => false,
              "bound-address" => undefined,
              "bound-port" => undefined,
              "client-mappings" => undefined,
              "fixed-port" => false,
              "interface" => undefined,
              "multicast-address" => undefined,
              "multicast-port" => undefined,
              "name" => "txn-recovery-environment",
              "port" => 4712
          }
      }
      [standalone@localhost:10099 /] /subsystem=transactions:read-resource
      {
          "outcome" => "success",
          "result" => {
              "default-timeout" => 300,
              "enable-statistics" => false,
              "enable-tsm-status" => false,
              "jts" => false,
              "node-identifier" => "1",
              "object-store-path" => "tx-object-store",
              "object-store-relative-to" => "jboss.server.data.dir",
              "path" => "var",
              "process-id-socket-max-ports" => 10,
              "process-id-uuid" => true,
              "recovery-listener" => true,
              "relative-to" => "jboss.server.data.dir",
              "socket-binding" => "txn-recovery-environment",
              "status-socket-binding" => "txn-status-manager",
              "use-hornetq-store" => false,
              "log-store" => {"log-store" => undefined}
          }
      }
      

      Attachments

        Activity

          People

            tomazcerar Tomaž Cerar (Inactive)
            istudens@redhat.com Ivo Studensky
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: