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

59 次查看(过去 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,10:39
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
  1 个评论
Garrett Mitchener
Garrett Mitchener 2024-10-1,13:44
Just to clarify: This problem is on a single machine, not a parallel cluster.
I've looked for the mjs script, and it doesn't seem to exist.
In C:\Program Files\MATLAB\R2023b\toolbox\parallel, there are directories gpu and web, but no bin.

请先登录,再进行评论。

产品


版本

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by