Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-17581

[GSS](7.2.z) [WFLY-12765] Webservice deployment fails

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • None
    • 7.2.3.GA
    • Security, Web Services
    • None
    • +
    • Hide

      1. `cd $JBOSS_HOME`
      2. `./bin/jboss-cli.sh --file=./docs/examples/enable-elytron.cli`
      3. `./bin/standalone.sh`
      4. `./bin/jboss-cli.sh -c`
      5. `[standalone@localhost:9990 /] /subsystem=security:remove()`
      6. `git clone https://github.com/jboss-developer/jboss-eap-quickstarts.git`
      7. `cd jboss-eap-quickstarts/wsa-simple`
      8. `mvn clean install wildfly:deploy`

      Show
      1. `cd $JBOSS_HOME` 2. `./bin/jboss-cli.sh --file=./docs/examples/enable-elytron.cli` 3. `./bin/standalone.sh` 4. `./bin/jboss-cli.sh -c` 5. ` [standalone@localhost:9990 /] /subsystem=security:remove()` 6. `git clone https://github.com/jboss-developer/jboss-eap-quickstarts.git ` 7. `cd jboss-eap-quickstarts/wsa-simple` 8. `mvn clean install wildfly:deploy`

    Description

      Enabling elytron in undertow subsystem, EAP fails to deploy a webservice war and show the following error messages:

      17:44:48,834 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "wsat-simple.war")]) - failure description: {
          "WFLYCTL0412: Required services that are not installed:" => ["jboss.security.security-domain.other"],
          "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.ws.endpoint.\"wsat-simple.war\".\"org.jboss.as.quickstarts.wsa
      t.simple.RestaurantServiceATImpl\" is missing [jboss.security.security-domain.other]"]
      }
      17:44:48,836 ERROR [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0021: Deploy of deployment "wsat-simple.war" was rolled back with the following failure message: 
      {
          "WFLYCTL0412: Required services that are not installed:" => ["jboss.security.security-domain.other"],
          "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.ws.endpoint.\"wsat-simple.war\".\"org.jboss.as.quickstarts.wsat.simple.RestaurantServiceATImpl\" is missing [jboss.security.security-domain.other]"]
      }
      17:44:48,867 ERROR [org.jboss.ws.common.deployment] (MSC service thread 1-7) JBWS022102: Cannot stop endpoint in state UNDEFINED: jboss.ws:context=,endpoint=org.jboss.as.quickstarts.wsat.simple.RestaurantServiceATImpl
      

      Attachments

        Issue Links

          Activity

            People

              rhn-engineering-ema Jim Ma
              rhn-support-hokuda Hisanobu Okuda
              Votes:
              0 Vote for this issue
              Watchers:
              11 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: