Where are log files for debugging PolySpace located?

8 views (last 30 days)
I know that the network license manager for PolySpace, the PolysSpace Installer, and the PolySpace daemon have debug logfiles. Where are these located?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 26 Feb 2019
Network License Manager
=====
On Windows, the license manager log file location for PolySpace is generally specified in lmtools.exe. If you open lmtools.exe and go to the "Config Services" tab, you will see a "Path to the debug logfile". Our install guides use the example of:
C:\PolySpace\FLEXlm\pst.log
On Unix, the license manager log file location for PolySpace is generally specified when the license manager is started. Our install guides say to specify this with the -l command:
FLEXnetPath/lmgrd -c license_lic_path -l filename.log &
Our install guides use the example of:
/usr/local/PolySpace/FLEXnet/FLEXnet.log
When this is not speicifed, by default, the log file for the MathWorks products using the license manager go into /var/tmp/ and is called lm_TMW.log.
PolySpace Daemon
=====
A log file for the PolySpace daemon is automatically saved as ASCII text in the PolySpace_RLDatas folder. It is called polyspaced.log.
Windows: C:\PolySpace\PolySpace_RLDatas\polyspaced.log
Unix: /var/PolySpace/polyspaced.log
The polyspaced.log file contains installation log information as well as all communication between clients and the Queue Manager during the Queue Manager life.
PolySpace Installer
=====
The installer creates a log file for each component of the installation and saves it to the directory the component was installed to. There will be a separate log for the Polyspace common files and each Polyspace language product.
The following are examples for Polyspace R2010b on Windows if the default installation directories are kept.
You will find PolySpace_Shared_Components_InstallLog.xml in C:\PolySpace\PolySpace_Common. If you are installing Polyspace for Ada, you will find PolySpace_(R)_for_Ada_R2010b_InstallLog.xml in C:\PolySpace\PolySpaceForADA_R2010b. If you are installing Polyspace for C/C++ you will find PolySpace_(R)_for_C_and_C++_R2010b_InstallLog.xml in C:\PolySpace\PolySpaceForCandCPP_R2010b.
These logfiles have the same name on other platforms and are also contained in the equivalent installation folders (/usr/local/PolySpace/PolySpace_Common on Linux for example).

More Answers (0)

Categories

Find more on Manage Products in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!