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

Re: [Condor-users] submitting job to web services enabled gatekeeper



sorry..forgot to show contents of xml file

<job>
<executable>/bin/date</executable>
</job>


is it true that for webservices, the job description files can only be in xml format (as only these seem to be working)?

Thanks
-Neha


On Jul 10, 2007, at 3:08 PM, Neha Sharma wrote:

Also I noticed that it shows this error only when job is submitted using condor_submit command.

If I submit job to condor using below command, it completes successfully

 globusrun-ws -submit -F fermigrid1.fnal.gov:9443 -Ft Condor -s -job-description-file ws1.sh -so aaa.out

-Neha

On Jul 10, 2007, at 1:59 PM, Neha Sharma wrote:

Hi

I am wondering if anyone else has faced this problem when submitting jobs against a web services enabled gatekeeper.

The simple case (job submitted to fork job manager from command line works fine). However when I submit job (using a submit file) to condor-g, it gets held with following error on submit node

...
HoldReason = "Globus error: The requested algorithm http://www.globus.org/2002/04/xmlenc#gssapi-sign does not exist. Original Message was: null"
HoldReasonCode = 0
HoldReasonSubCode = 0
...

The submit file is as follows:

Universe        = grid
Grid_Type       = gt4
Jobmanager_Type = Condor
Executable      = /bin/date
Output          = job.output
Error           = job.error
Log             = job.log
Queue

As far as I can tell, submit file is ok. Is this in any way due to some  misconfiguration on gatekeeper node?

Any help is appreciated.

- Neha



_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting

The archives can be found at: 

- Neha




- Neha