0

アプリケーションの準備はできていますが、デプロイ時に、heroku とクラウド ファウンドリーでエラーが発生してデプロイに直面しています。

使用される gem は次のとおりです。 event_calender authlogic

エラー: クラウド ファウンドリ

wafuser@wafuser-VirtualBox:~/Documents/backups/backupnew/ecommerce$ vmc push
Would you like to deploy from the current directory? [Yn]: y
Application Name: shiva108
Detected a Rails Application, is this correct? [Yn]: y
Application Deployed URL [shiva108.cloudfoundry.com]: 
Memory reservation (128M, 256M, 512M, 1G, 2G) [256M]: 
How many instances? [1]: 1
Create services to bind to 'shiva108'? [yN]: y
1: mongodb
2: mysql
3: postgresql
4: rabbitmq
5: redis
What kind of service?: 2
Specify the name of the service [mysql-ceaf3]: 
Create another? [yN]: n
Would you like to save this configuration? [yN]: n
Creating Application: OK
Creating Service [mysql-ceaf3]: OK
Binding Service [mysql-ceaf3]: OK
Uploading Application:
  Checking for available resources: OK
  Processing resources: OK
  Packing application: OK
  Uploading (192K): OK   
Push Status: OK
Staging Application 'shiva108': OK                                              
Starting Application 'shiva108': .
Error: Application [shiva108] failed to start, logs information below.

====> /logs/migration.log <====

誰でも私の問題の解決策を提案できますか

4

2 に答える 2

2

次のコマンドを使用してみてください。

vmc logs <app-name>

これにより、必要なログが得られます。

于 2013-01-14T22:13:31.483 に答える
0

このコマンドを使用してみてください:

ヘロク:

$ heroku logs

クラウド ファウンドリー:

$ vmc files shiva108 logs/stderr.log
于 2012-09-08T00:32:51.100 に答える