Why do I receive the error "The import statement 'import com.mathwo​rks.toolbo​x.distcomp​.mjs.auth.​credential​s.UserIden​tity' cannot be found or cannot be imported. Imported names must end with '.*' or be fully qualified." with MATLAB Parallel Server?

15 views (last 30 days)
Why do I receive the error "The import statement 'import com.mathworks.toolbox.distcomp.mjs.auth.credentials.UserIdentity' cannot be found or cannot be imported. Imported names must end with '.*' or be fully qualified." when attempting to change the user and/or password with security enabled for MATLAB Parallel Server?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 26 Sep 2023
Edited: MathWorks Support Team on 26 Sep 2023
This suggests that there is something wrong with the MATLAB installation, such as Parallel Computing Toolbox not being installed. Please perform the following commands and if the issue persists, reinstall MATLAB and Parallel Computing Toolbox.
>> restoredefaultpath
>> rehash toolboxcache
>> savepath

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!