i have installed the cloudfoundry v2 and then installed the inronfoundry v2, i made the default stack to msclr in the cloud_controller_ng\config\stack.yml when i push a app with the msclr stack, i got the error below,
C:\Users\Ray\cf-vagrant-installer\test\fixtures\apps\sinatra>cf push
Using manifest file manifest.yml
Uploading xbdtb... OK
Stopping xbdtb... OK
Preparing to start xbdtb... OK
Checking status of app 'xbdtb'...
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 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 down)
0 of 1 instances running (1 down)
0 of 1 instances running (1 starting)
0 of 1 instances running (1 starting)
0 of 1 instances running (1 starting)
0 of 1 instances running (1 crashing)
Push unsuccessful.
TIP: The system will continue to attempt restarting all requested app instances
that have crashed. Try 'cf app' to monitor app status. To troubleshoot crashes,
try 'cf events' and 'cf crashlogs'.
i tried several times and found there were crash logs generated in the file like C:\IronFoundry\dea_ng\crashes\715a2d7a0d8345a8b92117d51d83aba3\logs\staging_task.log, and were deleted immediatly, i triedto copy them rapidly and got the carsh logs below
----> Downloaded app package (0KB)
----> Downloaded app buildpack cache (0KB)
C:\Ruby193\bin\ruby.exe : ruby: no Ruby script found in input (LoadError)
???? C:\IronFoundry\Warden\Containers\17ad66cs8hl\w1g450kk.ps1:7 ??: 1
+ C:\Ruby193\bin\ruby.exe 'C:\IronFoundry\dea_ng\app\buildpacks\bin\run' 'C:\Ir
onF ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
+ CategoryInfo : NotSpecified: (ruby: no Ruby s...put (LoadError)
:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
ruby
: no Ruby script found in input (LoadError)
C:/IronFoundry/dea_ng/app/buildpacks/lib/buildpack.rb:48:in `build_pack'
: Unable to detect a supported application type (RuntimeError)
from C:/IronFoundry/dea_ng/app/buildpacks/lib/buildpack.rb:29:in `block in
compile_with_timeout'
from C:/Ruby193/lib/ruby/1.9.1/timeout.rb:69:in `timeout'
from C:/IronFoundry/dea_ng/app/buildpacks/lib/buildpack.rb:28:in `compile_w
ith_timeout'
from C:/IronFoundry/dea_ng/app/buildpacks/lib/buildpack.rb:19:in `block in
stage_application'
from C:/IronFoundry/dea_ng/app/buildpacks/lib/buildpack.rb:15:in `chdir'
from C:/IronFoundry/dea_ng/app/buildpacks/lib/buildpack.rb:15:in `stage_app
lication'
from C:/IronFoundry/dea_ng/app/buildpacks/bin/run:17:in `<main>'
and the warden's log seems no error,
i don't understand the source code very well,so any one know what's the problem and how to fix this error?
thank you