Bug 676048
Summary: | Installation within IPA hangs | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Matthew Harmsen <mharmsen> | ||||||
Component: | pki-core | Assignee: | Andrew Wnuk <awnuk> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Chandrasekar Kannan <ckannan> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 6.1 | CC: | aakkiang, alee, awnuk, benl, dpal, jgalipea, rcritten, syeghiay | ||||||
Target Milestone: | rc | ||||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | pki-core-9.0.3-3.el6 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | 673638 | Environment: | |||||||
Last Closed: | 2011-05-19 13:43:58 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | 673638 | ||||||||
Bug Blocks: | |||||||||
Attachments: |
|
Description
Matthew Harmsen
2011-02-08 17:45:17 UTC
So, whats going on here is that the database is being populated, and the VLV indexes are being created. At this point, we wait for the VLV indexes to complete before continuing. We check as to whether the VLV indexes are complete by looking for a particular entry and checking an attribute within that entry. If the entry does not exist, then we sleep for 1 second and recheck. In this case, its clear that something went wrong in the directory server to prevent the index from being created. Unfortunately, there are no DS logs to indicate what that might be. So, there is insufficient information to reproduce this bug. I will, however, add a log message to this code to try to provide more information, should this situation recur. Created attachment 478520 [details]
proposed patch
Created attachment 478522 [details] proposed patch reviewed in bug #673638 svn commit Sending base/ca/shared/conf/vlvtasks.ldif Sending base/common/src/com/netscape/cms/servlet/csadmin/DatabasePanel.java Transmitting file data .. Committed revision 1846. svn commit base/kra/shared/conf/vlvtasks.ldif Sending base/kra/shared/conf/vlvtasks.ldif Transmitting file data . Committed revision 1847. Verified with both master and a slave Version pki-ca-9.0.3-10.el6.noarch ipa-server-2.0.0-21.el6.x86_64 install_log: 2011-04-15 16:05:02,048 DEBUG [2/17]: creating pki-ca instance 2011-04-15 16:05:48,212 DEBUG 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-04-15 16:05:48,213 DEBUG stdout=PKI instance creation Utility ... Capturing installation information in /var/log/pki-ca-install.log PKI instance creation completed ... Installation information recorded in /var/log/pki-ca-install.log. Before proceeding with the configuration, make sure the firewall settings of this machine permit proper access to this subsystem. 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 |