Skip to content

Instantly share code, notes, and snippets.

@hawesie
Created February 16, 2012 10:18
Show Gist options
  • Save hawesie/1843833 to your computer and use it in GitHub Desktop.
Save hawesie/1843833 to your computer and use it in GitHub Desktop.
planner (file) error on dora-yr3
Traceback (most recent call last):
File "/home/cogx/workspace/dora-yr3/output/planner/PythonServer.py", line 124, in decorated_method
return fn(self, *args, **kwargs)
File "/home/cogx/workspace/dora-yr3/output/planner/PythonServer.py", line 279, in registerTask
task.run()
File "/home/cogx/workspace/dora-yr3/output/planner/cast_task.py", line 274, in run
self.cp_task.replan()
File "/home/cogx/workspace/dora-yr3/output/planner/standalone/task.py", line 149, in replan
self.planner.continual_planning(self)
File "/home/cogx/workspace/dora-yr3/output/planner/standalone/planner.py", line 94, in continual_planning
self._start_planner(task)
File "/home/cogx/workspace/dora-yr3/output/planner/standalone/statistics.py", line 49, in decorated_method
rval = amethod(self, *args, **kwargs)
File "/home/cogx/workspace/dora-yr3/output/planner/standalone/planner.py", line 309, in _start_planner
plan = self._base_planner.find_plan(task)
File "/home/cogx/workspace/dora-yr3/output/planner/standalone/planner.py", line 329, in find_plan
output_data = self._run(input_data, task)
File "/home/cogx/workspace/dora-yr3/output/planner/standalone/planner.py", line 510, in _run
proc, prep_out,_ = utils.run_process(cmd, error=subprocess.STDOUT, input=output_sas_path, dir=tmp_dir, wait=True)
File "/home/cogx/workspace/dora-yr3/output/planner/standalone/utils.py", line 376, in run_process
process = subprocess.Popen(cmd.split(), **redirections)
File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment