WFLYSRV0153 Failed to process phase STRUCTURE of deployment iam_siteminder.ear when starting AdminUI Service
search cancel

WFLYSRV0153 Failed to process phase STRUCTURE of deployment iam_siteminder.ear when starting AdminUI Service

book

Article ID: 255191

calendar_today

Updated On:

Products

SITEMINDER

Issue/Introduction

The SiteMinder AdminUI fails to start.
 
The following can be found in the 'server.log' at start-up.
 
Windows (default): {home_policy_server}\adminui\standalone\log\server.log
Linux (default)  : /{home_policy_server}/adminui/standalone/log/server.log
 
server.log:
 
2022-11-16 16:21:03,855 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-8) MSC000001: Failed to start service jboss.deployment.unit."iam_siteminder.ear".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."iam_siteminder.ear".STRUCTURE: WFLYSRV0153: Failed to process phase STRUCTURE of deployment "iam_siteminder.ear"

      at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:189)
      at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1739)
        at org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1701)

[...omitted for brevity...]

Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYEE0031: Unable to process modules in application.xml for EAR ["/{home_policy_server}/adminui/standalone/deployments/iam_siteminder.ear"], module file workflow.rar not found
      at org.jboss.as.ee.structure.EarStructureProcessor.deploy(EarStructureProcessor.java:187)
        at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:182)

        ... 8 more

 

Cause

Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYEE0031: 
Unable to process modules in application.xml for EAR ["<siteminder_home>/adminui/standalone/deployments/iam_siteminder.ear"], 
module file workflow.rar not found

Resolution

  1. Browse to <install_Dir>/siteminder/adminui/standalone/deployments/ima_siteminder.ear/META-INF/;
  2. Open the 'application.xml' file;
  3. Review the Modules being loaded:

    [...omitted for brevity...]

    <module id="IM_Workflow_resource_adapter">
           <connector>workflow.rar</connector>
    </module>

    [...omitted for brevity...]

  4. Compare with the contents of

    <install_Dir>/siteminder/adminui/standalone/deployments/iam_siteminder.ear:

    NOTE: Each of the modules being loaded in the 'application.xml' must be present in the 'iam_siteminder.ear' directory.

    There are two possible options, a. or b.:

    a. Locate the missing module (e.g. 'workflow.rar') and copy it into [\deployments\iam_siteminder.ear];

    or

    b.
    Comment out the missing module(s) from the 'application.xml' using <!-- and --> to surround the line or sections to be commented out:

    <!-- 
       <module id="IM_Workflow_resource_adapter">
          <connector>workflow.rar</connector>
       </module>
    -->