Project

General

Profile

Actions

Bug #5694

closed

Error when clicking on hostname under hosts

Added by Patrick Mayes almost 10 years ago. Updated almost 10 years ago.

Status:
Resolved
Priority:
High
Assignee:
-
Category:
-
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

ArgumentError
wrong number of arguments (1 for 2)
app/views/hosts/show.html.erb:4:in `_app_views_hosts_show_html_erb___4313549264552942868_78705800'
app/models/concerns/foreman/thread_session.rb:33:in `clear_thread'
lib/middleware/catch_json_parse_errors.rb:9:in `call'

-------/var/log/foreman/production.log----------------
Started GET "/hosts/<hostname>" for <ip_address> at 2014-05-13 09:58:10 -0400
Processing by HostsController#show as HTML
Parameters: {"id"=>"<hostname>"}
Rendered hosts/show.html.erb within layouts/application (3.2ms)

--------/var/log/foreman/cron.log---------------------
setup: skipping engine hook (undefined method `settings_menu_items' for module `HomeHelper')
rake aborted!
getaddrinfo: Name or service not known

Tasks: TOP => reports:summarize
(See full trace by running task with --trace)
setup: skipping engine hook (undefined method `settings_menu_items' for module `HomeHelper')

Operation FAILED: wrong number of arguments (1 for 2)
Rendered common/500.html.erb within layouts/application (4.4ms)
Rendered layouts/base.html.erb (1.2ms)
Completed 500 Internal Server Error in 19ms (Views: 6.7ms | ActiveRecord: 0.3ms)

Actions #1

Updated by Dominic Cleal almost 10 years ago

  • Status changed from New to Feedback

If you have the foreman_bootdisk plugin installed, please upgrade it to at least version 2.0.4 and it should fix this issue.

Actions #2

Updated by Patrick Mayes almost 10 years ago

That worked! Thanks!

Actions #3

Updated by Dominic Cleal almost 10 years ago

  • Status changed from Feedback to Resolved
Actions

Also available in: Atom PDF