Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 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 "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". 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 "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-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.
I'm guessing this is a dependency problem in one of the spec files.
Probably due to the fact jakarata-commons-* was renamed in F14 and above
to apache-commons-*. RHEL 6 does not have the newer apache-commons-*
package names, it still uses the older jakarta-commons-* package names.
FWIW, pkicreate was updated to handle the jar rename, see bug 665388. Patch was already committed to trunk.
I think the only thing we need to do is update the dependency in the spec file to account for the difference between RHEL 6 and Fedora.
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.
http://rhn.redhat.com/errata/RHEA-2011-0627.html
Description of problem: <snip> 2011-02-08 12:29:09,274 DEBUG [2/17]: creating pki-ca instance 2011-02-08 12:29:09,411 INFO args=/usr/bin/pkicreate -pki_instance_root /var/lib -pki_instance_name pki-ca -subsystem_type ca -agent_secure_port 9443 -ee_secure_port 9444 -admin_secure_port 9445 -ee_secure_client_auth_port 9446 -unsecure_port 9180 -tomcat_server_port 9701 -redirect conf=/etc/pki-ca -redirect logs=/var/log/pki-ca 2011-02-08 12:29:09,411 INFO stdout=PKI instance creation Utility ... Capturing installation information in /var/log/pki-ca-install.log 2011-02-08 12:29:09,411 INFO stderr=[error] could not find jar: apache-commons-lang.jar or jakarta-commons-lang.jar 2011-02-08 12:29:09,413 DEBUG Command '/usr/bin/pkicreate -pki_instance_root /var/lib -pki_instance_name pki-ca -subsystem_type ca -agent_secure_port 9443 -ee_secure_port 9444 -admin_secure_port 9445 -ee_secure_client_auth_port 9446 -unsecure_port 9180 -tomcat_server_port 9701 -redirect conf=/etc/pki-ca -redirect logs=/var/log/pki-ca' returned non-zero exit status 255 File "/usr/sbin/ipa-server-install", line 943, in <module> sys.exit(main()) File "/usr/sbin/ipa-server-install", line 743, in main subject_base=options.subject) File "/usr/lib/python2.6/site-packages/ipaserver/install/cainstance.py", line 466, in configure_instance self.start_creation("Configuring certificate server", 360) File "/usr/lib/python2.6/site-packages/ipaserver/install/service.py", line 281, in start_creation method() File "/usr/lib/python2.6/site-packages/ipaserver/install/cainstance.py", line 486, in create_instance ipautil.run(args) File "/usr/lib/python2.6/site-packages/ipapython/ipautil.py", line 154, in run raise CalledProcessError(p.returncode, args) </snip> Version-Release number of selected component (if applicable): ipa-server-2.0.0-9.2011020802git7be1275.el6 How reproducible: always Steps to Reproduce: 1. yum install ipa-server 2. ipa-server-install --setup-dns --forwarder=ip_of_forwarder --hostname=server_hostanem -r $RELM -n $DOMAIN -p $ADMINPW -P $ADMINPW -a $ADMINPW -U 3. Actual results: see description Expected results: successful installation Additional info: