]
Brian Stansberry reassigned WFCORE-3730:
----------------------------------------
Assignee: Brian Stansberry (was: Yeray Borges)
Hi Yeray -- sorry I didn't see you'd assigned the JBEAP to yourself until I was
about to link a PR.
Use of relative-to in path in domain mode prevents the server from
starting up.
-------------------------------------------------------------------------------
Key: WFCORE-3730
URL:
https://issues.jboss.org/browse/WFCORE-3730
Project: WildFly Core
Issue Type: Bug
Components: Server
Reporter: Teresa Miyar
Assignee: Brian Stansberry
Server does not start on domain mode when setting relative-to in the path
{code:java}
<paths>
<path name="apps.log.dir" path="/apps/logs"
relative-to="jboss.domain.base.dir"/>
</paths>
{code}
{code:java}
[Host Controller] 13:28:05,730 ERROR [org.jboss.as.controller] (Controller Boot Thread)
WFLYCTL0362: Capabilities required by resource '/path=apps.log.dir' are not
available:
[Host Controller] org.wildfly.management.path.jboss.domain.base.dir in context
'global'; Possible registration points for this capability:
[Host Controller] /host=master/path=*
[Host Controller] /host=master/server-config=*/path=*
[Host Controller] /path=*
{code}