-
Bug
-
Resolution: Done
-
Major
-
None
The 'console-enabled' attribute on the /core-service=management/management-interface=http-interface' resource defaults to a value of true, but the 'management' Galleon layer that adds that resource does not ensure the 'org.jboss.as.console' package is provisioned. Provisioning the package requires use of the 'web-console' Galleon layer.
The effect is that in slimmed-server scenarios it is easy to end up with an installation that produces this log warn:
10:55:02,888 WARN [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-1) WFLYDMHTTP0003: Unable to load console module for slot main, disabling console'
The 'web-console' layer is not part of any other layers other than the 'internal' ones that produce the OOTB configs, so this WARN can readily occur.
In a perfect world the 'management' layer would set console-enabled to false and web-console would set it to true, at provisioning time the web-console setting would win, and, furthermore, all OOTB config files (including host.xml variants) would end up with a setting whose runtime effect is equivalent to what they have now.
NOTE: The fix for this will likely involve changes to WF Core; see WFCORE-7284.
- clones
-
WFLY-20748 Potential mismatch between provisioning of HAL bits and config enablement of the console
-
- Resolved
-
- is incorporated by
-
JBEAP-30533 Upgrade JBoss EAP to 2cb61bfee8ded6c585b00347f4d38a45fba9349c
-
- Verified
-
- relates to
-
JBEAP-29299 On Provisioned server EAP 8.1 starts with warning WFLYDMHTTP0003: Unable to load console module for slot main, disabling console
-
- Verified
-
-
WFCORE-7284 Potential mismatch between provisioning of HAL bits and config enablement of the console
-
- Resolved
-
-
JBEAP-30532 (8.1.z) WFCORE-7284 - Potential mismatch between provisioning of HAL bits and config enablement of the console
-
- Pull Request Sent
-