Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-247

add-user.bat failing when JBOSS_HOME does not match current folder

XMLWordPrintable

      When I invoke "add-user.bat <args>", then I'm getting this Windows error message (in German):

      "that" kann syntaktisch an dieser Stelle nicht verarbeitet werden.
      

      The solution is to remove the brackets in line 34, i.e. before:

      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.
      

      After:

      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.
      

              darran.lofthouse@redhat.com Darran Lofthouse
              juergen.zimmermann Juergen Zimmermann (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: