On 11/12/18 4:01 AM, Steinmaurer, Thomas wrote:
> Hello,
>
> on Windows 10, Cassandra 4.0 (trunk Nov 12) is crashing upon startup with
> Java 11, SIGAR related. Startup with Java8 works fine. Is this a known issue?
>
> First part of the hs_err_pid file.
>
> #
> # A fatal error has been detected
Hello,
on Windows 10, Cassandra 4.0 (trunk Nov 12) is crashing upon startup with Java
11, SIGAR related. Startup with Java8 works fine. Is this a known issue?
First part of the hs_err_pid file.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION
Marcus,
that did the trick. Thx a lot.
T.
> -Original Message-
> From: Marcus Eriksson
> Sent: Montag, 12. November 2018 10:31
> To: dev@cassandra.apache.org
> Subject: Re: Cassandra 4.0 (Trunk) - "ant artifacts" does not create binary
> tarball
>
> In trunk you need to provide JAVA_HOM
In trunk you need to provide JAVA_HOME to both java8 and java11, like this for
example;
$ JAVA8_HOME= JAVA_HOME= ant artifacts
/Marcus
On Mon, Nov 12, 2018 at 09:21:10AM +, Steinmaurer, Thomas wrote:
> Hello,
>
> I'm trying to start with some first C* 4.0 experiments, thus tried to locally
Hello,
I'm trying to start with some first C* 4.0 experiments, thus tried to locally
build and create binary tarball artifcats. While this has worked e.g. with
3.11, I can't create a binary tarball for 4.0 anymore.
What I did locally:
* Switched from branch cassandra-3.11 to trunk
* ant realcle