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)
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ivan Necas
- Pull request https://github.com/theforeman/foreman-tasks/pull/268 added
Updated by Adam Ruzicka over 6 years ago
- Status changed from Ready For Testing to Closed
- Triaged set to No
This was fixed as part of https://github.com/Dynflow/dynflow/pull/236
Actions