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." with MATLAB Parallel Server?
15 views (last 30 days)
Show older comments
MathWorks Support Team
on 1 Sep 2023
Edited: MathWorks Support Team
on 26 Sep 2023
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
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
0 Comments
More Answers (0)
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!