batch job failling with java exception

21 ビュー (過去 30 日間)
Remy Lassalle-Balier
Remy Lassalle-Balier 2019 年 11 月 14 日
回答済み: Remy Lassalle-Balier 2019 年 11 月 19 日
Hi,
I just got parallel server 2019b installed (on Windows 10) and I try to run a script on the server using the batch function as ollow:
job = batch( myCluster , 'myScript' , 'Pool' , 20 );
and I get systematically the same error:
Error: Cannot rerun job because at least one of its tasks has no rerun attempts left (The task has no rerun attempts left.).
Original cancel message:
java.lang.Exception: Error submitting fevalRequest: foundation::storage::vfs::Exception
The script can run locally, it can run using batch function on my local pool and it can run on the server using interactive pool.
Also note that the fail using even script as simple as:
test= 1;
I could not find anything online. I hope someone can help. In any case, thank you in advance to anyone willing to help.
Best regards
Rémy
  1 件のコメント
Edric Ellis
Edric Ellis 2019 年 11 月 15 日
I suggest contacting MathWorks support to help resolve this.

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

採用された回答

Remy Lassalle-Balier
Remy Lassalle-Balier 2019 年 11 月 19 日
Thank you Edric for your comment. I followed your advice and got help very quickly.
So for anyone having the same kind of issue, here is the fix that worked for me. It appears the service needed a clean install. So Mathworks support member told me to simply run these four command from the command line (admin mode):
cd $MATLABROOT$\R2019b\toolbox\parallel\bin
mjs stop
mjs uninstall
mjs install -clean
mjs start
Then, you obviously have to start workers which I did directly in the admin center.
Thank you very very much to Mathworks support! It is always a pleasure to deal with efficient and competent people.
Best regards
Rémy

その他の回答 (0 件)

カテゴリ

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

タグ

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by