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

6 ビュー (過去 30 日間)
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

採用された回答

MathWorks Support Team
MathWorks Support Team 2023 年 12 月 26 日
編集済み: MathWorks Support Team 2022 年 6 月 14 日
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:

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeManage Products についてさらに検索

タグ

タグが未入力です。

製品

Community Treasure Hunt

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

Start Hunting!

Translated by