Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal Error in Java Runtime Environment #2205

Open
pdaehnert2 opened this issue Jan 16, 2025 · 0 comments
Open

Fatal Error in Java Runtime Environment #2205

pdaehnert2 opened this issue Jan 16, 2025 · 0 comments

Comments

@pdaehnert2
Copy link

Using a new MacBook Pro with ARM Processor i experience the follwing problem:

Issue: s3 container will not run with the error message shown below. The Container is running properly on my old linux machine and on a Apple Intel Machine. I do have an ARM Processor though

Device: Apple Macbook Pro M4 MX2X3D/A
Installed Docker Version: Docker version 27.4.0, build bde2b89
Installed Docker Compose Version: Docker Compose version v2.31.0-desktop.2
Installed Java Version: java 23.0.1 2024-10-15
Java(TM) SE Runtime Environment (build 23.0.1+11-39)
Java HotSpot(TM) 64-Bit Server VM (build 23.0.1+11-39, mixed mode, sharing)

ErrorMessage:

2025-01-15 07:39:48 OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
2025-01-15 08:40:03 OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
2025-01-15 08:40:04 OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
2025-01-15 07:39:49 #
2025-01-15 07:39:49 # A fatal error has been detected by the Java Runtime Environment:
2025-01-15 07:39:49 #
2025-01-15 07:39:49 # SIGILL (0x4) at pc=0x0000ffffaa93ffec, pid=1, tid=7
2025-01-15 07:39:49 #
2025-01-15 07:39:49 # JRE version: (21.0.5+11) (build )
2025-01-15 07:39:49 # Java VM: OpenJDK 64-Bit Server VM (21.0.5+11-alpine-r0, mixed mode, tiered, compressed class ptrs, z gc, linux-aarch64)
2025-01-15 07:39:49 # Problematic frame:
2025-01-15 07:39:49 # j java.lang.System.registerNatives()V+0 java.base
2025-01-15 07:39:49 #
2025-01-15 07:39:49 # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
2025-01-15 07:39:49 #
2025-01-15 07:39:49 # An error report file with more information is saved as:
2025-01-15 07:39:49 # //hs_err_pid1.log
2025-01-15 07:39:49 [0.074s][warning][os] Loading hsdis library failed
2025-01-15 07:39:49 #
2025-01-15 07:39:49 # The crash happened outside the Java Virtual Machine in native code.
2025-01-15 07:39:49 # See problematic frame for where to report the bug.
2025-01-15 07:39:49 #
2025-01-15 08:40:03 #
2025-01-15 08:40:03 # A fatal error has been detected by the Java Runtime Environment:
2025-01-15 08:40:03 #
2025-01-15 08:40:03 # SIGILL (0x4) at pc=0x0000ffff8773ffec, pid=1, tid=7
2025-01-15 08:40:03 #
2025-01-15 08:40:03 # JRE version: (21.0.5+11) (build )
2025-01-15 08:40:03 # Java VM: OpenJDK 64-Bit Server VM (21.0.5+11-alpine-r0, mixed mode, tiered, compressed class ptrs, z gc, linux-aarch64)
2025-01-15 08:40:03 # Problematic frame:
2025-01-15 08:40:03 # j java.lang.System.registerNatives()V+0 java.base
2025-01-15 08:40:03 #
2025-01-15 08:40:03 # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
2025-01-15 08:40:03 #
2025-01-15 08:40:03 # An error report file with more information is saved as:
2025-01-15 08:40:03 # //hs_err_pid1.log
2025-01-15 08:40:03 [0.024s][warning][os] Loading hsdis library failed
2025-01-15 08:40:03 #
2025-01-15 08:40:03 # The crash happened outside the Java Virtual Machine in native code.
2025-01-15 08:40:03 # See problematic frame for where to report the bug.
2025-01-15 08:40:03 #
2025-01-15 08:40:04 #
2025-01-15 08:40:04 # A fatal error has been detected by the Java Runtime Environment:
2025-01-15 08:40:04 #
2025-01-15 08:40:04 # SIGILL (0x4) at pc=0x0000ffffae73ffec, pid=1, tid=6
2025-01-15 08:40:04 #
2025-01-15 08:40:04 # JRE version: (21.0.5+11) (build )
2025-01-15 08:40:04 # Java VM: OpenJDK 64-Bit Server VM (21.0.5+11-alpine-r0, mixed mode, tiered, compressed class ptrs, z gc, linux-aarch64)
2025-01-15 08:40:04 # Problematic frame:
2025-01-15 08:40:04 # j java.lang.System.registerNatives()V+0 java.base
2025-01-15 08:40:04 #
2025-01-15 08:40:04 # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
2025-01-15 08:40:04 #
2025-01-15 08:40:04 # An error report file with more information is saved as:
2025-01-15 08:40:04 # //hs_err_pid1.log
2025-01-15 08:40:04 [0.024s][warning][os] Loading hsdis library failed
2025-01-15 08:40:04 #
2025-01-15 08:40:04 # The crash happened outside the Java Virtual Machine in native code.
2025-01-15 08:40:04 # See problematic frame for where to report the bug.
2025-01-15 08:40:04 #

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant