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/TS71"

From EGIWiki
Jump to navigation Jump to search
(Created page with '{{TOC_right}} Category:FAQ ------ Back to Troubleshooting Guide ------ = Globus error 79: connecting to the job manager failed. = == …')
 
m
Line 9: Line 9:
== Full message ==
== Full message ==


  $ glite-wms-job-logging-info -v 2 https://wms221.cern.ch:9000/cFtw9svc7vBkj3GnvCHwOE
  $ glite-wms-job-logging-info -v 2 <nowiki>https://wms221.cern.ch:9000/cFtw9svc7vBkj3GnvCHwOE</nowiki>
   
   
  [...]
  [...]

Revision as of 09:31, 26 May 2011


Back to Troubleshooting Guide


Globus error 79: connecting to the job manager failed.

Full message

$ glite-wms-job-logging-info -v 2 https://wms221.cern.ch:9000/cFtw9svc7vBkj3GnvCHwOE

[...]
Event: Done
[...]
- Exit code                  =    1
[...]
- Reason                     =    Got a job held event, reason:
  Globus error 79: connecting to the job manager failed.  Possible reasons:
  job terminated, invalid job contact, network problems, ...
- Source                     =    LogMonitor
[...]
- Status code                =    FAILED
[...]

Diagnosis

This problem can happen at least for these reasons:

  1. The CE to which the job was sent does not allow the WMS to connect to a port within the GLOBUS_TCP_PORT_RANGE defined on the CE:
  • Either the GLOBUS_TCP_PORT_RANGE on the CE has an incorrect value,
  • or it is not defined at all,
  • or there is a firewall blocking the specified range.

NOTE: a direct globus-job-run may work for the CE because it does not use the two-phase commit feature of GRAM, while the WMS (Condor-G) depends on it.

  1. The job could not be submitted to the batch system. See Unspecified gridmanager error for details and suggestions.