Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] condor and globus webservices
- Date: Wed, 30 Mar 2005 11:56:37 -0500
- From: Murali Ramsunder <rmurali@xxxxxxx>
- Subject: [Condor-users] condor and globus webservices
Hi,
I have Condor installed from vdt-1.3.2 and I'm trying to submit to
another machine that runs GT-3.2 WS (webservices). managed-job-factory
submits to the other machine works, however, when I use Condor it fails.
Has anyone tried this? Any help appreciated.
thanks,
Murali
$ condor_q -globus
-- Submitter: --hostname-- : <IPaddr:52682> : --hostname--
ID OWNER STATUS MANAGER HOST EXECUTABLE
133.0 murali UNSUBMITTED fork http
/bin/hostname
$ tail log
...
000 (132.000.000) 03/30 10:39:34 Job submitted from host: <IPaddr:52682>
...
018 (132.000.000) 03/30 10:44:42 Globus job submission failed!
Reason: -103
...
012 (132.000.000) 03/30 10:44:42 Job was held.
Attempts to submit failed
Code 0 Subcode 0
$ cat gt3.sub
universe = grid
grid_type = gt3
globusscheduler =
http://<hostname>:8080/ogsa/services/base/gram/MasterForkManagedJobFactoryService
executable = /bin/hostname
error = err
log = log
output = out
stream_output = false
stream_error = false
queue