On Jul 23, 2008, at 11:48 PM, Tatsuhiko Inoue wrote:
Hello
A problem occurred in GRAM2 of GT4.2.0.
globusrun command fails with the following message on Ubuntu 8.04.
Did these problems occur with GT4.2.0 from binary installer (which did
you use) or from a source build? x86 or x86_64 or ia64?
$ globusrun -r example.org "&(executable=/bin/hostname)"
globus_gram_client_callback_allow successful
GRAM Job submission failed because data transfer to the server
failed (error code 10)
This is sometimes the symptom of the gatekeeper crash problem fixed by
the globus_gatekeeper-4.0 advisory on http://www.globus.org/toolkit/advisories.html
Otherwise, see if there's something in the gatekeeper log.
Also on MacOS X 10.4, globusrun command fails.
Then globusrun print the following message.
$ globusrun -r example.org "&(executable=/bin/hostname)"
globus_gram_client_callback_allow successful
GRAM Job submission failed because the connection to the server
failed (check host and port) (error code 12)
Could be a ssl issue or a tcp/ip issue. Again check the gatekeeper
log. Is this a PPC or Intel Mac?
Again, from a binary or source installer?
These problems are avoided by using "--disable-system-openssl"
configure option.
Interesting that worked..
On Ubuntu 8.04, OpenSSL 0.9.8g is used.
On MacOS X 10.4, OpenSSL 0.9.7l is used.