2 Replies Latest reply on Aug 22, 2018 11:54 AM by sfayfi

    Simple Helloworld works fine in standalone fails in ha cluster

    rmurthi9999

      wildfly-10.1.0.CR1

       

      I can deploy this app in standalone works fine.

      Same simple app deploys fine. When I go to enable it fails.

       

      Unexpected HTTP response: 500

       

       

      Request

      {

          "operation" => "deploy",

          "address" => [

              ("server-group" => "gw2"),

              ("deployment" => "jboss-as-helloworld.war")

          ]

      }

       

       

      Response

       

       

      Internal Server Error

      {

          "outcome" => "failed",

          "result" => undefined,

          "failure-description" => {"WFLYDC0074: Operation failed or was rolled back on all servers. Server failures:" => {"server-group" => {"gw2" => {"host" => {"slave" => {"server1slave" => {

              "WFLYCTL0180: Services with missing/unavailable dependencies" => undefined,

              "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {

                  "Services that were unable to start:" => ["jboss.deployment.unit.\"jboss-as-helloworld.war\".PARSE"],

                  "Services that may be the cause:" => [

                      "jboss.http-upgrade-registry.default",

                      "jboss.remoting.remotingConnectorInfoService.http-remoting-connector",

                      "jboss.server.controller.management.security_realm.ApplicationRealm"

                  ]

              }

          }}}}}}},

          "rolled-back" => true,

          "server-groups" => {"gw2" => {"host" => {

              "master" => {"server1" => {"response" => {

                  "outcome" => "failed",

                  "rolled-back" => true

              }}},

              "slave" => {"server1slave" => {"response" => {

                  "outcome" => "failed",

                  "result" => undefined,

                  "failure-description" => {

                      "WFLYCTL0180: Services with missing/unavailable dependencies" => undefined,

                      "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {

                          "Services that were unable to start:" => ["jboss.deployment.unit.\"jboss-as-helloworld.war\".PARSE"],

                          "Services that may be the cause:" => [

                              "jboss.http-upgrade-registry.default",

                              "jboss.remoting.remotingConnectorInfoService.http-remoting-connector",

                              "jboss.server.controller.management.security_realm.ApplicationRealm"

                          ]

                      }

                  },

                  "rolled-back" => true

              }}}

          }}}

      }