[
https://issues.apache.org/jira/browse/ARTEMIS-5313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939505#comment-17939505
]
Justin Bertram commented on ARTEMIS-5313:
-----------------------------------------
I spun up a VM using Ubuntu 24.10 ARM64 (i.e.
[ubuntu-24.10-live-server-arm64.iso|https://cdimage.ubuntu.com/releases/oracular/release/])
on my machine using QEMU and this worked fine:
{noformat}
docker run -d --platform linux/arm64 -p 61616:61616 -p 8161:8161 --name
artemis-debug apache/activemq-artemis:latest{noformat}
The broker was created and started up as expected.
Given this and the fact that the JRE is crashing, it would seem that your issue
is more related to your environment than to ActiveMQ Artemis specifically.
> Docker for arm64 Fails to start on Mac or linux/arm64
> -----------------------------------------------------
>
> Key: ARTEMIS-5313
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5313
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Configuration
> Affects Versions: 2.39.0
> Environment: MacOS 15 M4 Max/128GB of memory
> Docker Desktop for Mac fully updated.
> Ubuntu 24.04 ARM 64 fully patched
> Reporter: James Hancock
> Priority: Major
>
> When run with this docker command on Mac or linux (vm on mac through
> parallels running ubuntu arm64)
> docker run -d --platform linux/arm64 -p 61616:61616 -p 8161:8161 --name
> artemis-debug apache/activemq-artemis:latest
> It results in this:
> 2025-02-18 10:11:51 #
> 2025-02-18 10:11:51 # A fatal error has been detected by the Java Runtime
> Environment:
> 2025-02-18 10:11:51 #
> 2025-02-18 10:11:51 # SIGILL (0x4) at pc=0x0000ffff72267c5c, pid=7, tid=15
> 2025-02-18 10:11:51 #
> 2025-02-18 10:11:51 # JRE version: (21.0.4+7) (build )
> 2025-02-18 10:11:51 # Java VM: OpenJDK 64-Bit Server VM (21.0.4+7-LTS, mixed
> mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc,
> linux-aarch64)
> 2025-02-18 10:11:51 # Problematic frame:
> 2025-02-18 10:11:51 # j java.lang.System.registerNatives()V+0
> [email protected]
> 2025-02-18 10:11:51 #
> 2025-02-18 10:11:51 # No core dump will be written. Core dumps have been
> disabled. To enable core dumping, try "ulimit -c unlimited" before starting
> Java again
> 2025-02-18 10:11:51 #
> 2025-02-18 10:11:51 # An error report file with more information is saved as:
> 2025-02-18 10:11:51 # /var/lib/artemis-instance/hs_err_pid7.log
> 2025-02-18 10:11:51 [0.045s][warning][os] Loading hsdis library failed
> 2025-02-18 10:11:51 #
> 2025-02-18 10:11:51 # The crash happened outside the Java Virtual Machine in
> native code.
> 2025-02-18 10:11:51 # See problematic frame for where to report the bug.
> 2025-02-18 10:11:51 #
> 2025-02-18 10:11:51 /docker-run.sh: line 42: 7 Aborted
> /opt/activemq-artemis/bin/artemis create ${CREATE_ARGUMENTS} .
> I've tried back 5 versions with no change
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact