mono apps are failed to start in CF
Balaramaraju JLSP <balaramaraju@...>
Hi All,
I tried to push .net application [using https://github.com/cloudfoundry-community/.net-buildpack] to pivotal CF but is failing with following error. earlier same application used to run with out any issue. 2015-10-26T11:53:38.000+00:00 [STG] ERR No start command detected; command must be provided at runtime 2015-10-26T11:53:59.000+00:00 [STG] OUT Uploaded droplet (61.4M) 2015-10-26T11:54:07.000+00:00 [APP] ERR Usage: /tmp/lifecycle/launcher <app directory> <start command> <metadata> 2015-10-26T11:54:07.000+00:00 [APP] OUT Exit status 1 but same application working with my local cloud foundry (installed 3 months back). I couldn't follow recent changes in CF. dose any input commands changed recently ? *cf push command * cf push OwinFhir -b https://github.com/cloudfoundry-community/.net-buildpack -m 256M *cf push log* Creating app OwinFhir in org MONO / space development as ... OK Creating route owinfhir.cfapps.io... OK Binding owinfhir.cfapps.io to OwinFhir... OK Uploading OwinFhir... Uploading app files from: D:\Cloud\Git\cf_nise_installer\OwinSamp Uploading 361.7K, 14 files OK Starting app OwinFhir in org MONO / space development as OK Creating container Successfully created container Downloading app package... Downloaded app package (1.2M) Downloading buildpacks ( https://github.com/cloudfoundry-community/.net-buildpack)... Downloaded buildpacks Staging... -----> Downloading Mono runtime 3.4.0_full from http://ci-labs-buildpack-downloads.s3.amazonaws.com/mono/lucid/x86_64/mono-3.4.0_full.tar.gz (1.9s) expanding Mono to vendor/mono (1.6s) -----> Installing Mozilla certificate data to .config/.mono/certs (1.3s) -----> Downloading Procfile container current.linux-amd64 from https://godist.herokuapp.com/projects/ddollar/forego/releases/current/linux-amd64/forego (1.0s) -----> Patching Procfile to rename web: to _web: (0.0s) -----> Preparing AppSettingsAutoReconfiguration.exe (0.0s) *No start command detected; command must be provided at runtime* Exit status 0 Staging complete Uploading droplet, build artifacts cache... Uploading droplet... Uploading build artifacts cache... Uploaded build artifacts cache (59.7M) Uploaded droplet (61.4M) Uploading complete 0 of 1 instances running, 1 starting 0 of 1 instances running, 1 starting 0 of 1 instances running 0 of 1 instances running 0 of 1 instances running Thanks J L S P Balaramaraju
|
|