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

Updating a socket binding declaration throws IllegalStateExcp. but changes are applied

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.0.0.CR1
    • None
    • None
    • None

    Description

      [domain@localhost:9999 /] /socket-binding-group=standard-sockets/socket-binding=test:write-attribute(name=port,value=20000)
      {
          "outcome" => "failed",
          "result" => {"server-groups" => {"main-server-group" => {
              "server-one" => {
                  "host" => "local",
                  "response" => {
                      "outcome" => "failed",
                      "failure-description" => "java.lang.IllegalStateException"
                  }
              },
              "server-two" => {
                  "host" => "local",
                  "response" => {
                      "outcome" => "failed",
                      "failure-description" => "java.lang.IllegalStateException"
                  }
              }
          }}},
          "failure-description" => "Operation was not applied successfully to any servers"
      }
      
      

      nevertheless the changes are applied:

      [domain@localhost:9999 /] /socket-binding-group=standard-sockets/socket-binding=test:read-attribute(name=port)
      {
          "outcome" => "success",
          "result" => 20000,
          "compensating-operation" => undefined
      }
      

      Attachments

        Activity

          People

            bstansbe@redhat.com Brian Stansberry
            rhn-support-hbraun Heiko Braun
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: