Skip to content

ORDS 25.1.0 arm64: Broken java installation #2970

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

Open
plafue opened this issue May 6, 2025 · 0 comments
Open

ORDS 25.1.0 arm64: Broken java installation #2970

plafue opened this issue May 6, 2025 · 0 comments

Comments

@plafue
Copy link

plafue commented May 6, 2025

linux/arm64 version of container-registry.oracle.com/database/ords:25.1.0 complains about the java installation in the container:

docker run -it --rm -v xxxxxxxxx container-registry.oracle.com/database/ords:25.1.0 config list
INFO : Running Oracle REST Data Services CLI command.


Error: ORDS requires Java 17 and above to run.
       Found Java version .
       Please set JAVA_HOME to appropriate version and update PATH if necessary.

running java -version results in a fatal error:

sh-5.1$ java -version
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGILL (0x4) at pc=0x0000ffff9802579c, pid=16, tid=17
#
# JRE version:  (21.0.2+13) (build )
# Java VM: Java HotSpot(TM) 64-Bit Server VM (21.0.2+13-LTS-jvmci-23.1-b30, mixed mode, sharing, tiered, jvmci, jvmci compiler, compressed oops, compressed class ptrs, g1 gc, linux-aarch64)
# Problematic frame:
# j  java.lang.System.registerNatives()V+0 java.base
#
# Core dump will be written. Default location: /opt/oracle/ords/core
#
# An error report file with more information is saved as:
# /opt/oracle/ords/hs_err_pid16.log
[0.018s][warning][os] Loading hsdis library failed
#
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted (core dumped)
sh-5.1$
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