Re: Failed to start Native apps in CF using null-build pack
JT Archie <jarchie@...>
Balaramaraju,
It looks like in your *CF logs* that you are pushing the app with an incorrect start command, most likely with the meta information from a Procfile. Please try deploying the application like this: *cf push helloWorld2 -b https://github.com/ryandotsmith/null-buildpack <https://github.com/ryandotsmith/null-buildpack> --no-route -c "helloWorld2.sh" -s lucid64* If you experience further problems with the app not starting. Please try the new binary-buildpack <https://github.com/cloudfoundry/binary-buildpack> that cf-release will start supporting. Kind regards, JT On Thu, May 7, 2015 at 5:34 AM, Balaramaraju JLSP <balaramaraju(a)gmail.com> wrote: Hi All,
|
|