abhilekhsingh / gc3pie

Automatically exported from code.google.com/p/gc3pie
0 stars 0 forks source link

NameError: global name 'source' is not defined #459

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Seen during a run of `gcelljunction`, while Hobbes was having problems
so some VMs were unreachable::

    gc3.gc3libs: ERROR: Could not create ssh connection to 130.60.24.239: error: [Errno 51] Network is unreachable
    gc3.gc3libs: WARNING: Ignored error while updating state of Task GCellJunctionTask.2350: NameError: global name 'source' is not defined

This was not a debug run so the exact location of the error is
unknown, but it's likely to be in either the OpenStack or the ShellCmd
backends.

Original issue reported on code.google.com by riccardo.murri@gmail.com on 19 Aug 2014 at 8:46

GoogleCodeExporter commented 9 years ago
Possibly fixed in SVN r4009.

Likely, a copy+paste error in functions `Transport.exists` and 
`SshTransport.exists`.

Original comment by riccardo.murri@gmail.com on 19 Aug 2014 at 9:11

GoogleCodeExporter commented 9 years ago
No further reports of this particular error in almost one year; assuming it's 
been fixed.

Original comment by riccardo.murri@gmail.com on 25 Jun 2015 at 8:10