Description of problem: An app with phpmyadmin cartridge is created before v2 migration this week, After migration, the phpmyadmin page returns 404. I have confirmed in rhcsh that the phpmyadmin process of the app is running, but the page is not found. In /var/lib/openshift/51958a5e03ef64652b00010c/phpmyadmin/conf/http_nolog.conf, the OPENSHIFT_* environment vairables can not be found. So I'm afraid the migration for phpmyadmin cartridge is not complete. The app name is 'wordpress' with uuid 51958a5e03ef64652b00010c . Phpmyadmin url https://wordpress-jhou.int.rhcloud.com/phpmyadmin/ Can you please help inspect the problem with it? Version-Release number of selected component (if applicable): On INT(devenv_3266) How reproducible: Always Steps to Reproduce: 1. Create an app with mysql and phpmyadmin 2. After INT is migrated, access the phpmyadmin webpage Actual results: Got 404, the page can not be accessed. Expected results: Phpmyadmin Should be available Additional info:
So is the case with rockmongo - https://pacman-jhou.int.rhcloud.com/rockmongo/ Can you please also investigate them? | app name | uuid | url | pacman | 51958b066cec0e0f3c0 | https://pacman-jhou.int.rhcloud.com/rockmongo/ | jbossews2| 51958f3303ef649090000075 | https://jbossews2-jhou.int.rhcloud.com/rockmongo/ Thanks
phpmyadmin is not a language framework so the PassEnv directives are not required.
I couldn't recreate this in a devenv - both phpmyadmin and rockmongo came back after migration. Please try again after the next INT deployment.
This only happened on INT. And this bug is somewhat related to bug 965492. The reason for this problem, I guess, is because the first round of migration is executed before fix for bug 965492 is pushed to INT. Therefore, the problem is produced, making phpmyadmin and rockmongo in a broken state. According to https://github.com/openshift/li/commit/39924b9a838ebdb98b8a9e3053dfca5e22679dc2 , the ip of rockmongo/phpmyadmin should not share the same value of the app's internal ip. In my case, the values are same: OPENSHIFT_PHP_IP=127.4.166.129 OPENSHIFT_PHPMYADMIN_IP=127.4.166.129 And this explains why phpmyadmin/rockmongo returns 404. Is it possible that this problem be fixed?
Unfortunately at this point I think it's best to try again with the stage release - we have a high number of bugs that need to be fixed and we know the root cause in the case of the two apps indicated in INT. Apologies for the inconvenience.
Thanks, anyway. We will focus on stage release and verify this bug if it can not be reproduced again on stage.
Verified on STG, the phpmyadmin and rockmongo cartridges are migrated successfully and function well.