When pushing my application to bluemix with cf cli, it is showing "0 of 1 instances running, 1 starting"...and after sometime "FAILED start app timeout"
For the same account, in eclipse ibm bluemix server is not starting.
When pushing my application to bluemix with cf cli, it is showing "0 of 1 instances running, 1 starting"...and after sometime "FAILED start app timeout"
For the same account, in eclipse ibm bluemix server is not starting.
Thanks Ram, We contacted the IBM customer support for the same problem and they suggested us to use a different buildpack.
This cf command prints the available buildpacks list for liberty runtime: cf buildpacks | grep -i liberty
It returns 2 buildpack options To specify the buildpack
Hope this will help others.