QuantConnect/lean-cli

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

Closed this issue · 1 comments

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.

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