java - Openshift port-forwarding -


after many hours , many attempts, remains help. im trying port-forwarding access db in openshift on neatbeans.

i've done lots of tutorials, upgrade , downgrade versions of net-ssh, uninstall rhc , on. have read lot git solutions (ssh_options[]...) , doesn't understand damn thing.

when i'm trying port-forwarding this:

`c:\users\andre>rhc port-forward -a leixinhos checking available ports ... not parse pkey: no start line usage: rhc port-forward <application> pass '--help' see full list of options c:\users\andre>` 

leixinhos app name have right except detail prevents me access db on neatbeans.

in console output see following error: could not parse pkey: no start line

i see running rhc on windows machine.

what version of ruby have installed? getting same error message when trying use rhc latest version of ruby on windows machine. in order rhc commands work correctly in windows had uninstall rhc, uninstall latest version of ruby, install ruby version 1.9.3 , reinstall rhc.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -