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

Re: [Condor-users] Condor-G and WS-GRAM



On Feb 22, 2006, at 7:57 AM, Patrick Duda wrote:

I am trying to figure out what I am doing wrong.

I am running Condor 6.7.14, and Globus 4.0.1. I am trying to submit a job from one machine using Condor-G and have it run on another machine via ws-gram.

My submit script looks like:

executable = env-test.pl
globusscheduler = compute1.ncsa.uiuc.edu:8443
universe = grid
grid_type = gt4
environment = foo=bar; zot=qux
output = ws-test.out
log = ws-test.log
queue

In my log file I see:
000 (1034.000.000) 02/22 07:39:10 Job submitted from host:
<141.142.234.26:52488>
...
012 (1034.000.000) 02/22 07:39:15 Job was held.
      Failed to initialize GAHP
      Code 0 Subcode 0
...

If I run prettu much the same thing using pre-wsgram:
executable = env-test.pl
globusscheduler = compute1.ncsa.uiuc.edu/jobmanager-fork
universe = grid
grid_type = gt2
environment = foo=bar; zot=qux
output = env-test.out
log = env-test.log
queue

It works just fine.

If I run a straight globusrun-ws:
globusrun-ws -F compute1.ncsa.uiuc.edu:8443 -submit -streaming -c / bin/hostname

That works fine too.

What am I doing wrong?  What don't I have configured correctly?

I'd have to dig into your gridmanager log file to know for sure, but I'll bet 'JAVA' isn't set correctly in your condor config file. Condor-G uses the java client code for ws gram and needs a working java installation.

+--------------------------------+-----------------------------------+
|           Jaime Frey           | I used to be a heavy gambler.     |
|       jfrey@xxxxxxxxxxx        | But now I just make mental bets.  |
| http://www.cs.wisc.edu/~jfrey/ | That's how I lost my mind.        |
+--------------------------------+-----------------------------------+