Why do I get "Fatal Internal Error" when starting an MATLAB Parallel Server worker on Linux?

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"

 채택된 답변

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

추가 답변 (0개)

카테고리

도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by