[
https://issues.jboss.org/browse/WFCORE-3730?page=com.atlassian.jira.plugi...
]
Brian Stansberry commented on WFCORE-3730:
------------------------------------------
I've updated the title of this to better reflect the specific problem. It was problem
with a particular path, not a general inability to use relative-to in domain mode.
Use of relative-to="jboss.domain.base.dir" prevents the
host 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
Labels: downstream_dependency
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}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)