You're staging in a binary executable. If you copied /bin/echo from
the one machine to the other, would it work? It won't if they're
running on different processor types, for instance.
Charles
On May 31, 2007, at 11:37 AM, Anna Mereu wrote:
Hi i'm testing the gram configuration on my second machine following
the quickstart. Now i'm doing the test running a job with file-
stage-in and file-stage-out
(the example a.rsl that i found in the quickstart).
When i do the command:
[EMAIL PROTECTED]:~$ globusrun-ws -submit -s -f a.rsl
the result is:
Delegating user credentials...Done.
Submitting job...Done.
Job ID: uuid:4d539322-0f94-11dc-870e-001a4b538714
Termination time: 06/01/2007 16:30 GMT
Current job state: StageIn
Current job state: Failed
Destroying job...Done.
Cleaning up any delegated credentials...Done.
globusrun-ws: Job failed: The executable could not be started.
starter: the job failed when the job manager attempted to run it
whereas if i specify the second machine in the line
<sourceUrl>gsiftp://anna-notebook:2811/bin/echo</sourceUrl>
, everything goes fine.
where is the problem?
thank you in advance
Anna