Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Deploying to BlueMix: "The application failed to stage, so there are no instances to display."

Hi all,

I'm trying to deploy a simple web project with a web page just to test BlueMix, little background:

-I created a web project and a web page on RAD and using EGit I push them to a Git hosted repo on JazzHub.
-Since I don't have the manifest.yml file, I created it manually on JazzHub
-Then I enable the auto-deployment option on JazzHub and here seems to be good, I see an OK message and the log only have "OK" on it.

But if I click the link I get this error: 404 Not Found: Requested route ('web1-54106f54-a340-465e-9f67-e4262ad5814e.ng.bluemix.net') does not exist.

And if I click on the Manage on BlueMix link on the Instance Details section I see this error: The application failed to stage, so there are no instances to display.

BTW, this is the content of the manifest.yml:

---
applications:
- name: Web1
  memory: 512M
  instances: 1
  host: Web1-${random-word}
  path: Web1EAR/Web1.war

Someone has faced this problem before?
Thanks

0 votes



One answer

Permanent link
 I just went to the ACE UI and tried to just create one of the starter applications from there. That also failed to stage, even though it is just the standard template.

I'm not sure this is the problem you're seeing here, but be warned that BlueMix seems to be currently having problems getting apps started in general.

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 383
× 19
× 6
× 5

Question asked: Apr 09 '14, 3:11 p.m.

Question was seen: 4,955 times

Last updated: Apr 09 '14, 3:59 p.m.

Confirmation Cancel Confirm