DPARSFA Error

Hello,
when using the DPARSFA toolbox (2.1; (Matlab 2012b / Mac OSx 10.8.2)) to run a FC Analysis, the following error occurs: 
 ??? Java exception occurred:

java.lang.NullPointerException
at java.util.logging.Logger.demandLogger(Logger.java:286)
at java.util.logging.Logger.getLogger(Logger.java:321)
 
Error in ==> initclient at 38
logger = Logger.getLogger('net.jini');
 
Error in ==> distcomp.schema at 11
initclient;
 
Error in ==> parallel_function at 430
if W > 0 && PCTInstalled && distcomp.remoteparfor.tryRemoteParfor
 
Error in ==> DPARSFA_run at 2906
    parfor i=1:AutoDataProcessParameter.SubjectNum
 
Error in ==> DPARSFA>pushbuttonRun_Callback at 1579
    [Error]=DPARSFA_run(handles.Cfg);
 
Error in ==> gui_mainfcn at 96
        feval(varargin{:});
 
Error in ==> DPARSFA at 33
    gui_mainfcn(gui_State, varargin{:});
 
??? Error while evaluating uicontrol Callback

Hi,

Seems something changed for parallel computing in MATLAB 2012b? Or a java related issue with your computer?

I am sorry that I don't have MATLAB 2012b to test the program yet. Seems they changed a lot in MATLAB 2012b. :(

Best,

Chao-Gan

 Hi,

indeed - it was related to a java update.

Fortunately, mathworks provides a bugreport for this.

Here is the link if anybody faces the same problem:
http://www.mathworks.com/matlabcentral/answers/65093-os-x-java-update-causes-matlab-parallel-computing-toolbox-to-break .

With that it works fine again!