CloudFoundary version-250
diego/1.4.1
windows windows2012R2
Cloud- aws
windows cell size-r3.xlarge
Hi i am trying to push a .net application on windows stack.But after starting the applicationn its giving staging failed error.
I am pushing app from repo https://github.com/cloudfoundry/wats
Using Buildpack is https://github.com/ryandotsmith/null-buildpack
Command for pushing app are as followed.
cf push windows-test-app-1 -s windows2012R2 -b https://github.com/ryandotsmith/null-buildpack.git -m 1G --no-start
cf start windows-test-app-1
I am attaching output of  CF_TRACE
cf_trace=true.txt
.
on checking logs with command
cf logs windows-test-app-1 --recent

Can you please assist us with the problem?
Thanks in Advance