Description of problem: See https://openshift.redhat.com/community/forums/openshift/rhc-app-create-problem#comment-25845 for more details. The symptoms look very unusual: $ rhc app create -a quake2 -t jbossas-7 Password: ********* Creating application 'quake2' ============================= Namespace: xianrenb Cartridge: jbossas-7 Gear Size: default Scaling: no Your application's domain name is being propagated worldwide (this might take a minute)... invalid byte sequence in UTF-8 Usage: rhc app create <name> <cartridge> [-n namespace] Pass '--help' to see the full list of options What's more odd is the output to: $ rhc app create -a quake2 -t jbossas-7 -d Password: *********DEBUG: Connecting to https://openshift.redhat.com/broker/rest/api DEBUG: Client supports API versions 1.1, 1.2, 1.3 DEBUG: Request: #<RestClient::Request:0x2056d824 @method=:get, @headers={:accept=>:json, "Authorization"=>"Basic eGlhbnJlbmJAZ21haWwuY29tOm9vb29sb2dpbg==", "User-Agent"=>"rhc/1.2.7 (ruby 1.9.3; i386-cygwin)"}, @url="https://openshift.redhat.com/broker/rest/api", @cookies={}, @payload=nil, @user=nil, @password=nil, @timeout=nil, @open_timeout=4, @block_response=nil, @raw_response=false, @verify_ssl=false, @ssl_client_cert=nil, @ssl_client_key=nil, @ssl_ca_file=nil, @tf=nil, @max_redirects=10, @processed_headers={"Accept"=>"application/json", "Accept-Encoding"=>"gzip, deflate", "Authorization"=>"Basic eGlhbnJlbmJAZ21haWwuY29tOm9vb29sb2dpbg==", "User-Agent"=>"rhc/1.2.7 (ruby 1.9.3; i386-cygwin)"}, @args={:url=>"https://openshift.redhat.com/broker/rest/api", :method=>:get, :headers=>{:accept=>:json, "Authorization"=>"Basic eGlhbnJlbmJAZ21haWwuY29tOm9vb29sb2dpbg==", "User-Agent"=>"rhc/1.2.7 (ruby 1.9.3; i386-cygwin)"}, :timeout=>nil, :open_timeout=>4}> ..... See attached for the debug output.
Created attachment 666899 [details] debug output to rhc app create -d command
This bug couldn't be reproduced on PROD env, please refer to the details as below: Build: PROD rhc.1.2.7.gem ruby-1.9 on windows7 Steps: 1. Create a jbossas app as below: rhc app create -a testapp3 -t jbossas-7 -d Actual result: The app can be created successfully. Please refer to the detailed log as attached. Thanks.
Created attachment 667117 [details] rhc app create output log 20121221
This looks like a problem with the old version of the gem. Can we get a recreation with the latest RHC gem?
Please recreate and reopen.