Every time I log in, I get an error message dialog: Error starting MATLAB Connector: One or more services failed to start

조회 수: 5 (최근 30일)
I'm running Windows 10, and MATLAB R2023b, although I've seen this problem through several prior versions.
Every time I log in, a dialog box pops up with the error message:
Error starting MATLAB Connector: One or more services failed to start
I've uninstalled and reinstalled MATLAB Connector multiple times. The Connector itself seems to work when I start MATLAB, but this error message is kind of a pain. What's going wrong and how can I fix it?

답변 (1개)

Hitesh
Hitesh 2024년 9월 30일
Hi Garrett Mitchener,
I too have encountered this error. The error message indicates that the services is not installed properly on the compute nodes. To address this, begin by verifying whether any MATLAB services are currently active on the machine.
If you do not see any services running, run the following script located in $MATLAB\toolbox\parallel\bin, where $MATLAB is the MATLAB Parallel Server root installation folder, on the compute nodes:
mjs install
If there are services running, run the following scripts located in $MATLAB\toolbox\parallel\bin, where $MATLAB is the MATLAB Parallel Server root installation folder:
mjs uninstall
mjs install
  댓글 수: 5
Hitesh
Hitesh 2024년 10월 4일
Hi Garrett Mitchener
Ensure that the MATLAB Connector services are set to start automatically. You can achieve that with following steps:
  • Pressing Win + R to open the Run dialog.
  • Typing services.msc and pressing Enter.
  • In the Services window, look for any services related to MATLAB Connector.
  • Right-click each service, select Properties, and set the Startup type to Automatic.
If this error still persists, than this might be best handled with MathWorks tech support. Here is the link to submit a technical support request?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by