Re: CASSANDRA-12278

2016-09-06 Thread Romain Hardouin
Hi,  You can force the Java version used by Cassandra here:  https://github.com/apache/cassandra/blob/cassandra-3.0/bin/cassandra.in.bat#L29  Best, Romain Le Samedi 3 septembre 2016 11h11, Andy Cobley a écrit : Thanks Michael and Paulo, Upon further investigation,

Re: CASSANDRA-12278

2016-09-03 Thread Andy Cobley
Thanks Michael and Paulo, Upon further investigation, this is NOT a cassandra problem but a Java installation problem. The machine in questioned been upgraded from 1.8.0_20 ro 1.8.0_101. This had upgraded the PATH env variable (java -version from the command line pointed to java 1.8.0_101)

Re: CASSANDRA-12278

2016-09-02 Thread Michael Shuler
On 09/02/2016 05:19 AM, Andy Cobley wrote: > However I’ve just tried apache-cassandra-3.10-SNAPSHOT and am > still getting > > "Cassandra 3.0 and later require Java 8u40 or later.” What is the git sha of your 3.10-SNAPSHOT build? I see this was committed to trunk Jul 27, so perhaps your build

Re: CASSANDRA-12278

2016-09-02 Thread Paulo Motta
Forwarding to the u...@cassandra.apache.org list as this list is specific for cassandra-development, not general cassandra questions. Can you check the repository you built the snapshot from contains the commit 01d5fa8acf05973074482eda497677c161a311ac? Is java 1.8.0_101 on your $env:PATH ? Can