[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Condor-G error
- Date: Sat, 20 Jan 2007 17:14:23 -0500
- From: "Jeremy Villalobos" <jeremyvillalobos@xxxxxxxxx>
- Subject: [Condor-users] Condor-G error
Hello:
I am trying to submit a job with condor-g to the globus universe with the following script
universe = globus
grid_resoure = gt4
https://coit-grid02.uncc.edu:8440/wsrf/services/ManagedJobFactoryService fork
Executable = /bin/echo
Arguments = hello
Log = simple.log
Output = simple.out
Error = simple.error
Queue
But I am getting the error:
Submitting job(s)
ERROR: No resource identifier was found.
What does it mean ?
I have all the globus system configured and working by itself. and condor is configured and working by itself. But the configuration to get both of then to work is given the error above
Thanks for any help