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.

Difference between revisions of "Tools/Manuals/TS11"

From EGIWiki
Jump to navigation Jump to search
Line 10: Line 10:


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


== Diagnosis ==
== Diagnosis ==

Revision as of 01:26, 11 September 2011


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.