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

Re: [Condor-users] Condor-G - job submission problem



On Aug 25, 2005, at 3:51 PM, duane waktu wrote:

I would like to submit a job to Globus using Condor-G. I created a simple job description file just to see if it works. However, whenever I submitted the job description file, I got the following error in my GridmanagerLog file:

---------------------------------------------------------------------- ------------------------------------------------------------------
delegate_credentials(https://<hostname>:8443 -submit -c/wsrf/ services/DelegationFactoryService) failed!
---------------------------------------------------------------------- ------------------------------------------------------------------


Here is my job description file:
======================
        test.submit
======================
 universe = grid
 grid_type = gt4
 executable = /bin/hostname
 log = test.log
 output = test.output
 error = test.error
 globusscheduler = https://<hostname>:8443 -submit -c
 jobmanager_type = fork
 should_transfer_files = YES
 when_to_transfer_output = ON_EXIT
 queue
======================

Remove the '-submit -c' from the globusscheduler value.

+----------------------------------+---------------------------------+
|            Jaime Frey            |  Public Split on Whether        |
|        jfrey@xxxxxxxxxxx         |  Bush Is a Divider              |
|  http://www.cs.wisc.edu/~jfrey/  |         -- CNN Scrolling Banner |
+----------------------------------+---------------------------------+