not able to start Matlabpool
1 view (last 30 days)
Show older comments
Hi, when I try to start a matlabpool in R2102B I receive the following error
>> matlabpool open Error using matlabpool (line 134) Java exception occurred: java.lang.NullPointerException at java.util.logging.Logger.demandLogger(Logger.java:286) at java.util.logging.Logger.getLogger(Logger.java:321)
Similarly if try to do in R2013A I received the following error
>> matlabpool open Error using matlabpool (line 134) Java exception occurred: java.lang.NullPointerException at java.util.logging.Logger.demandLogger(Logger.java:286) at java.util.logging.Logger.getLogger(Logger.java:321)
Can you please advise how to fix this problem.
Thank you, Glenn
Details of ver below
Ver for 2012B >> ver -------------------------------------------------------------------------------------------------------- MATLAB Version: 8.0.0.783 (R2012b) MATLAB License Number: Operating System: Mac OS X Version: 10.8.2 Build: 12C3006 Java Version: Java 1.6.0_43-b01-447-11M4203 with Apple Inc. Java HotSpot™ 64-Bit Server VM mixed mode -------------------------------------------------------------------------------------------------------- MATLAB Version 8.0 (R2012b) Simulink Version 8.0 (R2012b) Curve Fitting Toolbox Version 3.3 (R2012b) Database Toolbox Version 4.0 (R2012b) Econometrics Toolbox Version 2.2 (R2012b) Financial Toolbox Version 5.0 (R2012b) Image Processing Toolbox Version 8.1 (R2012b) MATLAB Compiler Version 4.18 (R2012b) MATLAB Report Generator Version 3.13 (R2012b) Mapping Toolbox Version 3.6 (R2012b) Optimization Toolbox Version 6.2.1 (R2012b) Parallel Computing Toolbox Version 6.1 (R2012b) Signal Processing Toolbox Version 6.18 (R2012b) SimEvents Version 4.2 (R2012b) Statistics Toolbox Version 8.1 (R2012b) Symbolic Math Toolbox Version 5.9 (R2012b) >>
Details for Ver 2013A
>> >> ver -------------------------------------------------------------------------------------------------------- MATLAB Version: 8.1.0.604 (R2013a) MATLAB License Number: Operating System: Mac OS X Version: 10.8.2 Build: 12C3006 Java Version: Java 1.6.0_43-b01-447-11M4203 with Apple Inc. Java HotSpot™ 64-Bit Server VM mixed mode -------------------------------------------------------------------------------------------------------- MATLAB Version 8.1 (R2013a) Simulink Version 8.1 (R2013a) Curve Fitting Toolbox Version 3.3.1 (R2013a) Database Toolbox Version 4.1 (R2013a) Econometrics Toolbox Version 2.3 (R2013a) Financial Toolbox Version 5.1 (R2013a) Image Processing Toolbox Version 8.2 (R2013a) MATLAB Compiler Version 4.18.1 (R2013a) Mapping Toolbox Version 3.7 (R2013a) Optimization Toolbox Version 6.3 (R2013a) Parallel Computing Toolbox Version 6.2 (R2013a) Signal Processing Toolbox Version 6.19 (R2013a) SimEvents Version 4.3 (R2013a) Statistics Toolbox Version 8.2 (R2013a) >>
0 Comments
Answers (4)
Thomas Ibbotson
on 12 Mar 2013
This is a known issue with the newer versions of the Java Virtual Machine. There is a patch available at:
Cheers, Tom
1 Comment
trevor
on 11 May 2013
This fix worked for me on a MacBook Pro Retina with Matlab2012b.
Just be careful not to delete all files in the respective folders when you copy them over to the Matlab.app folder
Oliver Chikumbo
on 5 Apr 2013
I have tried the above on a macbook pro retina display with mountain lion and still getting the same error
0 Comments
elcebir
on 19 Oct 2013
i tried the solution on imac late 2013 27" i7 3.4 ghz computer but it didn't work
0 Comments
See Also
Categories
Find more on Parallel Computing Fundamentals in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!