[jboss-jira] [JBoss JIRA] (WFLY-4066) add-user.bat is broken
Juergen Zimmermann (JIRA)
issues at jboss.org
Mon Nov 10 06:07:29 EST 2014
[ https://issues.jboss.org/browse/WFLY-4066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Juergen Zimmermann updated WFLY-4066:
-------------------------------------
Forum Reference: https://developer.jboss.org/message/909659
> add-user.bat is broken
> ----------------------
>
> Key: WFLY-4066
> URL: https://issues.jboss.org/browse/WFLY-4066
> Project: WildFly
> Issue Type: Bug
> Components: ConfigAdmin
> Affects Versions: 9.0.0.Beta1
> Reporter: Juergen Zimmermann
> Assignee: Thomas Diesler
>
> When I invoke "add-user.bat <args>", then I'm getting this Windows error message (in German):
> {code}
> "that" kann syntaktisch an dieser Stelle nicht verarbeitet werden.
> {code}
> The solution is to remove the brackets in line 34, i.e. before:
> {code}
> echo WARNING: The JBOSS_HOME ("%SANITIZED_JBOSS_HOME%") that this script uses points to a different installation than the one that this script resides in ("%RESOLVED_JBOSS_HOME%"). Unpredictable results may occur.
> {code}
> After:
> {code}
> echo WARNING: The JBOSS_HOME "%SANITIZED_JBOSS_HOME%" that this script uses points to a different installation than the one that this script resides in "%RESOLVED_JBOSS_HOME%". Unpredictable results may occur.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
More information about the jboss-jira
mailing list