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.
DescriptionGarik Khachikyan
2012-10-15 09:09:27 UTC
+++ This bug was initially created as a clone of Bug #866323 +++
Created attachment 627199[details]
The client.log file /var/log/katello/client.log
Description of problem:
When a user report is tried to be generated using the headpin-cli
in pdf format it fails.
Version-Release number of selected component (if applicable):
# rpm -qa | grep katello
katello-selinux-1.1.2-1.el6.noarch
katello-cli-1.1.10-1.el6.noarch
katello-candlepin-cert-key-pair-1.0-1.noarch
katello-configure-1.1.11-1.el6.noarch
katello-common-1.1.14-1.git.7.a19ce6f.el6.noarch
katello-headpin-all-1.1.14-1.git.7.a19ce6f.el6.noarch
katello-certs-tools-1.1.9-1.el6.noarch
katello-glue-candlepin-1.1.14-1.git.7.a19ce6f.el6.noarch
katello-cli-common-1.1.10-1.el6.noarch
katello-headpin-1.1.14-1.git.7.a19ce6f.el6.noarch
How reproducible:
yum install -y katello-headpin-all
katello-configure --deployment=headpin
Using Jenkins the automated test report generated :
http://hudson.rhq.lab.eng.bos.redhat.com:8080/hudson/view/qe-headpin/job/official-headpin-cli/11/ReportNG_Report/
Steps to Reproduce:
1. # yum install -y katello-headpin-all
2. # katello-configure --deployment=headpin
3. # headpin -u admin -p admin user report --format pdf
error: 'utf8' codec can't decode byte 0xff in position 10: invalid start byte (more in the log file /var/log/katello/client.log)
Actual results:
The report pdf file is not generated.
Expected results:
A pdf file containing the user report is generated .
Additional info: