IG not able to start after upgrade from 14.4 to 14.5
search cancel

IG not able to start after upgrade from 14.4 to 14.5

book

Article ID: 386980

calendar_today

Updated On:

Products

CA Identity Suite

Issue/Introduction

After upgrading Vapp 14.4.2 to 14.5, IG was not able to start with the following error. 

ERROR [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0362: Capabilities required by resource '/subsystem=microprofile-health-smallrye' are not available:
    org.wildfly.extension.health.http-context; There are no known registration points which can provide this capability.
    org.wildfly.extension.health.server-probes; There are no known registration points which can provide this capability.
ERROR [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0362: Capabilities required by resource '/subsystem=microprofile-metrics-smallrye' are not available:
    org.wildfly.extension.metrics.http-context; There are no known registration points which can provide this capability.

 

 

Environment

Virtual Appliance 14.5

Cause

 

<extension module="org.wildfly.extension.microprofile.health-smallrye"/>
<extension module="org.wildfly.extension.microprofile.metrics-smallrye"/>

 <subsystem xmlns="urn:wildfly:microprofile-health-smallrye:1.0" security-enabled="false"/>
 <subsystem xmlns="urn:wildfly:microprofile-metrics-smallrye:1.0" security-enabled="false" exposed-subsystems="*"/>

should not exist under 14.5 standalone-full-ha-ca-gm.xml  but somehow did not get removed during the upgrade

Resolution

Run reconfigure_ig, which reset the file standalone-full-ha-ca-gm.xml  to its original state when deployed.