]
Darran Lofthouse updated WFCORE-4766:
-------------------------------------
Fix Version/s: 11.0.0.Beta4
Add additional logging to
ManagementInterfaceAddStepHandler.LenientVerifyInstallationStep
-----------------------------------------------------------------------------------------
Key: WFCORE-4766
URL:
https://issues.jboss.org/browse/WFCORE-4766
Project: WildFly Core
Issue Type: Bug
Components: Management
Affects Versions: 11.0.0.Beta3
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Priority: Major
Fix For: 11.0.0.Beta4
Debugging a recent issue the class
org.jboss.as.controller.management.ManagementInterfaceAddStepHandler.LenientVerifyInstallationStep
was detecting missing services but was not logging anything despite this class making the
decision to abort the start up of the server.
If a handler is going to make such a terminal decision it should be logging why it is
doing it.