On Nov 3, 2008, at 6:31 PM, Yoichi Takayama wrote:
???
As I understand it, globus-gass-server -o -e -p 40050 applies to
globusrun -r grid2 -f a.rsl
because they are both issued on the same host.
It gets the stdout and stderr output of the port 40050.
globus-gass-server -o -e -p 40050 blocks the first shell that issues
it, so I had to open another shell to issue the globusrun -r grid2 -
f a.rsl consecutively.
Do you want me to do it in some other way?
Set the debugging environment variable in the shell where you run
globusrun. That's the one that generates the output we're interested
in seeing, not the one from the gass server.
I looked at globusrun options, but globusrun -o does not seem to do
the right thing (that stops the stdout and stderr to keep it quiet)
Thanks,
Yoichi
--------------------------------------------------------------------------
Yoichi Takayama, PhD
Senior Research Fellow
RAMP Project
MELCOE (Macquarie E-Learning Centre of Excellence)
MACQUARIE UNIVERSITY
Phone: +61 (0)2 9850 9073
Fax: +61 (0)2 9850 6527
www.mq.edu.au
www.melcoe.mq.edu.au/projects/RAMP/
--------------------------------------------------------------------------
MACQUARIE UNIVERSITY: CRICOS Provider No 00002J
This message is intended for the addressee named and may contain
confidential information. If you are not the intended recipient,
please delete it and notify the sender. Views expressed in this
message are those of the individual sender, and are not necessarily
the views of Macquarie E-Learning Centre Of Excellence (MELCOE) or
Macquarie University.
On 04/11/2008, at 9:01 AM, Charles Bacon wrote:
On Oct 31, 2008, at 11:58 PM, Yoichi Takayama wrote:
[EMAIL PROTECTED] ~]$ export GLOBUS_GSSAPI_DEBUG_LEVEL=3
[EMAIL PROTECTED] ~]$ globus-gass-server -o -e -p 40050
This is the wrong thing to trace - try tracing the globusrun instead.
[...]
On another shell
[EMAIL PROTECTED] ~]# su - yoichi
[EMAIL PROTECTED] ~]$ cat a.rsl
&(executable="/bin/env")(stdout="https://grid1.ramscommunity.org:40050/dev/stdout
")
[EMAIL PROTECTED] ~]$ globusrun -r grid2 -f a.rsl
globus_gram_client_callback_allow successful
GRAM Job submission failed because data transfer to the server
failed (error code 10)
This is what we want the trace from.
Charles