CP Lim
CP Lim

Reputation: 51

Bluemix - BXNUI0005E: The application could not be added

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

Answers (7)

ALI ALRIKABI
ALI ALRIKABI

Reputation: 3

Go back to Dashboard and delete everything there.

Upvotes: 0

David Fulton
David Fulton

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

jningthou
jningthou

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

Kyungmo Jung
Kyungmo Jung

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

Alessandro Mattiuzzi
Alessandro Mattiuzzi

Reputation: 2467

You have to choose a unique application name.

Upvotes: 0

Steve Coates
Steve Coates

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

rspoglia
rspoglia

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

Related Questions