ARD HUB Installation Error when Starting KeyCloak
search cancel

ARD HUB Installation Error when Starting KeyCloak

book

Article ID: 145849

calendar_today

Updated On:

Products

CA Agile Requirements Designer

Issue/Introduction

Please find the below error found in logs upon executing the following command:


$ KEYCLOAK_HOME/bin/standalone.sh &


 [0m[31m18:44:48,958 ERROR
[org.jboss.as.controller.management-operation] (ServerService Thread Pool --
28) WFLYCTL0013: Operation ("add") failed - address: ([


    ("subsystem" =>
"datasources"),


    ("jdbc-driver" =>
"mysql")


]) - failure description: "WFLYJCA0041: Failed to load
module for driver [com.mysql.jdbc]"

 

Environment

All supported releases of ARD.

Cause

JDBC driver name was wrong in the module.xml file.

Resolution

Needed to update the module.xml file located in folder KEYCLOAK_HOME\modules\system\layers\base\com\mysql\jdbc\main to reflect the correct name of the MySQL JDBC driver file.

Once the right driver name was specified, it resolved this error.