parfor error with latest JVM update on OSX

1 view (last 30 days)
Greetings. After updating my JVM I'm getting a Java exception calling parfor. Not sure how to proceed from here. Any help would be much appreciated
Thanks
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 (line 38) logger = Logger.getLogger('net.jini');
Error in distcomp/schema (line 11) initclient;
Error in parallel_function (line 430) if W > 0 && PCTInstalled && distcomp.remoteparfor.tryRemoteParfor
Error in recParams (line 73) parfor seed_index = 1 : task_data.num_seeds

Accepted Answer

Walter Roberson
Walter Roberson on 16 Feb 2013

More Answers (0)

Categories

Find more on Startup and Shutdown 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!