You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: