2011-08-05 11 views
2

私はUbuntuにCloudFoundryをインストールし、サンプルのhelloworldアプリケーションをプッシュしようとしました。私は以下の例外を取得しています。誰もが同じ問題に直面することができます。この問題の解決方法を教えてください。 Springsアプリケーションは正しくプッシュされますが、レールやシナリオアプリケーションをプッシュするとこの例外が発生します。CloudfoundryでのVMCプッシュエラー

[email protected]:~/helloworld# vmc push myapp03 
Would you like to deploy from the current directory? [Yn]: 
Application Deployed URL: 'myapp03.vcap.me'? 
Detected a Sinatra Application, is this correct? [Yn]: 
Memory Reservation [Default:128M] (64M, 128M, 256M, 512M, 1G or 2G) 
Creating Application: OK 
Would you like to bind any services to 'myapp03'? [yN]: 
Uploading Application: 
    Checking for available resources: OK 
    Processing resources: OK 
    Packing application: OK 
    Uploading (0K): OK 
Push Status: OK 
Staging Application: OK 
Starting Application: . 
Error: Application [myapp03] failed to start, logs information below. 

====> /logs/staging.log <==== 

Logfile created on 2011-08-02 16:56:28 +0530 by logger.rb/25413 
Adding rack-1.3.1.gem to app... 
Adding sinatra-1.2.6.gem to app... 
Adding tilt-1.3.2.gem to app... 
Adding bundler-1.0.10.gem to app... 

====> logs/stderr.log <==== 

/usr/local/rvm/rubies/ruby-1.8.7-p352/bin/ruby: 
    No such file or directory -- ./rubygems/ruby/1.8/bin/bundle (LoadError) 
+0

で、最新のクラウドFoundryのソースで解決されます。私はそれが宝石に関係していると思います。あなたはgemfileにthinを含める必要があります – jamesc

+1

Gemfileを含めることはできますか? – Martin

答えて

関連する問題