Created attachment 607738 [details] screenshot of gears status Description of problem: Local gear of nodejs scalable app is down after creating this app. Please refer to the screen shot in attachement Version-Release number of selected component (if applicable): devenv_2091 rhc-0.98.4.gem How reproducible: always Steps to Reproduce: 1.Create a scalable app of nodejs 2.Check the gears status by haproxy status Actual results: Local is down. Expected results: All gears are up by default. Additional info: Other cartridges work fine.
This bug is still reproduced on devenv_2097. Thanks.
This bug is still reproduced on devenv_2102. Thanks.
Issue is the haproxy request results in a SIGPIPE as it closes the connection -- if you remove the SIGPIPE from server.js and redeploy the app, it should work fine. I will change the sample app to not trap SIGPIPE for any new apps. Not fixing old sample apps.
Fixed with pull request: https://github.com/openshift/crankcase/pull/453 Waiting on merge.
The code is merged in devenv_2115, move it to ON_QA.
This bug has been verified and fixed on devenv_2115. Please refer to the screenshot "Fixed in devenv_2115.png" in attachment.
Created attachment 609991 [details] Fixed in devenv_2115
*** Bug 851417 has been marked as a duplicate of this bug. ***