I am try’ng to run nvflare with two clients. One of the clients is jetson orin and the other one is a macbook air. We are experiencing persistent job submission failures related to the job folder structure and deploy_map interpretation in NVFLARE 2.4.0.
Although the server and clients connect successfully and are registered correctly, job submission fails with inconsistent and contradictory errors depending on how the job metadata is structured.
What Works
• Server starts correctly and listens on ports 8002 / 8003
• Both clients (site-1, site-2) successfully register and stay connected
• Admin CLI login works
• check_status server and check_status client show registered clients
So networking, certificates, provisioning, and runtime startup are all correct.