Description of problem: Add an alias to app which belongs to one account,and try to add the same alias to another app which belongs to another account,can not add successfully,but have not meaningful error message,will prompt like:Node execution failure (invalid exit code from node). If the problem persists please contact Red Hat support. Should have meaningful prompt for user. Version-Release number of selected component (if applicable): devenv_2441 How reproducible: Always Steps to Reproduce: 1.Create an app(app1) using one account rhc app create -a app1 -t php-5.3 -l wsun 2.Create another app(app2) using another account rhc app create -a app2 -t php-5.3 -l wsun+1 3.Add alias for app1 rhc alias add app1 test.com 4.Add the same alias for app2 rhc alias add app2 test.com Actual results: 3.[sunwei@dhcp-8-229 dev]$ rhc alias add rack8test test.com -l wsun+1 Password: ****** RESULT: Application event 'add-alias' successful 4.[sunwei@dhcp-8-229 dev]$ rhc alias add rack9test test.com -l wsun Password: ****** Node execution failure (invalid exit code from node). If the problem persists please contact Red Hat support. Expected results: Show meaningful prompt: The alias is already in use. Additional info: If add the same alias to two applications which belongs to one account,will give meaningfull prompt. [sunwei@dhcp-8-229 dev]$ rhc alias add rack8scaletest test.com -l wsun+1 Password: ****** Alias already in use.
fixed as part of error message fixes
Checked on devenv_2534, the error message has been updated. [bmeng@localhost openshift_testdir]$ rhc alias add app2 test.com -p123 -lbmeng RESULT: Application event 'add-alias' successful [bmeng@localhost openshift_testdir]$ rhc alias add app1 test.com -p123 -lbmeng+1 FATAL ERROR: test.com Already exists.