Matlabpool doesn't open: No public field IsStartupComplete for class distcom.in​teractivec​lient

1 view (last 30 days)
In Matlab R2012b I get the following error message when trying to open matlabpool. I'm on Mountain Lion, Macbook Pro Retina. Anyone have a clue how to fix this? Google doesn't return anything!
>> matlabpool open
Error using matlabpool (line 144)
Failed to open matlabpool. (For information in addition to the causing error, validate the profile 'local' in the Cluster
Profile Manager.)
Caused by:
No public field IsStartupComplete exists for class distcomp.interactiveclient.
Undefined function 'validate' for input arguments of type
'com.mathworks.toolbox.distcomp.ui.desk.ProfileDesktopMenuProvider$10'.
com.mathworks.jmi.MatlabException: Undefined function 'validate' for input arguments of type 'com.mathworks.toolbox.distcomp.ui.desk.ProfileDesktopMenuProvider$10'.
at com.mathworks.jmi.NativeMatlab.SendMatlabMessage(Native Method)
at com.mathworks.jmi.NativeMatlab.sendMatlabMessage(NativeMatlab.java:219)
at com.mathworks.jmi.MatlabLooper.sendMatlabMessage(MatlabLooper.java:120)
at com.mathworks.jmi.Matlab.mtFevalConsoleOutput(Matlab.java:1608)
at com.mathworks.jmi.MatlabWorker.feval(MatlabWorker.java:195)
at com.mathworks.jmi.MatlabWorker.feval(MatlabWorker.java:172)
at com.mathworks.toolbox.distcomp.ui.profile.model.ValidationManager$2.runOnMatlabThread(ValidationManager.java:120)
at com.mathworks.jmi.MatlabWorker$2.run(MatlabWorker.java:79)
at com.mathworks.jmi.NativeMatlab.dispatchMTRequests(NativeMatlab.java:364)

Answers (1)

Jason Ross
Jason Ross on 12 Apr 2013

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!