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

Non-deterministic License Manager Error 4402 with latest release of MATLAB with windows-latest or macos-latest #43

Closed
traversaro opened this issue Oct 1, 2023 · 9 comments

Comments

@traversaro
Copy link

I have a GitHub Action job that frequently (around 4 times out of 5) on with release: latest on a step that uses matlab-actions/run-command@v1 with error:

  ======BEGIN LICENSE MANAGER ERROR======
  License checkout failed.
  License Manager Error 4402
  Missing root element in response
  
  Troubleshoot this issue by visiting: 
  https://www.mathworks.com/support/lme/4402
  
  Diagnostic Information:
  Feature: MATLAB_Distrib_Comp_Engine 
  License path:  
  Licensing error: 4402,0.
  ======END LICENSE MANAGER ERROR======
  
  exit status 1

other job that use R2022a or R2022b work fine all the time.

The job is https://github.com/robotology/robotology-superbuild/blob/master/.github/workflows/matlab-one-line-install-test.yml , recent job execution:

Downstream issue: robotology/robotology-superbuild#1492 .

@traversaro
Copy link
Author

Another job in which I am experiencing this is https://github.com/robotology/idyntree/blob/master/.github/workflows/matlab.yml .

@mcafaro
Copy link
Member

mcafaro commented Oct 1, 2023

Hi @traversaro,

Thanks for the report. We are looking into it.

Best,
Mark

@traversaro
Copy link
Author

traversaro commented Oct 1, 2023

Thanks for the feedback @mcafaro !

@traversaro
Copy link
Author

Probably related PR: osqp/osqp-matlab#51 .

traversaro added a commit to robotology/robotology-superbuild that referenced this issue Oct 12, 2023
* Do not run MATLAB tests on matlab latest version

Workaround for matlab-actions/run-command#43
traversaro added a commit to robotology/idyntree that referenced this issue Oct 16, 2023
@fangq
Copy link

fangq commented Oct 27, 2023

also saw this error on windows-2019 with MATLAB latest
https://github.com/fangq/jsonlab/actions/runs/6669729937/job/18128129445

@mcafaro
Copy link
Member

mcafaro commented Feb 5, 2024

This issue should hopefully be resolved. Can you please give it a try and report back?

@traversaro
Copy link
Author

traversaro commented Feb 6, 2024

This issue should hopefully be resolved. Can you please give it a try and report back?

Thanks, I opened robotology/robotology-superbuild#1593 to check this . It is supposed to be solved in general or just for v2? No problem in updating to v2, just to understand.

@mcafaro
Copy link
Member

mcafaro commented Feb 6, 2024

It should be resolved on both v1 and v2.

@traversaro
Copy link
Author

Everything seems to be working fine, thanks a lot! Let's close the issue, if anyone experience something similar feel free to re-open or open a new issue.

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

No branches or pull requests

3 participants