Bug 1036781 - Unable to restart rails quickstart application, Passenger error in logs
Summary: Unable to restart rails quickstart application, Passenger error in logs
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Image
Version: 2.x
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Dan McPherson
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-02 15:38 UTC by Chris Ryan
Modified: 2015-05-15 00:35 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-02 15:48:58 UTC
Target Upstream Version:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.