Description of problem: Create mongolab-openshift-quickstart as follow README.md,and try to access the app's url,but it returns 503 error. Version-Release number of selected component (if applicable): STG(devenv-stage_357) https://github.com/openshift/mongolab-openshift-quickstart How reproducible: Always Steps to Reproduce: 1.Create mongolab-openshift-quickstart as follow README.md 2.Access the app's url 3. Actual results: It returns 503 error Expected results: Can access app's url successfully Additional info:
I tried to recreate this and the app still seemed to be functional. Did you make any app changes besides what's stated in the README.md? Did you have errors on git push? Were there errors in the nodejs log? Was you app in a running state when you were getting the 503?
Created attachment 757034 [details] log in STG
Created attachment 757035 [details] log in devenv
I tried to recreate this in STG(devenv-stage_357),still returns 503,but my app's status was started. I did not make any app changes,only followed the README.md. There were some errors in node.log,please refer to #attachment 1 [details] And I also tried to recreate this in the latest devenv(devenv_3319),but app was ok.I could access the app's url successfully.But in node.log,there were some errors,please refer to #attachment 2 [details]
I'm getting the same error as #attachment 1 [details] on Online.
I get this problem using the upstream https://github.com/mongolab/mongolab-openshift-quickstart because they haven't accepted our V2 compatability pull request yet. This works just fine with our fork which does have the V2 changes. I will attempt to contact somebody at MongoLabs to try to get them to accept the PR.
This pull request was merged over the weekend, please retest.
FYI, this application will return a 503 unless it is configured with an API key. We are working with the partner to fix this so it will return a placeholder page if not properly configured.
Test this quickstart in devenv_3409.It works now.