Hide Forgot
Description of problem: user domain has four apps on it, and when trying to create the 5th app, will get the "already reached the application limit of 5" error. Version-Release number of selected component (if applicable): rhc-devenv-0.89.1-1.git.215.ed37f99.el6.noarch How reproducible: always Steps to Reproduce: 1.create domain 2.create four apps on this domain 3.create the 5th app Actual results: meets "already reached the application limit of 5" error, and the app cannot be created successful. Expected results: 5th app should be created successfully Additional info: server log: Started POST "/broker/userinfo" for 66.187.233.202 at Mon Mar 26 05:48:53 -0400 2012 Processing by LegacyBrokerController#user_info_post as Parameters: {"json_data"=>"{\"api\":\"1.1.3\",\"rhlogin\":\"bmeng\"}", "password"=>"[FILTERED]"} User-Agent = '' Adding user bmeng...inside login MongoDataStore.find(CloudUser, bmeng, bmeng) MongoDataStore.find(CloudUser, bmeng, bmeng) Completed 200 OK in 279ms (Views: 4.6ms) Started POST "/broker/ssh_keys" for 66.187.233.202 at Mon Mar 26 05:48:59 -0400 2012 Processing by LegacyBrokerController#ssh_keys_post as Parameters: {"json_data"=>"{\"api\":\"1.1.3\",\"action\":\"list-keys\",\"rhlogin\":\"bmeng\"}", "password"=>"[FILTERED]"} User-Agent = '' Adding user bmeng...inside login MongoDataStore.find(CloudUser, bmeng, bmeng) MongoDataStore.find(CloudUser, bmeng, bmeng) Completed 200 OK in 112ms (Views: 1.9ms)
fixed with rev#26554ee9f242b9af95c02c93a5f65bc70d6a9c41
checked on devenv_1674, bug has been fixed.
*** Bug 806989 has been marked as a duplicate of this bug. ***