Why does starting the network license manager result in the error message "(lmgrd) license daemon: system error code: No such file or directory"?

10 views (last 30 days)
When launching lmgrd from shell we get the following error in the log file:
ERROR: 9:30:18 (lmgrd) lmgrd tcp-port 27000
9:30:18 (lmgrd) Starting vendor daemons ...
9:30:18 (lmgrd) license daemon: execute process failed: (./MLM) -T polyspace 10.8 3 -c /usr/local/PolySpace/PolySpace_Common/etc/license.dat
9:30:18 (lmgrd) license daemon: system error code: No such file or directory

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 26 Dec 2023
Edited: MathWorks Support Team on 14 Jun 2022
This error is caused by a permissions issue.
In the FLEXnet directory, the MLM vendor daemon does not have execution permission.
This issue can be resolved by executing a chmod 755 on MLM and then relaunching lmgrd as follows:
<pathToFLexnet>/lmgrd -c $POLYSPACE_COMMON/etc/license.dat -l ./flexnet.log
Alternatively, this issue may be caused due to missing LSB libraries. See the following article for more information:

More Answers (0)

Categories

Find more on Manage Products in Help Center and File Exchange

Tags

No tags entered yet.

Products

Community Treasure Hunt

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

Start Hunting!