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.
Viewing an activation key's "Application Subscriptions" subtab resulted in an error:
"undefined method 'productName'"
System removal with a consumed physical subscription from the activation key caused this error. This fix checks subscription pools for validity prior to accessing the activation key.
Description of problem:
While creating an activation key I added a bonus pool to it (an available subscription created by consumption of a physical subscription). I then removed the system with the physical subscription, thus effectively eliminating the bonus pool. Viewing the activation key and selecting "Applied Subscriptions" tab throws error:
undefined method `productName' for nil:NilClass
Started GET "/katello/activation_keys/1/applied_subscriptions" for 10.11.230.24 at Tue Mar 27 08:48:24 -0400 2012
Processing by ActivationKeysController#applied_subscriptions as HTML
Parameters: {"id"=>"1"}
Setting locale: en
Setting current user thread-local variable to admin
Checking params for activation_keys/applied_subscriptions
Authorizing admin for activation_keys/applied_subscriptions
Resource GET request: /candlepin/owners/ACME_Corporation/pools?
Processing response: 200
Setting current user thread-local variable to nil
undefined method `productName' for nil:NilClass
undefined method `productName' for nil:NilClass
#<NoMethodError: undefined method `productName' for nil:NilClass>
/usr/lib/ruby/gems/1.8/gems/activesupport-3.0.10/lib/active_support/whiny_nil.rb:48:in `method_missing'
/home/tomckay/code/katello/src/app/controllers/activation_keys_controller.rb:323:in `pools_hash'
/home/tomckay/code/katello/src/app/controllers/activation_keys_controller.rb:322:in `each'
/home/tomckay/code/katello/src/app/controllers/activation_keys_controller.rb:322:in `pools_hash'
/home/tomckay/code/katello/src/app/controllers/activation_keys_controller.rb:315:in `retrieve_applied_pools'
/home/tomckay/code/katello/src/app/controllers/activation_keys_controller.rb:84:in `applied_subscriptions'
Hi Tom, what's the customer impact of this issue? Is this a common scenario? Does the presence of the 'nil:NilClass' failure introduce any non-recoverable issues?
To an activation key I added a bonus pool to it (an available subscription created by consumption of a physical subscription).
I then removed the system with the physical subscription, thus effectively eliminating the bonus pool.
Viewing the activation key and selecting "Applied Subscriptions" tab now shows
"There are no more subscriptions available." and no error is thrown now.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
http://rhn.redhat.com/errata/RHSA-2012-1543.html
Description of problem: While creating an activation key I added a bonus pool to it (an available subscription created by consumption of a physical subscription). I then removed the system with the physical subscription, thus effectively eliminating the bonus pool. Viewing the activation key and selecting "Applied Subscriptions" tab throws error: undefined method `productName' for nil:NilClass Started GET "/katello/activation_keys/1/applied_subscriptions" for 10.11.230.24 at Tue Mar 27 08:48:24 -0400 2012 Processing by ActivationKeysController#applied_subscriptions as HTML Parameters: {"id"=>"1"} Setting locale: en Setting current user thread-local variable to admin Checking params for activation_keys/applied_subscriptions Authorizing admin for activation_keys/applied_subscriptions Resource GET request: /candlepin/owners/ACME_Corporation/pools? Processing response: 200 Setting current user thread-local variable to nil undefined method `productName' for nil:NilClass undefined method `productName' for nil:NilClass #<NoMethodError: undefined method `productName' for nil:NilClass> /usr/lib/ruby/gems/1.8/gems/activesupport-3.0.10/lib/active_support/whiny_nil.rb:48:in `method_missing' /home/tomckay/code/katello/src/app/controllers/activation_keys_controller.rb:323:in `pools_hash' /home/tomckay/code/katello/src/app/controllers/activation_keys_controller.rb:322:in `each' /home/tomckay/code/katello/src/app/controllers/activation_keys_controller.rb:322:in `pools_hash' /home/tomckay/code/katello/src/app/controllers/activation_keys_controller.rb:315:in `retrieve_applied_pools' /home/tomckay/code/katello/src/app/controllers/activation_keys_controller.rb:84:in `applied_subscriptions'