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

Re: [HTCondor-users] Shadow Exception: Create_Process failed to register the job with the ProcD



On 03/09/2018 08:30 AM, Alan wrote:
Hi,

I install and configure HTCondor in a docker container. I submit a simple sleep.sub file as Quick Start shows but I get the log file as follows.

000 (007.000.000) 03/09 13:48:31 Job submitted from host: <172.17.0.2:9618?addrs=172.17.0.2-9618+[--1]-9618&noUDP&sock=46415_b8d0_4>
...
001 (007.000.000) 03/09 13:48:38 Job executing on host: <172.17.0.2:9618?addrs=172.17.0.2-9618+[--1]-9618&noUDP&sock=46415_b8d0_6>
...
007 (007.000.000) 03/09 13:48:38 Shadow exception!
        Error from slot2@ddfb828b5e4d: Create_Process failed to register the job with the ProcD
        0  -  Run Bytes Sent By Job
        114  -  Run Bytes Received By Job

Can you tell us which docker image you are using?  Condor will work fine with USE_PROCD is false, but we'd like to know what is going wrong.  This works for us for the docker images we have tried, but maybe some images are doing something which is confusing condor.

-greg