Uploaded image for project: 'RH-SSO'
  1. RH-SSO
  2. RHSSO-1221

Module not found error to add Keycloak subsystem while running installation script

XMLWordPrintable

    • Hide
      • Have an EAP 6.4.18 running in domain mode
      • Unzip the EAP adapter in ${EAP_HOME}
      • Execute the command:
        $ ./bin/jboss-cli.sh --connect --controller=IP:PORT --file=adapter-install.cli
        
      Show
      Have an EAP 6.4.18 running in domain mode Unzip the EAP adapter in ${EAP_HOME} Execute the command: $ ./bin/jboss-cli.sh --connect --controller=IP:PORT --file=adapter-install.cli

      While running installation script adapter-install.cli, the following error occurs:

      {
          "outcome" => "failed",
          "failure-description" => {"domain-failure-description" => "org.jboss.modules.ModuleNotFoundException: org.keycloak2.keycloak-adapter-subsystem:main"},
          "rolled-back" => true
      }
      

      That's because in the zip package the path module structure is: modules/system/add-ons/keycloak/org/keycloak. And the system looks for modules/system/org/keycloak.

      The workaround was to create symbolic links to reflect these paths to the system.

            mhelmke Matthew Helmke (Inactive)
            rhn-support-zanini Ricardo Zanini Fernandes
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: