MATLAB Connector tries to reinstall every time I start it

조회 수: 30 (최근 30일)
Matt J Dunn
Matt J Dunn 2021년 4월 1일
답변: Conor Burgess 2022년 2월 11일
I'm using MATLABConnector on Ubuntu. MATLABConnector doesn't start at bootup, so I have to type MATLABConnector start at the Linux terminal to start it. The first time I run this command, the MATLABConnector installation window appears. Subsequent commands sent using MATLABConnector (such as start, toggle, status and stop) work as expected, but only until I reboot the computer. After a reboot, the command MATLABConnector start brings up the installation procedure again. Consequently, I have to reinstall MATLABConnector every time I boot up the computer.
How do I fix this behaviour? Having to reinstall the software every time I turn on the computer is a real hassle.
  댓글 수: 2
Xiangmin (Jim) Jiao
Xiangmin (Jim) Jiao 2021년 4월 19일
I am having the same (or a similar) issue with MATLABConnector v1.7.0.24 on Ubuntu. After restart, running MATLABConnector start would start the configuration process again. I have to reenter my email address and password and choose the path for MATLAB-Drive. It seems that MATLABConnector did not save the configuration on the local disk or could not read the saved configuration. It seems to be a bug. Hopefully MathWorks will look into this and fix it in the next release.
Richard Ketchersid
Richard Ketchersid 2021년 12월 28일
I have the same issue and have been having it for some time on Windows 10.

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

답변 (1개)

Conor Burgess
Conor Burgess 2022년 2월 11일
Apologies for the delayed response. The most reliable way to resolve these issues is to grab a fresh install. Here's how:
  1. Kill any MATLABConnector process, and then any MathworksServiceHost processes that are running (System Monitor or the killall command can be used for this).
  2. In a terminal, run the following commands
rm -rf ~/.MATLABConnector/v1.*
rm -rf ~/.MATLABConnector/$HOST/LatestInstall.info
rm -rf ~/.MATLABConnector/$HOST/UpdatePending.json
rm -rf ~/.MathWorks/ServiceHost/$HOST/v1.*
rm -rf ~/.MathWorks/ServiceHost/$HOST/LatestInstall.info
rm -rf ~/.matlab/credentials
There's then one thing to clean up in your login keyring - you can access this by running seahorse and then looking for the login keyring under "Passwords". In there, you may find one or more items named MathWorks Key. Please remove these.
If you then head over to https://www.mathworks.com/products/matlab-drive.html and re-download the latest Linux installer, you can run it from a terminal with e.g. (the version number may well be newer than this):
sh ~/Downloads/mathworksservicehost_1.9.1.1_glnxa64_installer.bin
It should then kick off a fresh install, and get you up and running on the latest version, which should then keep itself up to date without any more issues.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by