radical-cybertools / radical.pilot

RADICAL-Pilot
http://radical-cybertools.github.io/radical-pilot/index.html
Other
54 stars 23 forks source link

radical pilot (master branch) 0.13: KeyError: 'bootstrapper' #140

Closed antonst closed 10 years ago

antonst commented 10 years ago

I got the following error on Trestles while using RP 0.13:

2014:05:20 13:38:42 radical.pilot.PilotLauncherWorker-1: [ERROR ] Pilot launching failed: 'bootstrapper' Traceback (most recent call last): File "/home/antons/repenv/local/lib/python2.7/site-packages/radical/pilot/controller/pilot_launcher_worker.py", line 200, in run bs_script_full = os.path.abspath("%s/../bootstrapper/%s" % (os.path.dirname(os.path.abspath(file)), resource_cfg['bootstrapper'])) KeyError: 'bootstrapper'

marksantcroos commented 10 years ago

Same issue as #139?

On 20 May 2014, at 19:44 , Antons notifications@github.com wrote:

I got the following error on Trestles while using RP 0.13:

2014:05:20 13:38:42 radical.pilot.PilotLauncherWorker-1: [ERROR ] Pilot launching failed: 'bootstrapper' Traceback (most recent call last): File "/home/antons/repenv/local/lib/python2.7/site-packages/radical/pilot/controller/pilot_launcher_worker.py", line 200, in run bs_script_full = os.path.abspath("%s/../bootstrapper/%s" % (os.path.dirname(os.path.abspath(file)), resource_cfg['bootstrapper'])) KeyError: 'bootstrapper'

— Reply to this email directly or view it on GitHub.

oleweidner commented 10 years ago

Antons, how does your resource config for Trestles look like? It should follow this format: https://github.com/radical-cybertools/radical.pilot/blob/master/configs/xsede.json

antonst commented 10 years ago

Yes, adding "bootstrapper" : "default_bootstrapper.sh" does the trick. Thanks!