Developing a Matlab docker container which can run Matlab 2012 versions

3 visualizaciones (últimos 30 días)
Ross
Ross el 13 de Nov. de 2024
Respondida: Nick Choi el 14 de Nov. de 2024
Hello folks,
I currently manage a Jupyter Data Science workbench (JupyterHub) for students. I am planning to add support for Matlab container as well. We currently have access to Matlab locally using network licence manager (for Matlab 2012 ish versions). But while using matlab containers ( which all were 2020+ versions ) this caused incompatibility with current network licence managers.
Error
License checkout from 27000@server_name failed. For more details, see https://github.com/mathworks/matlab-proxy/blob/main/MATLAB-Licensing-Info.md.
Error logs:
License checkout failed.
License Manager Error -114
This release requires a network license manager update and a new license file from the License Center.
Troubleshoot this issue by visiting:
https://www.mathworks.com/support/lme/114
Is there any way I can build a Matlab 2012 container in order to make this work? Is there any way to run Matlab latest versions (2024) with network liscence manager of older versions
  3 comentarios
Walter Roberson
Walter Roberson el 14 de Nov. de 2024
The R2013b license manager is available for download through http://web.archive.org/web/20131109042411/https://www.mathworks.com/support/install/license_manager_files.html . Unfortunately R2013b introduced a new version of the license manager; it should be backwards compatible but might not work for your purposes.

Iniciar sesión para comentar.

Respuestas (1)

Nick Choi
Nick Choi el 14 de Nov. de 2024
Based on the info in the post, it sounds like you are planning to add MATLAB Integration for Jupyter to your JupyterHub - is that correct? If so, the Requirements section of the README for the integration states that it requires MATLAB R2020b or later, so it would not work with R2012a or R2012b.
As the error message suggests, the network license manager and license file would need to be updated in order to support the latest release of MATLAB. If you contact MathWorks Technical Support, they should be able to help walk through the update process.

Categorías

Más información sobre Licensing on Cloud Platforms en Help Center y File Exchange.

Productos


Versión

R2024b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by