| Summary: | Redmine with ruby-1.9/ruby-1.8 and mysql-5.1 returns 503 after migration. | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Yujie Zhang <yujzhang> | ||||||||
| Component: | Containers | Assignee: | Dan McPherson <dmcphers> | ||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | libra bugs <libra-bugs> | ||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | medium | ||||||||||
| Version: | 2.x | CC: | dmcphers, mfojtik, wsun, xtian | ||||||||
| 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-10-30 19:24:20 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: | |||||||||
| Attachments: |
|
||||||||||
Hi, Could you also please provide the /var/log/openshift/node/platform.log? I guess the 'start' operation failure will be logged there. Created attachment 817352 [details]
platform.log
Tried this bug on devenv_3966 which is upgraded from devenv-stage_528.
For rubyonrails quickstart,after migration,could access the app's url.
For redmine with ruby-1.9/ruby-1.8,after migration ,still could not access the app's url.
Created attachment 817353 [details]
ugrade.log
*** This bug has been marked as a duplicate of bug 1021472 *** |
Created attachment 817054 [details] full log file Description of problem: Create rubyonrails and redmine application with ruby-1.9 and mysql-5.1 cartridges on old env, after migration, the rubyonrails and redmine application return 503 error, found the following result for rubyonrails applications: "upgrade_script_ruby": { "status": "incomplete", "errors": [ ], "start_gear": { "status": "complete", "errors": [ ], "context": { "warning": "Start gear failed with an exception: Failed to execute: 'control start' for /var/lib/openshift/526f55f145ed468e39000036/ruby" } }, "validate_gear": { "status": "complete", "errors": [ ], "context": { "preupgrade_state": "started", "postupgrade_response_code": "503", "postupgrade_status": "Cart status for ruby [PROBLEM]: CLIENT_RESULT: Application is either stopped or inaccessible\n\nCart status for mysql [OK]: CLIENT_RESULT: MySQL is running\n\n" } } }, Version-Release number of selected component (if applicable): devenv_3960 How reproducible: always Steps to Reproduce: 1.Create rubyonrails or redmine application on devenv-stage_528 2.Migrate to devenv_3960 3.Check the rubyonrails and redmine application Actual results: The rubyonrails and redmine application both return 503 error, full log please see in attachment. Expected results: The rubyonrails and redmine application should work correctly after migration. Additional info: