Reputation: 51
Since today, when creating an app (Web or Mobile), Bluemix prompts an error :
BXNUI0005E: The application could not be added.
Anyone else is facing this issue?
Upvotes: 1
Views: 2415
Reputation: 767
I've had this exact same problem and it turned out to be due to previous app implementation as jningthou mentioned above, however in my case, it turned out not to be the old app (which I had deleted) but a database instance (which my previous app had also created).
Deleting hangover app / database instances made the problem go away for me.
Upvotes: 0
Reputation: 902
If you are using a 'lite' plan, you can create only ONE Cloud foundry app. The naming convention (dns or App) has nothing to do with it.
I was pulling my hair checking for any duplicates in the apps name. Hope this helps for any noobs looking for an answer.
Upvotes: 1
Reputation: 71
Normally, the problem occurs when the app name exists already. The simple way to check by; .mybluemix.net .eu-gb.mybluemix.net .aus-syd.mybluemix.net
Upvotes: 0
Reputation: 111
I'm new to Bluemix and just had this error when running through my first tutorial. I fixed it by changing my application name to something that should be unique rather than the 'HelloWorld' I had been trying.
Upvotes: 4
Reputation: 414
Today testing the app creation either with "web" or with "Mobile" gives no error. This problem might be caused by having hit the personal account limit of App/Services or a temporary outage of App/Services itself.
Upvotes: 0