0

我目前想知道是否可以在安装了 Java 8u60 for ARM 的 ARM 设备上使用 Apache Ignite。我在我的“odroid u3”上试过了。我在 odroid 上安装了 ignite 1.3.0 孵化器以及当前的 oracle 8u60 JDK,获取了 example-config.xml,调整了我的 IP 并启动了 ignite.sh。过了一会儿,我得到了有关集群信息的信息,并且 ignite 正在等待。然后我在另一台电脑上开始了小演示“数字符”。我花了一段时间才看到我的 odroid 崩溃了:

[20:02:01] Ignite node started OK (id=0510043f)
[20:02:01] Topology snapshot [ver=1, server nodes=1, client nodes=0, CPUs=4, heap=1.0GB]
[20:03:12] Topology snapshot [ver=2, server nodes=2, client nodes=0, CPUs=12, heap=4.5GB]
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGBUS (0x7) at pc=0xb68a176c, pid=4000, tid=1859777632
#
# JRE version: Java(TM) SE Runtime Environment (8.0_33-b05) (build     1.8.0_33-b05)
# Java VM: Java HotSpot(TM) Server VM (25.33-b05 mixed mode linux-arm )
# Problematic frame:
# V  [libjvm.so+0x72c76c]  Unsafe_GetFloat+0x5c
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/volker/development/apache-ignite-fabric-1.3.0-incubating-bin/bin/hs_err_pid4000.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#

任何人都可以在这里提供帮助吗?通常可以在基于 ARM 的设备上使用 Ignite 吗?

4

1 回答 1

1

来自 Apache 的人说他们在 1.6.0 中解决了这个问题,所以我用一个简单的例子尝试了一个 nightly,它似乎真的有效。干得好伙计们!

于 2016-02-08T15:59:54.697 回答