Developing a Matlab docker container which can run Matlab 2012 versions
34 次查看(过去 30 天)
显示 更早的评论
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 个评论
Walter Roberson
2024-11-14,0:24
Question: Are you trying to run the 32 bit Linux version of MATLAB? That was available only up to R2012a. https://www.mathworks.com/matlabcentral/answers/110330-is-the-network-license-manager-available-for-32-bit-linux-machines#answer_118984
Walter Roberson
2024-11-14,0:31
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.
回答(1 个)
Nick Choi
2024-11-14,16:17
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Licensing on Cloud Platforms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!