After applying HF-DE560108.zip to replace commons-fileupload-1.4.jar with commons-fileupload-1.5.jar the Wildfly server.log now shows the following Warning messages:
2023-03-31 17:27:31,886 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0059: Class Path entry library/commons-fileupload-1.4.jar in /C:/wildfly-15.0.1.Final/standalone/deployments/iam_im.ear/policyserver.rar does not point to a valid jar for a Class-Path reference.
2023-03-31 17:27:31,901 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0059: Class Path entry library/commons-fileupload-1.4.jar in /C:/wildfly-15.0.1.Final/standalone/deployments/iam_im.ear/iam_im_identityminder_ejb.jar does not point to a valid jar for a Class-Path reference.
2023-03-31 17:27:31,917 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0059: Class Path entry library/commons-fileupload-1.4.jar in /C:/wildfly-15.0.1.Final/standalone/deployments/iam_im.ear/workflow.rar does not point to a valid jar for a Class-Path reference.
2023-03-31 17:27:32,450 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry library/commons-fileupload-1.4.jar in /C:/wildfly-15.0.1.Final/standalone/deployments/iam_im.ear/management_console.war does not point to a valid jar for a Class-Path reference.
2023-03-31 17:27:34,295 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0059: Class Path entry library/commons-fileupload-1.4.jar in /C:/wildfly-15.0.1.Final/standalone/deployments/iam_im.ear/wpServer.war does not point to a valid jar for a Class-Path reference.
2023-03-31 17:27:36,556 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry library/commons-fileupload-1.4.jar in /C:/wildfly-15.0.1.Final/standalone/deployments/iam_im.ear/user_console.war does not point to a valid jar for a Class-Path reference.
Identity Manager 14.4
The MANIFEST.MF file within each of the listed locations contain a reference to commons-fileupload-1.4.jar and not commons-fileupload-1.5.jar
Update the following MANIFEST.MF files to replace the reference to commons-fileupload-1.4.jar with commons-fileupload-1.5.jar instead and then try clearing theWildfly standalone/tmp folder to remove any previous deployed classes/jars and to force redeployment of the current ears by renaming the two marker files from castylesr5.1.1.ear.deployed and iam_im.ear.deployed to be castylesr5.1.1.ear.dodeploy and iam_im.ear.dodeploy found in the Wildfly standalone/deployments folder too and then restart Wildfly again
../standalone/deployments/iam_im.ear/policyserver.rar/META-INF/MANIFEST.MF
../standalone/deployments/iam_im.ear/user_console.war/META-INF/MANIFEST.MF
../standalone/deployments/iam_im.ear/management_console.war/META-INF/MANIFEST.MF
../standalone/deployments/iam_im.ear/workflow.rar/META-INF/MANIFEST.MF
../standalone/deployments/iam_im.ear/wpServer.war/META-INF/MANIFEST.MF
../standalone/deployments/iam_im.ear/iam_im_identityminder_ejb.jar/META-INF/MANIFEST.MF