You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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$
The text was updated successfully, but these errors were encountered:
linux/arm64 version of
container-registry.oracle.com/database/ords:25.1.0
complains about the java installation in the container:running
java -version
results in a fatal error:The text was updated successfully, but these errors were encountered: