It is odd that the test works completely from the terminal, but only the second part fails from the web interface. I presume both run as the same user account.
The second part is attempting to submit a simple job to the condor_schedd to run on the remote cluster. Itâs calling condor_submit, which is reporting the "ERROR: Failed to commit job submission into the queue.â, which means the condor_schedd
is rejecting the submission. The SchedLog file in the Condor log directory should have some additional information about what went wrong.
- Jaime
|