Filter löschen
Filter löschen

batch job failling with java exception

11 Ansichten (letzte 30 Tage)
Remy Lassalle-Balier
Remy Lassalle-Balier am 14 Nov. 2019
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 Kommentar
Edric Ellis
Edric Ellis am 15 Nov. 2019
I suggest contacting MathWorks support to help resolve this.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Remy Lassalle-Balier
Remy Lassalle-Balier am 19 Nov. 2019
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

Weitere Antworten (0)

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by