saga-project / BigJob

SAGA-based Pilot-Job Implementation for Compute and Data
http://saga-project.github.com/BigJob/
Other
19 stars 8 forks source link

Wait on PilotData fails if PD not initialized fully #171

Open drelu opened 10 years ago

drelu commented 10 years ago

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'