Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Descriptionsthirugn@redhat.com
2015-04-28 17:52:45 UTC
Created attachment 1019811[details]
foreman debug
Description of problem:
Bulk Actions -> Errata page does not load
Version-Release number of selected component (if applicable):
Satellite-6.1.0-RHEL-6-20150424.0
How reproducible:
Always
Steps to Reproduce:
1. Navigate to Hosts -> Host Collections -> Select a host collection
2. Go to Collection Actions tab -> click on Errata Installation
Actual results:
The UI does not load and I saw the following error in foreman/production.log
2015-04-28 13:49:23 [E] NameError: uninitialized constant Katello::SystemsBulkAction
/opt/rh/ruby193/root/usr/share/gems/gems/foreman_hooks-0.3.7/lib/foreman_hooks.rb:83:in `load_missing_constant_with_hooks'
/opt/rh/ruby193/root/usr/share/gems/gems/rake-0.9.2.2/lib/rake/ext/module.rb:36:in `const_missing'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/inflector/methods.rb:230:in `block in constantize'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/inflector/methods.rb:229:in `each'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/inflector/methods.rb:229:in `constantize'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.2.0.37/app/controllers/katello/api/v2/api_controller.rb:51:in `rescue in resource_class'
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.2.0.37/app/controllers/katello/api/v2/api_controller.rb:49:in `resource_class'
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.2.0.37/app/controllers/katello/api/v2/api_controller.rb:89:in `scoped_search'
Expected results:
The UI loads
Additional info:
Moving to POST since upstream bug http://projects.theforeman.org/issues/10309 has been closed
-------------
Walden Raines
Applied in changeset commit:katello|ecbb51bca629a6c90c8e0528cb62f6dd238d4654.
Comment 7sthirugn@redhat.com
2015-05-14 15:37:52 UTC
Verified in GA Snap 4 Compose 2.
Verification Steps:
1. Navigate to Hosts -> Host Collections -> Select a host collection
2. Go to Collection Actions tab -> click on Errata Installation
3. Apply the errata to the content hosts in host collection - Errata was successfully applied
Created attachment 1019811 [details] foreman debug Description of problem: Bulk Actions -> Errata page does not load Version-Release number of selected component (if applicable): Satellite-6.1.0-RHEL-6-20150424.0 How reproducible: Always Steps to Reproduce: 1. Navigate to Hosts -> Host Collections -> Select a host collection 2. Go to Collection Actions tab -> click on Errata Installation Actual results: The UI does not load and I saw the following error in foreman/production.log 2015-04-28 13:49:23 [E] NameError: uninitialized constant Katello::SystemsBulkAction /opt/rh/ruby193/root/usr/share/gems/gems/foreman_hooks-0.3.7/lib/foreman_hooks.rb:83:in `load_missing_constant_with_hooks' /opt/rh/ruby193/root/usr/share/gems/gems/rake-0.9.2.2/lib/rake/ext/module.rb:36:in `const_missing' /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/inflector/methods.rb:230:in `block in constantize' /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/inflector/methods.rb:229:in `each' /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/inflector/methods.rb:229:in `constantize' /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/core_ext/string/inflections.rb:54:in `constantize' /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.2.0.37/app/controllers/katello/api/v2/api_controller.rb:51:in `rescue in resource_class' /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.2.0.37/app/controllers/katello/api/v2/api_controller.rb:49:in `resource_class' /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.2.0.37/app/controllers/katello/api/v2/api_controller.rb:89:in `scoped_search' Expected results: The UI loads Additional info: