[jboss-jira] [JBoss JIRA] (WFCORE-3897) Host starts with server assigned to non-existent server group
Chao Wang (JIRA)
issues at jboss.org
Mon Jun 4 11:38:00 EDT 2018
[ https://issues.jboss.org/browse/WFCORE-3897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13586309#comment-13586309 ]
Chao Wang commented on WFCORE-3897:
-----------------------------------
Thank you. I have tried that change locally, it does fix the problem and stop HC boot up with a FATAL message:
{noformat}
[Host Controller] 22:17:51,561 ERROR [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0369: Required capabilities are not available:
[Host Controller] org.wildfly.domain.server-group.main-server-group in context 'server-config'; Possible registration points for this capability:
[Host Controller] /host=master/server-config=*
[Host Controller] 22:17:51,565 FATAL [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0034: Host Controller boot has failed in an unrecoverable manner; exiting. See previous messages for details.
[Host Controller] 22:17:51,566 FATAL [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0178: Aborting with exit code 99
{noformat}
In admin-only mode, there are also ERROR messages. HC is up to give user a chance to correct the miss configuration. I have updated the PR with the correct solution.
> Host starts with server assigned to non-existent server group
> -------------------------------------------------------------
>
> Key: WFCORE-3897
> URL: https://issues.jboss.org/browse/WFCORE-3897
> Project: WildFly Core
> Issue Type: Bug
> Components: Server
> Affects Versions: 5.0.0.CR1
> Reporter: Chao Wang
> Assignee: Chao Wang
>
> Configuring a host with:
> <server name="server-one" group="main-server-group" auto-start="false"/>
> <server name="server-two" group="main-server-group" auto-start="false">
> <socket-bindings port-offset="150"/>
> </server>
> And no server-goup with that name in the domain.xml, the host starts and all management operations fail.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list