MathWorks Licensing Error 96 when running a Docker image of MATLAB in a GitLab Runner
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 1 de Feb. de 2022
Editada: MathWorks Support Team
el 13 de Mayo de 2025
I'm using the MATLAB Docker Image in a GitLab Runner and I get an error message when trying to run MATLAB in the Docker image. Specifically, I see the Runner using the Docker image try to run my MATLAB script:
$ matlab -batch "myScript.m"
License checkout failed.
MathWorks Licensing Error 96
A licensing error occurred while trying to use <PRODUCTNAME>.
Unable to communicate with your organization's license server or the Network License Manager has not been started.
Troubleshoot this issue by visiting: https://www.mathworks.com/matlabcentral/answers/95122
How can I fix this?
Respuesta aceptada
MathWorks Support Team
el 13 de Mayo de 2025
Editada: MathWorks Support Team
el 13 de Mayo de 2025
Check that the GitLab Runner isn't blocking the port to the license server. To do this, you can use nmap or similar utilities.
Also, check the following article: https://www.mathworks.com/matlabcentral/answers/95122
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Manage Products en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!