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

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



Yes, we also encountered this in our environment.Â

you may create a wrapper and then pass the binary as an arguments in submit file.Â

$ cat test.sh
exec $@

$ cat sleep1.sub
executableÂÂÂÂÂÂÂÂÂÂÂÂÂ = test.sh
argumentsÂÂÂÂÂÂÂÂÂÂÂÂÂÂ = /worksh/sleep1.sh
queue

Thanks & Regards,
Vikrant Aggarwal


On Wed, Jun 19, 2019 at 3:41 PM Alessandro Italiano <alessandro.italiano@xxxxxxxxxx> wrote:
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
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/