MATLAB Connector tries to reinstall every time I start it

31 Ansichten (letzte 30 Tage)
Matt J Dunn
Matt J Dunn am 1 Apr. 2021
Beantwortet: Conor Burgess am 11 Feb. 2022
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 Kommentare
Xiangmin (Jim) Jiao
Xiangmin (Jim) Jiao am 19 Apr. 2021
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 am 28 Dez. 2021
I have the same issue and have been having it for some time on Windows 10.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Conor Burgess
Conor Burgess am 11 Feb. 2022
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.

Kategorien

Mehr zu Introduction to Installation and Licensing 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!

Translated by