[
https://issues.jboss.org/browse/WFCORE-3730?page=com.atlassian.jira.plugi...
]
Brian Stansberry moved JBEAP-14552 to WFCORE-3730:
--------------------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-3730 (was: JBEAP-14552)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Server
(was: Server)
Affects Version/s: (was: 7.1.0.GA)
(was: 7.1.1.GA)
Fix Version/s: (was: 7.1.3.GA)
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: Yeray Borges
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)