Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-12840

Cassandra doesn't start on MINGW32 (Windows)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 3.0.16, 3.11.2, 4.0-alpha1, 4.0
    • None
    • None
    • MINGW32_NT-6.1 on Windows 7 (e.g. git bash)

    • Low

    Description

      The Cassandra script fails due to missing cygpath path conversion in a MINGW32 environment, such as when running from git bash (installed by default when installing Git for Windows).

      The fix is to modify the line

      CYGWIN*)

      to

      CYGWIN*|MINGW*)

      in the cassandra script, in the case statement that checks for a cygwin environment.

      Attachments

        1. CASSANDRA-12840.patch
          0.3 kB
          Amichai Rothman

        Activity

          People

            amichai Amichai Rothman
            amichai Amichai Rothman
            Amichai Rothman
            Jason Brown
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: