Release : 14.4.x
Component : CA Identity Manager
To resolve this ClassCastException and ensure IM starts successfully with JBoss EAP 7.4.15 and later patches, it is necessary to update the jboss-deployment-structure.xml file by adding an exclusion for the logging subsystem. This modification prevents the conflict between JBoss's and IM's logging mechanisms.
In the jboss-deployment-structure.xml file, locate the <exclude-subsystems> tag and add <subsystem name="logging"/> to the list of excluded subsystems as shown below:
<exclude-subsystems>
<subsystem name="jsf"/>
<subsystem name="jaxrs"/>
<subsystem name="logging"/>
</exclude-subsystems>