Bug 916758
| Summary: | Missing or unreadable broker configuration file produces confusing stacktrace | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | John R <john> |
| Component: | Pod | Assignee: | Dan McPherson <dmcphers> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.x | CC: | dmcphers, jhou |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-04-09 15:17:25 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: | |||
|
Description
John R
2013-02-28 20:42:58 UTC
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/4e0567d17d6974e92b21a809f23fdbb1300edb87 Bug 916758 - Give better message on config failure Verified on devenv_4509 1. Make the broker-dev.conf unreadable: chmod -r broker-dev.conf 2. Restart broker 3. Invoke restapi against broker: curl -k https://localhost/broker/rest/api Result: Got error: Could not open config file /etc/openshift/broker-dev.conf: Permission denied - /etc/openshift/broker-dev.conf is not readable |