Bug 962659 - 503 error will return after migration for cartridge python-2.6
Summary: 503 error will return after migration for cartridge python-2.6
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: Containers
Version: 2.x
Hardware: All
OS: All
high
high
Target Milestone: ---
: ---
Assignee: Mrunal Patel
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-14 07:49 UTC by zhaozhanqi
Modified: 2015-05-14 23:11 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-06-11 03:57:13 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description zhaozhanqi 2013-05-14 07:49:21 UTC
Description of problem:
503 error will return after migration for cartridge python-2.6

Version-Release number of selected component (if applicable):
Upgrading devenv-stage_351 to devenv_3223 and migrate

How reproducible:
always

Steps to Reproduce:
1. Launch a devenv-stage_351 ami
2. Create scalable python-2.6 app 
3. scp -r ~/devenv-local and /etc/yum.repos.d/local.repo from devenv_3219 instance to same location on devenv-stage_351 instance
4. yum -y update --enablerepo devenv-local (the instance will be default to v2 format after upgrade)
6. rhc-v2-migrate --version 2.0.28
7. access the app'URL
  
Actual results:
will return 503 error

Expected results:
can access successfully

Additional info:
it will return error as blow by 'rhc tail zqpy26', i'm not sure if this is the origin of this issue

[zqzhao@dhcp-13-222 myshell]$ rhc tail zqpy26
==> python/logs/appserver.log <==
python: can't open file 'app.py': [Errno 2] No such file or directory

==> python-2.6/logs/appserver.log <==
python: can't open file 'app.py': [Errno 2] No such file or directory

Comment 1 Mrunal Patel 2013-05-14 18:43:42 UTC
Fixed in devenv_3224+

Comment 2 Meng Bo 2013-05-15 15:19:20 UTC
Check on devenv_3229,

After migrate from devenv-stage_352 to devenv_3229

Both scalable and non-scale python 2.6 home page can be accessed.

Move bug to verified.


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