[
https://issues.apache.org/jira/browse/CASSANDRA-14461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16483816#comment-16483816
]
Alex commented on CASSANDRA-14461:
----------------------------------
its critical for we because we place cassandra in folder witch name can contain
with whitespaces
and at this scenario cassandra doest open JMX port
> escaping is absent in config file
> ---------------------------------
>
> Key: CASSANDRA-14461
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14461
> Project: Cassandra
> Issue Type: Bug
> Reporter: Alex
> Priority: Major
> Fix For: 3.0.x
>
>
> conf: cassandra-env.ps1
> line: 380
>
> {code:java}
> $env:JVM_OPTS = "$env:JVM_OPTS
> -XX:CompileCommandFile=$env:CASSANDRA_CONF\hotspot_compiler"
>
> {code}
> fix
> {code:java}
> $env:JVM_OPTS = "$env:JVM_OPTS
> -XX:CompileCommandFile=""$env:CASSANDRA_CONF\hotspot_compiler"""
> {code}
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]