Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Tools/Manuals/TS11

From EGIWiki
< Tools
Revision as of 17:36, 23 March 2011 by Aesch (talk | contribs) (Created page with '{{TOC_right}} Category:FAQ ------ Back to Troubleshooting Guide ------ = GRAM Authentication test failure = == Full message…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Back to Troubleshooting Guide


GRAM Authentication test failure

Full message

$ globus-job-run lxn1184.cern.ch /usr/bin/env
GRAM Job submission failed because the connection to the server failed (check host and port) (error code 12)
$ globusrun -a -r lxn1184.cern.ch
GRAM Authentication test failure: connecting to the job manager failed.  Possible reasons: job terminated, invalid job contact, network problems, ...

Diagnosis

The client could not authenticate the service.

Solution

  1. Is the CA for the service present on the client machine?
  2. Is it still valid? Check with: openssl x509 -noout -text -in the_CA_file
  3. Check $X509_CERT_DIR (instead of /etc/grid-security/certificates) if defined.
  4. Is the CA perhaps overridden by a file in your ~/.globus directory?
  5. Are the certificate revocation lists (CRLs) up to date?
  6. See also 7_authentication_failed
  7. Is the time correct on the client and the server? If the client's time is ahead of the server's time, the service might consider a fresh proxy not yet valid.