[jboss-jira] [JBoss JIRA] (WFCORE-247) add-user.bat failing when JBOSS_HOME does not match current folder

Darran Lofthouse (JIRA) issues at jboss.org
Thu Nov 13 13:48:29 EST 2014


     [ https://issues.jboss.org/browse/WFCORE-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Darran Lofthouse updated WFCORE-247:
------------------------------------
    Summary: add-user.bat failing when JBOSS_HOME does not match current folder  (was: add-user.bat is broken)


> add-user.bat failing when JBOSS_HOME does not match current folder
> ------------------------------------------------------------------
>
>                 Key: WFCORE-247
>                 URL: https://issues.jboss.org/browse/WFCORE-247
>             Project: WildFly Core
>          Issue Type: Bug
>          Components: Domain Management, Scripts
>            Reporter: Juergen Zimmermann
>            Assignee: Darran Lofthouse
>            Priority: Minor
>             Fix For: 1.0.0.Alpha13
>
>
> 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