Parallel profile validation failed for some unknown reason
Show older comments
I have 2012b installed on a server under Debian Wheezy. I want to work with it remotely through PCT. All connectivity tests in Admin Center passed successfully, but validation of a cluster profile (on client machine) did not. Job test and Pool job test failed, SPMD passed. Maybe you could recommend a solution to this problem. Here are some of validation results:
Stage: Job test (createJob)
Status: Failed
Description:The job errored or did not reach state finished.
Command Line Output:(none)
Error Report:
Cannot rerun task because there are no rerun attempts left (task has no rerun attempts left).
Original cancel message:
Error submitting fevalRequest: Java exception occurred:
java.lang.NoClassDefFoundError: com/mathworks/webservices/client/core/MathWorksWebServiceClient
at com.mathworks.services.lmgr.HBManagerImpl.getInstance(HBManagerImpl.java:48)
Caused by: java.lang.ClassNotFoundException: com.mathworks.webservices.client.core.MathWorksWebServiceClient
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
... 1 more
.iSetupHeartbeatListener(/opt/matlab/toolbox/distcomp/distcomp_evaluate_task.m:496)
.distcomp_evaluate_task(/opt/matlab/toolbox/distcomp/distcomp_evaluate_task.m:28)
Debug Log:(none)
Stage: Pool job test (createCommunicatingJob)
Status: Failed
Description:The job errored or did not reach state finished.
Command Line Output:(none)
Error Report:
Cannot rerun task because there are no rerun attempts left (task has no rerun attempts left).
Original cancel message:
Error submitting fevalRequest: Java exception occurred:
java.lang.NoClassDefFoundError: com/mathworks/webservices/client/core/MathWorksWebServiceClient
at com.mathworks.services.lmgr.HBManagerImpl.getInstance(HBManagerImpl.java:48)
Caused by: java.lang.ClassNotFoundException: com.mathworks.webservices.client.core.MathWorksWebServiceClient
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
... 1 more
.iSetupHeartbeatListener(/opt/matlab/toolbox/distcomp/distcomp_evaluate_task.m:496)
.distcomp_evaluate_task(/opt/matlab/toolbox/distcomp/distcomp_evaluate_task.m:28)
The parallel job was cancelled because the task with ID 1
terminated abnormally for the following reason:
Cannot rerun task because there are no rerun attempts left (task has no rerun attempts left).
Original cancel message:
Error submitting fevalRequest: Java exception occurred:
java.lang.NoClassDefFoundError: com/mathworks/webservices/client/core/MathWorksWebServiceClient
at com.mathworks.services.lmgr.HBManagerImpl.getInstance(HBManagerImpl.java:48)
Caused by: java.lang.ClassNotFoundException: com.mathworks.webservices.client.core.MathWorksWebServiceClient
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
... 1 more
.iSetupHeartbeatListener(/opt/matlab/toolbox/distcomp/distcomp_evaluate_task.m:496)
.distcomp_evaluate_task(/opt/matlab/toolbox/distcomp/distcomp_evaluate_task.m:28)
Debug Log:(none)
Thanks!
2 Comments
John D'Errico
on 24 Jun 2015
Please, posting the identical question 6 times will not get more attention, it will not get a better answer. It will merely see 5 of those questions deleted as essentially spam.
Alexey
on 24 Jun 2015
Answers (0)
Categories
Find more on Job and Task Creation 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!