Project

General

Profile

Actions

Bug #21335

closed

unable to show host list with latest remote execution plugin

Added by Ohad Levy over 6 years ago. Updated about 3 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Target version:
-
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:

Description

ActionView::Template::Error
super: no superclass method `multiple_actions' for #<#<Class:0x007f8b20224680>:0x007f8b1846a870> Did you mean? title_actions
/home/foreman/gems/bundler/gems/foreman_remote_execution-3df6f1164d7c/app/helpers/concerns/foreman_remote_execution/hosts_helper_extensions.rb:4:in `multiple_actions'
/home/foreman/gems/bundler/gems/foreman_ansible-b06137066f0d/app/helpers/foreman_ansible/hosts_helper_extensions.rb:36:in `multiple_actions_with_run_ansible_roles'
/home/foreman/gems/bundler/gems/foreman_remote_execution-3df6f1164d7c/app/helpers/concerns/foreman_remote_execution/hosts_helper_extensions.rb:4:in `multiple_actions'
/home/foreman/git/foreman/app/helpers/hosts_helper.rb:178:in `multiple_actions_select'
/home/foreman/git/foreman/app/views/hosts/index.html.erb:1:in `_60dd538e8aca5364441cebf9cb3ab7c0'
/home/foreman/gems/gems/actionview-5.0.6/lib/action_view/template.rb:159:in `block in render'
/home/foreman/gems/gems/activesupport-5.0.6/lib/active_support/notifications.rb:164:in `block in instrument'
/home/foreman/gems/gems/activesupport-5.0.6/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
/home/foreman/gems/gems/activesupport-5.0.6/lib/active_support/notifications.rb:164:in `instrument'
/home/foreman/gems/gems/actionview-5.0.6/lib/action_view/template.rb:354:in `instrument'
/home/foreman/gems/gems/actionview-5.0.6/lib/action_view/template.rb:157:in `render'
/home/foreman/gems/gems/deface-1.2.0/lib/deface/action_view_extensions.rb:41:in `render'
Actions #1

Updated by Adam Ruzicka over 6 years ago

I think I encountered this last week, apparently using alias_method_chain in foreman_ansible and prepend in rex doesn't play together all that well. From my experience disabling either of those plugins makes it work again and since alias_method_chain is slowling becoming deprecated, it should be fixed in foreman ansible.

Actions #2

Updated by Ohad Levy over 6 years ago

  • Project changed from Foreman Remote Execution to Ansible
Actions #3

Updated by Marek Hulán over 6 years ago

in my case it was katello, all plugin versions that are compatible with 1.17 needs to change alias_method_chain into prepend style. I suppose we should convert this to tracker and link report for ever affected plugin.

Actions #4

Updated by Ondřej Ezr about 3 years ago

  • Status changed from New to Rejected

Closing this, as it is too old and we failed to reproduce this.
Feel free to reopen this if you are still facing this issue.

Actions

Also available in: Atom PDF