Description of problem: port forward is terminated automatically once accessing the forwarded httpd link (127.1.2.1:8080) from browser during rhc-port-forward process for scaling app. Please refer to following error message: Submitting form: rhlogin: jinzhang+6 debug: true Contacting https://ec2-174-129-45-78.compute-1.amazonaws.com Checking available ports... Using bb2607ae1e6e4766b001222126dad9a8.rhcloud.com... Using 27f437ca0715481797743e4c97fc5440.rhcloud.com (scaled instance)... Binding haproxy -> 127.1.2.129:8080... Binding haproxy -> 127.1.2.130:8080... Binding httpd -> 127.1.2.1:8080... Use ctl + c to stop closed stream Error trying to forward ports. You can try to forward manually by running: ssh -N -L 127.1.2.129:8080:127.1.2.129:8080 -L 127.1.2.130:8080:127.1.2.130:8080 -L 127.1.2.1:8080:127.1.2.1:8080 bb2607ae1e6e4766b001222126dad9a8.rhcloud.com Version-Release number of selected component (if applicable): devenv_1882 rhc_0.95.11 ruby_1.9.3 Fedora 15/17/ RHL6.3 How reproducible: Always Steps to Reproduce: 1. Create a scaled app #rhc app create -a php1 -t php-5.3 -l test -p *** -s 2.#rhc-port-forward -a php1 -d 3. Try to open the link with returned port,like 127.1.2.1:8080. Actual results: Web page is not shown (The connection to the server was reset while the page was loading.), and error is displayed from command line after accessing from browser. Expected results: Web page can be displayed correcty, and no error displayed from command line. Additonal info: It works well with non-scaling app.
Mark this bug QN_QA as the design has been changed, scalable app can't support rhc port forward.
The resonable message are shown as below when performing rhc port forward for scalble app. So make it as verified. Thanks. OpenShiftmatoMacBook-Pro:joyce root# rhc port-forward -a myscapp1 Password: ****** This utility does not currently support scaled applications. You will need to set up port forwarding manually.