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

[Condor-users] Condor-G 6.7 for Globus 3.0.2



I am trying to submit a simple job using Condor-G to 
the Globus fork job factory service. The script is

Executable= /bin/date
output= /home/csgrad/kv8/out.txt
Requirements= Arch == "INTEL"
Rank       = Memory >= 30
universe = grid
grid_type = gt3
Globusscheduler =
http://128.205.42.66:8080/ogsa/services/base/gram/MasterForkManagedJobFactoryService
Queue

But the job always remains in idle state. 

The Gridmanager log file says
7/26 21:09:27 [10367] Failed to get expiration time of proxy
/tmp/x509up_u112132
7/26 21:09:27 [10367] (10.0) error acquiring proxy!
7/26 21:09:27 [10367] Found job 10.0 --- inserting
7/26 21:09:27 [10367] (10.0) doEvaluateState called: gmState GM_INIT,

Was wondering where I'm going wrong.

karthik.