-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Comments
Same issue for me from container-registry.oracle.com/database/ords-developer:24.4.0
Spent days trying to work out why it kept reporting :
Turns out it is just bad error processing in the entrypoint.sh - ANY error gets reporting suggesting invalid user/password, instead of the true error. Wondering why this can be classified as 'latest' image when it clearly fails. ** THIS issue seems to be related to M4 ARM architecture - which probably explains why it isn't a problem for everybody. There seems to be a fix for openjdk (adding environment variable - JAVA_TOOL_OPTIONS=“-XX:UseSVE=0”), but this does not work for Oracle java. |
Same as oracle/graal#11057 which is closed |
Uh oh!
There was an error while loading. Please reload this page.
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: