The module org.jboss.security.negotiation is missing "ibm.jdk" dependency. This module is needed if the JDV is running on IBM jdk - contains com.ibm.security.auth.module.Krb5LoginModule class.
The module has already a "sun.jdk" dependency which contains com.sun.security.auth.module.Krb5LoginModule class. There is no problem if both these dependencies are declared at the same time.
Hi, I've made the installer edit "/modules/system/layers/base/org/jboss/security/negotiation/main/module.xml" to add "ibm.jdk" as a dependency.