Bug 909360
| Summary: | 'katello-configure' fails after CFSE Upgrade from 1.0.1 to 1.1.2. | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Hayk Hovsepyan <hhovsepy> | ||||||||
| Component: | Subscription Management | Assignee: | Justin Sherrill <jsherril> | ||||||||
| Status: | CLOSED NOTABUG | QA Contact: | Katello QA List <katello-qa-list> | ||||||||
| Severity: | high | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 6.0.0 | CC: | gkhachik, mmccune | ||||||||
| Target Milestone: | Unspecified | Keywords: | Triaged | ||||||||
| Target Release: | Unused | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2013-02-08 17:09:39 UTC | Type: | Bug | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Hayk Hovsepyan
2013-02-08 15:46:47 UTC
Created attachment 695138 [details]
catalina out
Created attachment 695139 [details]
katello configure output
Created attachment 695142 [details]
catalina out full
more relevant logs from tomcat: Feb 08 09:30:13 [main] INFO org.candlepin.config.EncryptedValueConfigurationParser - reading secret file: /etc/katello/secure/passphrase Feb 08 09:30:13 [main] INFO org.candlepin.config.EncryptedValueConfigurationParser - File not found: /etc/katello/secure/passphrase Feb 08 09:30:13 [main] INFO org.candlepin.config.EncryptedValueConfigurationParser - Using katello-passwd passphrase: null Feb 08 09:30:13 [main] INFO org.candlepin.config.EncryptedValueConfigurationParser - getPassphrase: null Feb 08 09:30:13 [main] INFO org.candlepin.config.EncryptedValueConfigurationParser - decrypt called Feb 08 09:30:13 [main] INFO org.candlepin.config.EncryptedValueConfigurationParser - Failure trying to decryptdW6YYZQ/L1Mu4bdfVMSSVQ== java.lang.NullPointerException Indicates it can't read /etc/katello/secure/passphrase, and sure enough: # ls -l /etc/katello/secure/ total 4 -rw-rw----. 1 root katello-shared 65 Feb 8 17:16 passphrase # ls -l /etc/katello/secure/ -d drwxr-x---. 2 root katello-shared 4096 Feb 8 17:16 /etc/katello/secure/ # id tomcat uid=91(tomcat) gid=91(tomcat) groups=91(tomcat),182(katello) For some reason your system is missing the 'katello-all' package which as the commands in the %post section that corrects the security on /etc/katello/secure/passphrase Something in your upgrade procedure removed the package as we found in the yum.log: <jsherrill> mmccune: it was installed and then removed <jsherrill> Feb 08 14:21:00 Installed: katello-all-0.1.318-1.el6cf.noarch <jsherrill> Feb 08 14:27:28 Erased: katello-all going to CLOSE:NOTABUG since nothing in our upgrade procedure indicates this should be removed or does a removal of this package. |