Bug 1308722
Summary: | Django quickstart can't bind address | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Vu Dinh <vdinh> |
Component: | Templates | Assignee: | Vu Dinh <vdinh> |
Status: | CLOSED ERRATA | QA Contact: | XiuJuan Wang <xiuwang> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 2.2.0 | CC: | agrimm, aos-bugs, cdaley, erjones, gpei, jgoncalv, jokerman, mmccomas, rthrashe, vdinh, xiuwang |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | rubygem-openshift-origin-node-1.38.5.2-1.el6op | Doc Type: | Bug Fix |
Doc Text: |
Cause: There is a duplication of start process call during git deployment using rhc --from-code command.
Consequence: The second start process call will fail as the httpd port is already occupied which is due to previous start process call. A failure message will be logged as a result.
Fix: The conditional check is added to the code to verify the state of the application to identify of the application is already started or not. If it's already started, a restart process is called instead of a start process.
Result: The failure message is not longer logged as the duplicated start process is eliminated.
|
Story Points: | --- |
Clone Of: | 1296943 | Environment: | |
Last Closed: | 2016-03-22 16:54:46 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: | |||
Bug Depends On: | 1296943 | ||
Bug Blocks: |
Comment 4
Gaoyun Pei
2016-02-26 06:11:23 UTC
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2016-0489.html |