Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Matlab Add-On fix #5

Open
comperem opened this issue Nov 22, 2022 · 1 comment
Open

Matlab Add-On fix #5

comperem opened this issue Nov 22, 2022 · 1 comment

Comments

@comperem
Copy link

comperem commented Nov 22, 2022

Hello, I received the same error posted here with text:
End - Unsuccessful Exception: java.lang.InterruptedException

This issue is not listed on the Mathworks website, but I resolved it by changing ownership from root to my username with:
cd /usr/local
chown -R $USER MATLAB
Then just for good measure, I also did the chgrp as well:
chgrp -R $USER MATLAB

Returning to Matlab allowed for a successful Add-On installation. I was installing the Instrument Control Toolbox using Ubuntu Mate 22.04 linux with Matlab R2022b.

This link with "Something Unexpected Occurred" gave the suggestion.

MDC

@hersa37
Copy link

hersa37 commented Dec 16, 2022

I can confirm that this method works. Currently running Manjaro with 6.1 kernel. Managed to install Fuzzy Logic Toolbox and Machine Learning Toolbox
image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants