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

[Bug]: These versions do not start due to an invalid CMD with Java 8: 5.0, 5.1, 5.3 #419

Closed
mbentley opened this issue Apr 3, 2024 · 1 comment
Assignees

Comments

@mbentley
Copy link
Owner

mbentley commented Apr 3, 2024

Controller Version

5.0, 5.1, 5.3

Describe the Bug

CMD is incorrect, --add-opens java.base/java.util=ALL-UNNAMED isn't valid for Java 8; controller fails to start

Expected Behavior

Controller will start

Steps to Reproduce

Start the controller with the impacted versions

How You're Launching the Container

standard run command

Container Logs

n/a

MongoDB Logs

No response

Additional Context

No response

@mbentley mbentley self-assigned this Apr 3, 2024
@mbentley
Copy link
Owner Author

mbentley commented Apr 3, 2024

I can probably assign the CMD as a temporary variable and remove the --add-opens java.base/java.util=ALL-UNNAMED if java is found to be version 8 and re-set it as the arguments (using set). That would be done via the entrypoint.

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