Paralel Tool Box Cluster Profile Manager Not working

5 ビュー (過去 30 日間)
Ozan Arslan
Ozan Arslan 2017 年 11 月 9 日
コメント済み: Ozan Arslan 2017 年 11 月 10 日
Hi Eveyone, When I open the Cluster Profile Manager in Matlab 2014b, I receive java error in matlab command screen and I could not use this feature. Thanks in advance for the responses.
com.mathworks.jmi.MatlabException: Java exception occurred: java.lang.NullPointerException
at java.util.Collections$UnmodifiableCollection.<init>(Unknown Source)
at java.util.Collections$UnmodifiableList.<init>(Unknown Source)
at java.util.Collections.unmodifiableList(Unknown Source)
at com.mathworks.toolbox.distcomp.ui.profile.model.PropertyInfoProvider.getProfilePropertyInfoList(PropertyInfoProvider.java:124)
at com.mathworks.jmi.NativeMatlab.SendMatlabMessage(Native Method)
at com.mathworks.jmi.NativeMatlab.sendMatlabMessage(NativeMatlab.java:266)
at com.mathworks.jmi.MatlabLooper.sendMatlabMessage(MatlabLooper.java:120)
at com.mathworks.jmi.Matlab.mtFeval(Matlab.java:1622)
at com.mathworks.jmi.MatlabWorker.feval(MatlabWorker.java:197)
at com.mathworks.toolbox.distcomp.ui.profile.model.MatlabProfileManager$1.runOnMatlabThread(MatlabProfileManager.java:72)
at com.mathworks.jmi.MatlabWorker$2.run(MatlabWorker.java:79)
at com.mathworks.jmi.NativeMatlab.dispatchMTRequests(NativeMatlab.java:475)
at com.mathworks.jmi.NativeMatlab.SendMatlabMessage(Native Method) at com.mathworks.jmi.NativeMatlab.sendMatlabMessage(NativeMatlab.java:266) at com.mathworks.jmi.MatlabLooper.sendMatlabMessage(MatlabLooper.java:120) at com.mathworks.jmi.Matlab.mtFeval(Matlab.java:1622) at com.mathworks.jmi.MatlabWorker.feval(MatlabWorker.java:197) at com.mathworks.toolbox.distcomp.ui.profile.model.MatlabProfileManager$1.runOnMatlabThread(MatlabProfileManager.java:72) at com.mathworks.jmi.MatlabWorker$2.run(MatlabWorker.java:79) at com.mathworks.jmi.NativeMatlab.dispatchMTRequests(NativeMatlab.java:475)

採用された回答

Dan Stanciu
Dan Stanciu 2017 年 11 月 9 日
Dear Ozan,
Can you please try the following:
  • Restart MATLAB
  • Before opening the Cluster Profile Manager, change your MATLAB locale using the following command run at the MATLAB Command Prompt:
>> java.util.Locale.setDefault(java.util.Locale('en-US'));
  • Now open the Cluster Profile Manager.
This is a known issue that we fixed, but sadly the fix didn't make it into R2014b.
Kind regards,
Dan
  1 件のコメント
Ozan Arslan
Ozan Arslan 2017 年 11 月 10 日
Hi Dan,
I tried your solution and it is worked. Thank you for your help.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by