Every time I log in, I get an error message dialog: Error starting MATLAB Connector: One or more services failed to start
    18 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
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?
0 Kommentare
Antworten (1)
  Hitesh
      
 am 30 Sep. 2024
        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 Kommentare
  Hitesh
      
 am 4 Okt. 2024
				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?
Siehe auch
Kategorien
				Mehr zu Manage MATLAB Job Scheduler Processes finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

