Error related to mysql driver module [com.ca.iam.jdbc.mysql] during server startup are printed in the logs.
2024-03-28 15:39:15,734 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 47) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "datasources"),
("jdbc-driver" => "mysql")
]) - failure description: "WFLYJCA0115: Module for driver [com.ca.iam.jdbc.mysql] or one of it dependencies is missing: [com.ca.iam.jdbc.mysql]"
Identity Manager v14.5 (Standalone/Virtual Appliance)
The standalone xml file used by JBoss/WildFly defines the mysql driver, example from vApp 14.5, ca-standalone-full-ha.xml
<drivers>
....
.....
<driver name="mysql" module="com.ca.iam.jdbc.mysql">
<driver-class>com.mysql.jdbc.Driver</driver-class>
</driver>
....
....
....
</drivers>