Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-21200

IgniteRunner start fails in Windows via git-bash

    XMLWordPrintableJSON

Details

    • Docs Required, Release Notes Required

    Description

      Steps to reproduce:

      1. Build ignite3-db-3.0.0-SNAPSHOT.zip distribution from sources.
      2. Use git-bash to run `./ignite3db start` in Windows.

      Expected:

      IgniteRunner started.

      Actual:

      Error:

      ./ignite3db: line 38: C:\Program: No such file or directory

      Details:

      The space in path to java (C:\Program Files) is considered as separation between command and arguments. To avoid it, usage of all variables have to replaced to arrays. For example `${JAVA_CMD_WITH_ARGS}` have to be replaced to `${JAVA_CMD_WITH_ARGS[@]}` and so on.

      Attachments

        Activity

          People

            vpakhnushev Vadim Pakhnushev
            lunigorn Igor
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: