Hi
Just wondering if anyone has been using the NLDS on JASMIN successfully? I think I’ve followed all the steps in setting it up correctly, but every test put command just fails with no errors.
e.g. on jasminsci if I run the following command in a GWS
nlds put -l test_folder /gws/ssde/j25a/verify_oce/hburns/nlds_single_test
It just fails after queuing. I’ve tried moving files and folders using full paths etc. If anyone had a clue on what I’m missing would be a big help as I can’t find anyone that’s managed to use it yet! I regenerated my config since jan updates as well.
Hi, Since the job is queuing but not completing, it would help to see where its failing in the workflow. Could you share the output of the following:
nlds stat
hostname
ls -ld /gws/ssde/j25a/verify_oce/hburns/nlds_single_test
best regards,
Juan
State of transactions for user:hburns, group:verify_oce
user id action job label label done state last update
hburns 5630 put e2020cd0 test_folder 0% FAILED 2026-04-15 11:49:50
hburns 5629 put d7c10deb test_folder 0% FAILED 2026-04-15 11:49:08
hburns 5595 put b3528248 test_folder 0% FAILED 2026-04-10 16:42:07
hburns 5594 put fbc3263b test_folder 0% FAILED 2026-04-10 16:41:02
hburns 5593 put 5950e52a test_folder 0% FAILED 2026-04-10 16:38:47
hburns 5592 put 7b1e6d1f test_folder 0% FAILED 2026-04-10 16:38:06
hburns 5591 put 38c6ff09 test 0% FAILED 2026-04-10 16:37:53
hburns 5590 put 594e3016 test 0% FAILED 2026-04-10 16:36:13
hburns 5589 put 7444b5de test 0% FAILED 2026-04-10 16:31:53
hburns 5588 put 49178ae3 test 0% FAILED 2026-04-10 15:39:12
hburns 5587 put 546fb251 test 0% FAILED 2026-04-10 15:06:40
hburns 5586 put 9701b5a4 test 0% FAILED 2026-04-10 15:02:35
hburns 5585 put 25408027 test 0% FAILED 2026-04-10 15:01:31
hburns 777 put test 0% SPLITTING 2025-07-16 16:01:05
hburns 775 put 39286113 0% SPLITTING 2025-07-16 15:56:13
hburns 773 put test 0% FAILED 2025-07-16 15:55:43
hburns 771 put test 0% FAILED 2025-07-16 15:54:52
sci-vm-02.jasmin.ac.uk
drwxr-xr-x 2 hburns gws_verify_oce 0 Apr 10 15:38 /gws/ssde/j25a/verify_oce/hburns/nlds_single_test
I got some help from JASMIN, Neil shared how to get the error messages:
e.g.
nlds stat -i 5630 -E
and this reveals that it’s a top-level permissions issue with the whole GWS, which others might encounter too. In the future, this won’t be an issue, apparently, but for now needs extra permissions applied to the top level gws folder.
All the jobs were failing straight away and since the host and directory permissions look fine, this usually points to an issue with the NLDS client setup/authorization rather than the data itself. Good to know that!