[
https://issues.jboss.org/browse/WFCORE-4521?page=com.atlassian.jira.plugi...
]
Masafumi Miura updated WFCORE-4521:
-----------------------------------
Workaround Description:
Specify {{-sc}} option to point the location of the configuration directory:
{code}
$ ./bin/add-user.sh -sc standalone/configuration/
{code}
add-user script fails when there is no domain configuration
-----------------------------------------------------------
Key: WFCORE-4521
URL:
https://issues.jboss.org/browse/WFCORE-4521
Project: WildFly Core
Issue Type: Bug
Components: Management, Scripts
Affects Versions: 9.0.1.Final
Environment: OS Darwin Kernel Version 17.7.0
Java 1.8.0_192-ea
WildFly Full 17.0.0.Final (WildFly Core 9.0.1.Final)
Reporter: Rafael Soares
Assignee: Brian Stansberry
Priority: Blocker
When you have a wildfly installation with no domain configuration directory
(WILDFLY_HOME/domain) the {{bin/add-user.sh}} fails because it expects both (standalone
and domain) configs to exists in order to update the properties file...
It seems this behavior is fixed in the code implementation at
[
org.jboss.as.domain.management.security.adduser.AddUser.java|https://gith...]
--
This message was sent by Atlassian Jira
(v7.12.1#712002)