2012-06-30 134 views
0

當我使用heroku db:push(我正在使用Taps 0.3.23)時,出現「應用程序錯誤」。我看到一些建議,這種情況有時會在Heroku上發生,然後問題就會消失。我在8小時內嘗試過幾次,結果相同。我認爲有以下是相關Heroku的日誌信息:heroku db:推送失敗

2012-06-30T10:30:31+00:00 heroku[web.1]: Idling 
2012-06-30T10:30:33+00:00 heroku[web.1]: Stopping all processes with SIGTERM 
2012-06-30T10:30:33+00:00 app[web.1]: [2012-06-30 10:30:33] ERROR SignalException: SIGTERM 
2012-06-30T10:30:33+00:00 app[web.1]: /usr/local/lib/ruby/1.9.1/webrick/server.rb:90:in `select' 
2012-06-30T10:30:43+00:00 heroku[web.1]: Stopping remaining processes with SIGKILL 
2012-06-30T10:30:43+00:00 heroku[web.1]: Error R12 (Exit timeout) -> At least one process failed to exit within 10 seconds of SIGTERM 
2012-06-30T10:30:45+00:00 heroku[web.1]: Process exited with status 137 
2012-06-30T10:30:45+00:00 heroku[web.1]: State changed from up to down 

回答

0

你可能想嘗試從我的樣式表中刪除:cache => true

相關鏈接:Stackoverflow