Guest User

AWX_Task-Error-Log

a guest
Nov 9th, 2018
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.73 KB | None | 0 0
  1. 2018-11-09 09:31:22,176 ERROR    awx.main.dispatch Worker failed to run task awx.main.scheduler.tasks.run_job_complete(*[37441], **{}
  2. Traceback (most recent call last):
  3.   File "/usr/lib/python2.7/site-packages/awx/main/dispatch/worker/task.py", line 84, in perform_work
  4.     result = self.run_callable(body)
  5.   File "/usr/lib/python2.7/site-packages/awx/main/dispatch/worker/task.py", line 56, in run_callable
  6.     return _call(*args, **kwargs)
  7.   File "/usr/lib/python2.7/site-packages/awx/main/scheduler/tasks.py", line 19, in run_job_complete
  8.     TaskManager().schedule()
  9.   File "/usr/lib/python2.7/site-packages/awx/main/scheduler/task_manager.py", line 543, in schedule
  10.     finished_wfjs = self._schedule()
  11.   File "/usr/lib/python2.7/site-packages/awx/main/scheduler/task_manager.py", line 529, in _schedule
  12.     self.spawn_workflow_graph_jobs(running_workflow_tasks)
  13.   File "/usr/lib/python2.7/site-packages/awx/main/scheduler/task_manager.py", line 119, in spawn_workflow_graph_jobs
  14.     job = spawn_node.unified_job_template.create_unified_job(**kv)
  15.   File "/usr/lib/python2.7/site-packages/awx/main/models/inventory.py", line 1536, in create_unified_job
  16.     return super(InventorySource, self).create_unified_job(**kwargs)
  17.   File "/usr/lib/python2.7/site-packages/awx/main/models/unified_jobs.py", line 392, in create_unified_job
  18.     unified_job.create_config_from_prompts(kwargs, parent=self)
  19.   File "/usr/lib/python2.7/site-packages/awx/main/models/unified_jobs.py", line 895, in create_config_from_prompts
  20.     raise Exception('Unrecognized launch config field {}.'.format(field_name))
  21. Exception: Unrecognized launch config field extra_vars.
  22. 2018-11-09 09:31:22,195 DEBUG    awx.main.dispatch task 0ebb9164-4cd6-4e95-8d5d-3e4c82269986 is finished
Advertisement
Add Comment
Please, Sign In to add comment