Skip to content

Wait on PilotData fails if PD not initialized fully #171

Description

@drelu

File "/home1/01539/pmantha/local/kmeans.py", line 68, in run
mr.start_pilots()
File "/home1/01539/pmantha/local/local.py", line 105, in start_pilots
self.wait_pilot(pj)
File "/home1/01539/pmantha/local/local.py", line 85, in wait_pilot
while(pilot.get_state() != 'Running'):
File "/home1/01539/pmantha/mypython_repo/lib/python2.7/site-packages/BigJob-0.64.5-py2.7.egg/pilot/impl/pilotdata_manager.py", line 163, in get_state
return self.__filemanager.get_state()
File "/home1/01539/pmantha/mypython_repo/lib/python2.7/site-packages/BigJob-0.64.5-py2.7.egg/pilot/filemanagement/ssh_adaptor.py", line 105, in get_state
if self.__client.get_transport().is_active()==True:
AttributeError: 'SSHFileAdaptor' object has no attribute '_SSHFileAdaptor__client'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions