[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] Failed to apply a required job transform



Hi,

we have deployed in production job transform in order to define in a administrative manner the accounting group.
Since that we have introduced this feature, some users are reporting the following error:

[italiano@tmp htcondor]$ condor_submit submit.try 
Submitting job(s)...
ERROR: Failed to commit job submission into the queue.
ERROR: Failed to apply a required job transform.

In particular the error is raised every time the submit file contains multiple queue command whit different executable command.
for instance

universe=vanilla
Transfer_Executable = false
executable=/bin/env
queue

executable=/bin/id
queue


The error is not raised with a submit file with multiple queue command using the same executable command.

Iâve verified the the above  behaviour  with the last version of condor available

condor_version 
$CondorVersion: 8.8.3 May 26 2019 BuildID: 470254 PackageID: 8.8.3-1 $
$CondorPlatform: x86_64_RedHat7 $

thanks in advance

Ale