> > > In the new setup /tmp was mounted as noexec. So it looks like JNA was > putting the native library here and then it was unable to execute it. >
If you wanted to keep /tmp noexec (not a bad idea depending on environment) you could also append the following to cassandra-env.sh: JVM_OPTS="$JVM_OPTS -Djava.io.tmpdir=/some/other/dir" -- ----------------- Nate McCall Austin, TX @zznate Co-Founder & Sr. Technical Consultant Apache Cassandra Consulting http://www.thelastpickle.com