MATLAB: Do I get “Fatal Internal Error” when starting an MATLAB Parallel Server worker on Linux

MATLAB Parallel Server

I am trying to start a worker after setting up MATLAB Parallel Server on Linux, but I receive the following error:
"Fatal Internal Error: Unexpected exception: 'N5boost16exception_detail10clone_implINS0_39current_exception_std_exception_wrapperISt13runtime_errorEEEE: libXt.so.6: cannot open shared object file: No such file or directory' in createMVMAndCallParser phase 'Creating local MVM'
When starting an MATLAB Parallel Server worker on Linux"

Best Answer

This error means that you are missing the libXt6 library. To resolve this error, please refer to your specific distribution of Linux guides for installing the missing package.
Example:
apt-get install libxt6
NOTE: Starting in R2019a the following name changes occurred:
  • MATLAB Distributed Computing Server was renamed to MATLAB Parallel Server
  • mdce_def was renamed to mjs_def
  • mdce binary was renamed to mjs