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

Re: [Condor-users] Condor-G for multiple Grid Types



On Wed, 2006-06-07 at 17:00, Gabriel Mateescu wrote:
> For the case 
> 
>   grid_resource = $$(grid_type) $$(gatekeeper_url) $$(job_manager_type)
> 
>   the error is 
> 
>     HoldReason = "x509userproxy is not set in the job ad"
> 

After further investigation, I believe the problem is 
that there is a bug in condor_submit, which sets the 
job attribute 

    x509userproxy

automatically for some grid universe jobs, but not for all. 
For the case

 universe = grid
 grid_resource = $$(grid_type) $$(gatekeeper_url) $$(job_manager_type

if I manually set in the job classAd the attribute x509userproxy, 
it works. But condor_submit should do it automatically, right?

Gabriel