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

Details

    Description

      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.
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: