Bug 1036781

Summary: Unable to restart rails quickstart application, Passenger error in logs
Product: OpenShift Online Reporter: Chris Ryan <cryan>
Component: ImageAssignee: Dan McPherson <dmcphers>
Status: CLOSED WONTFIX QA Contact: libra bugs <libra-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.x   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-02 15:48:58 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:

Description Chris Ryan 2013-12-02 15:38:31 UTC
Description of problem:
When a rails quickstart application is created and merged with the quickstart code found in https://github.com/fotioslindiakos/rails-example, the application is unable to restart. When visiting the application root url, a 404 error is returned. 

Version-Release number of selected component (if applicable):
devenv_4084 (ami-2384a44a)

How reproducible:
Always

Steps to Reproduce:
1. Create a rails quickstart:

rhc create-app r1 ruby-1.9 mysql-5.1 --from-code="https://github.com/openshift/rails-example"

2. Update the code with the additional quickstart repo:

cd r1

git remote add fotios -m US2391_test git://github.com/fotioslindiakos/rails-example.git

git pull -s recursive -X theirs fotios US2391_test

git rm public/index.html && git add . && git commit -m "Test." && git push

3.restart the r1 app

rhc restart-app r1

4. Visit the URL of the r1 app

Actual results:
The application returns a 404 error (or the page is not available).

Expected results:
The application webpage should be available.

Additional info:
The log files from the ruby cartridge are attached with the Passenger errors after the app restart.

Comment 1 Dan McPherson 2013-12-02 15:48:58 UTC
Hi Chris,  We don't support the quickstart at:

 https://github.com/fotioslindiakos/rails-example


If there is a particular issue that you would like looked at not specific to that particular fork then please feel free to reopen.