Matlabpool fail to open after unexpected shutdown

I left running my computer for a high demand code which was running with matlabpool. The computer turned off probably when it was still running. After that I am not able to open a matlabpool session again. I uninstalled matlab, deleted the local_scheduler folder, changed the ports using pctconfig, an so on. It always returns with the following error:
Error using matlabpool (line 136)
Failed to open matlabpool. (For information in addition to the causing
error, validate the configuration 'local' in the Configurations Manager.)
Caused by:
Error using
distcomp.interactiveclient/pGetSockets>iThrowIfBadParallelJobStatus
(line 114)
The interactive parallel job finished without any messages.
I ran the validation and gives
Stage: Parallel Job
Status: Failed
Description: The job creation or submission encountered a MATLAB exception.
Command Line Output: (none)
Error Report:
Index exceeds matrix dimensions.
Error in validateConfig>iGetLabInfoFromParallelJob (line 288)
hostnames = outputArgs(:,1);
Error in validateConfig>iRunJobStage (line 379)
[hostnames, labs] = getOutputFcn(job);
Error in validateConfig>doValidate (line 146)
completed = iRunJobStage(scheduler, config, timeout, validationClient, ...
Error in validateConfig (line 54)
doValidate(validationClient, config, timeout);
Debug Log: (none)

Answers (0)

Asked:

on 5 Oct 2013

Community Treasure Hunt

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

Start Hunting!