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

[Condor-users] running jobs in the Grid universe




From: Jeremy Villalobos <jeremyvillalobos@xxxxxxxxx>Date: Tue, Sep 23, 2008 at 5:13 PM
Subject: running jobs in the Grid universe
To: Condor-Users Mail List <condor-users@xxxxxxxxxxx>


Hello:
  We are trying to run a test job on the grid universe with the condor file: 

universe = grid
grid_resource = gt4 https://host.uncc.edu:8440/wsrf/services/ManagedJobFactoryService Fork
Executable = /usr/bin/uptime
Log = condor_test1.log
Output = condor_test1.out
Error = condor_test1.error
transfer_executable= false
Queue


The job log reports an error:

000 (106.000.000) 09/23 17:10:34 Job submitted from host: <xxx.xx.xx.xx:xxxxx>
...
012 (106.000.000) 09/23 17:10:55 Job was held.
        Failed to create proxy delegation
        Code 0 Subcode 0

I get a proxy before I run the job with grid-proxy-init, but it seems Condor does not find it. 
Do I have to configure something to tell Condor where the proxy is ?