Actions
Bug #20310
closedCannot start foreman-tasks
Difficulty:
Triaged:
No
Pull request:
Description
I start foreman-tasks via:
foreman-rake foreman_tasks:dynflow:executor
And get the following error:
+ exec /usr/bin/start-foreman-tasks.sh /usr/share/foreman/lib/foreman.rb:8: warning: already initialized constant Foreman::UUID_REGEXP /usr/share/foreman/lib/foreman.rb:8: warning: previous definition of UUID_REGEXP was here Starting Rails environment Starting dynflow with the following options: {} Exiting rake aborted! NoMethodError: undefined method `>' for nil:NilClass /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.9.4/lib/foreman_tasks/dynflow/daemon.rb:33:in `run' /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.9.4/lib/foreman_tasks/tasks/dynflow.rake:4:in `block (3 levels) in <top (required)>' Tasks: TOP => foreman_tasks:dynflow:executor (See full trace by running task with --trace)
Actions