The host you're trying to submit to is not running a gatekeeper.
Check that port 2119 is open and listening on the host. If it's not,
check your xinetd logs to see what's happening when you connect to
the gatekeeper port.
Charles
On Aug 27, 2007, at 12:06 PM, leonid glimcher wrote:
Hi,
i've been struggling to debug my installation of gt4. I'm
attempting to use the "pre-ws" components to run an RSL job. When i
submit my job through "globusrun" i get an error message:
[EMAIL PROTECTED] test]$ $GLOBUS_LOCATION/bin/globusrun -w -f hello.rsl
Submission of subjob (label = "subjob 0") failed because the
connection to the server failed (check host and port) (error code 62)
Here's the "RSL" that i'm using:
+
( &(resourceManagerContact="cs1.cse.oar.net")
(count=2)
(label="subjob 0")
(environment=(GLOBUS_DUROC_SUBJOB_INDEX 0)
(LD_LIBRARY_PATH /home/glimcher/gt4/lib/))
(directory=/home/glimcher/test)
(executable=/home/glimcher/test/hello)
)
Does anyone have any ideas on what's going wrong?
thanks in advance for your help,
~leo