Print

Print


On Mon, 8 Aug 2005, Paul Trepka wrote:

> On Mon, 8 Aug 2005, Maarten Litmaath, CERN wrote:
> > On Mon, 8 Aug 2005, Paul Trepka wrote:
> > > Hi,
> > > 
> > > When we try to execute a simple command we receive the following error
> > > 
> > > globus-job-run bohr0001.tier2.hep.man.ac.uk /bin/pwd
> > > GRAM Job submission failed because the job manager failed to open stderr 
> > > (error code 74)
> > > 
> > > I have a valid proxy and this machine is not behind a firewall
> > > or running IPtables.
> > 
> > Look at this Wiki entry:
> > 
> > http://goc.grid.sinica.edu.tw/gocwiki/GRAM_Job_submission_failed_because_the_job_manager_failed_to_open_stderr_%28error_code_74%29
> > 
> 
> -bash-2.05b$ echo $GLOBUS_TCP_PORT_RANGE
> 20000 25000
> 
> We got it set

So your UI cannot be contacted by bohr0001.tier2.hep.man.ac.uk on
that port range.  What is your UI?  Try this from outside your domain:

    telnet your_ui.ph.liv.ac.uk 20000

It should immediately say "Connection refused" and not hang.