How do I fix it?(error code = 16)
Show older comments
I purchased and installed MATLAB Production Server, then created an Instance and ran it, but the following error came out: "Server failed to start (error code = 16): license checkout failed Server process exited with return code: 16 (check logs for more) information)" Runtime was set in the Setting part of Instance. But I get error code = 16. How do I fix it?
I referenced that url, but I can't understand.
1 Comment
Byeong Cheol Kim
on 26 May 2021
Answers (1)
Manas Meena
on 1 Jun 2021
License error code 16 means MLM daemon path is invalid.
Check your $MPS_INSTALL/etc/license.dat (if Windows, $MPS_INSTALL\etc\license.dat) file and DAEMON MLM path is correct. If you're using Linux, this path would be
DAEMON MLM $MPS_INSTALL/etc/glnxa64/mlm
In case of Windows, this path should be
DAEMON MLM $MPS_INSTALL\etc\win64\mlm.exe
Categories
Find more on Manage Products in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!