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/TS77

From EGIWiki
< Tools
Revision as of 11:07, 26 May 2011 by Aesch (talk | contribs) (Created page with '{{TOC_right}} Category:FAQ ------ Back to Troubleshooting Guide ------ = GRAM Job submission failed because the job manager failed to …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Back to Troubleshooting Guide


GRAM Job submission failed because the job manager failed to open stderr (error code 74)

Full message

$ globus-job-run some-CE.domain /bin/hostname
GRAM Job submission failed because the job manager failed to open stderr
(error code 74)

Diagnosis

The UI does not have inbound connectivity for the GLOBUS_TCP_PORT_RANGE as defined on the UI.

Note: globus-job-run should only be used for tests, because for each job it causes a process to run on the CE until the job has exited.

Solution

  • Set GLOBUS_TCP_PORT_RANGE appropriately.
  • Fix firewall(s).
  • Define GLOBUS_HOSTNAME as the fully qualified external hostname in case the hostname command returns a short or local name for the host.