Solved:Error in cf push command
When I tried to push the code using cf push on the bluemix I got following error:
0 of 1 instances running, 1 down
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 failing
FAILED
Start unsuccessful
Because your app doesn't start listening on the Bluemix assigned port, Bluemix detects that it's not reachable and deliberately crashes/restarts it to try and fix it.
Always Use the port 8080 and check there is no other service use the same port ;)
No comments:
Post a Comment