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

"No suitable Java Virtual Machine" Error on IB Deployment under macOS (M1 Chip) #114

Closed
AlexCatarino opened this issue Jul 8, 2022 · 1 comment · Fixed by QuantConnect/Lean#6509

Comments

@AlexCatarino
Copy link
Member

The IB Gateway shell script checks the Java version installed and it only accepts 1.8.0_152.
However, the Lean docker image for M1 is only pre-installed with Java 1.8.0_312.

Ref.: Community Forum:
Lean local live trading IBGateway error: No suitable Java Virtual Machine could be found on your system.?

Potential solution:
Update ARM image to include Java VM 1.8.0_152.

Martin-Molinero added a commit to Martin-Molinero/Lean that referenced this issue Jul 25, 2022
- Fix for ARM IB gateway java version check.
  See QuantConnect/lean-cli#114
Martin-Molinero added a commit to QuantConnect/Lean that referenced this issue Jul 26, 2022
- Fix for ARM IB gateway java version check.
  See QuantConnect/lean-cli#114
@jmullen
Copy link

jmullen commented Mar 14, 2024

It appears this does not fix the issue for the M2 chip.

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

Successfully merging a pull request may close this issue.

2 participants