[
https://issues.apache.org/jira/browse/CASSANDRA-12840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Brown updated CASSANDRA-12840:
------------------------------------
Priority: Minor (was: Major)
> Cassandra doesn't start on MINGW32 (Windows)
> --------------------------------------------
>
> Key: CASSANDRA-12840
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12840
> Project: Cassandra
> Issue Type: Bug
> Environment: MINGW32_NT-6.1 on Windows 7 (e.g. git bash)
> Reporter: Amichai Rothman
> Assignee: Amichai Rothman
> Priority: Minor
> Fix For: 3.0.16, 3.11.2, 4.0
>
> Attachments: CASSANDRA-12840.patch
>
>
> 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
> {quote}
> CYGWIN*)
> {quote}
> to
> {quote}
> CYGWIN*|MINGW*)
> {quote}
> in the cassandra script, in the case statement that checks for a cygwin
> environment.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]