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.
Created attachment 566320[details]
traceback
Description of problem:
As I performed a series of continuous sync and promote cycles for RHEL 6.1, 6.2 repositories (from manifest) and custom provider content, when I attempted to promote both types of content for the first time, the process failed to complete with the error that can be seen in the subject
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. Created SaoPaulo organization with Library > Dev1 > QA1 > GA1 environments
2. Uploaded manifest and selected RPMs repositories for both RHEL 6.1 and 6.2 Servers, x86_64
3. Synchronized content
4. Promoted RHEL content (all of it) to Dev1 environment
5. Synchronized content again
6. Added new custom content pointing to internal BREW repository for SE
7. Synchronized all available repositories
8. Promoted both RHEL and custom repository content to Dev1
Actual results:
The web ui showed a message stating that the promotion failed.
Expected results:
Additional info: (traceback attached)
2012-02-28T08:50:56-0500: [Worker(delayed_job host:qetello02.usersys.redhat.com pid:19369)] Changeset#promote_content failed with NoMethodError: undefined method `[]' for nil:NilClass - 0 failed attempts
2012-02-28T08:50:56-0500: [Worker(delayed_job host:qetello02.usersys.redhat.com pid:19369)] PERMANENTLY removing Changeset#promote_content because of 1 consecutive failures.
undefined method `[]' for nil:NilClass
Notes: There was probably change in pulp error reporting API - Katello needs to reflect this changes: moving error from "result" to "exception" and "traceback"
Fixed in commit 5fb97dc158bcdc642eb2a37cf152338ab91faa67
After short investigation it was only using string instead of symbol for accessing pulp errors.
Created attachment 566320 [details] traceback Description of problem: As I performed a series of continuous sync and promote cycles for RHEL 6.1, 6.2 repositories (from manifest) and custom provider content, when I attempted to promote both types of content for the first time, the process failed to complete with the error that can be seen in the subject Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Created SaoPaulo organization with Library > Dev1 > QA1 > GA1 environments 2. Uploaded manifest and selected RPMs repositories for both RHEL 6.1 and 6.2 Servers, x86_64 3. Synchronized content 4. Promoted RHEL content (all of it) to Dev1 environment 5. Synchronized content again 6. Added new custom content pointing to internal BREW repository for SE 7. Synchronized all available repositories 8. Promoted both RHEL and custom repository content to Dev1 Actual results: The web ui showed a message stating that the promotion failed. Expected results: Additional info: (traceback attached) 2012-02-28T08:50:56-0500: [Worker(delayed_job host:qetello02.usersys.redhat.com pid:19369)] Changeset#promote_content failed with NoMethodError: undefined method `[]' for nil:NilClass - 0 failed attempts 2012-02-28T08:50:56-0500: [Worker(delayed_job host:qetello02.usersys.redhat.com pid:19369)] PERMANENTLY removing Changeset#promote_content because of 1 consecutive failures. undefined method `[]' for nil:NilClass