Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/heroku/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ruby on rails 3.1 Heroku上的资产预编译错误_Ruby On Rails 3.1_Heroku - Fatal编程技术网

Ruby on rails 3.1 Heroku上的资产预编译错误

Ruby on rails 3.1 Heroku上的资产预编译错误,ruby-on-rails-3.1,heroku,Ruby On Rails 3.1,Heroku,我是RoR的新手,曾试图部署到Heroku,但这让我抓狂!这是我的日志: 2012-04-21T19:32:27+00:00 app[web.1]: 2012-04-21T19:32:27+00:00 app[web.1]: 2012-04-21T19:32:27+00:00 app[web.1]: Started GET "/" for 89.240.212.20 at 2012-04-21 19:32:27 +0000 2012-04-21T19:32:27+00:00 app[web.

我是RoR的新手,曾试图部署到Heroku,但这让我抓狂!这是我的日志:

2012-04-21T19:32:27+00:00 app[web.1]: 
2012-04-21T19:32:27+00:00 app[web.1]: 
2012-04-21T19:32:27+00:00 app[web.1]: Started GET "/" for 89.240.212.20 at 2012-04-21 19:32:27 +0000
2012-04-21T19:32:27+00:00 app[web.1]: Processing by StoreController#index as HTML
2012-04-21T19:32:27+00:00 app[web.1]:   Rendered store/index.html.erb within layouts/application (86.1ms)
2012-04-21T19:32:27+00:00 app[web.1]: Completed 500 Internal Server Error in 266ms
2012-04-21T19:32:27+00:00 app[web.1]: 
2012-04-21T19:32:27+00:00 app[web.1]: ActionView::Template::Error (scaffold.css isn't precompiled):
2012-04-21T19:32:27+00:00 app[web.1]:     4: <head>
2012-04-21T19:32:27+00:00 app[web.1]:     5:   <title>Pragprog Books Online Store</title>
2012-04-21T19:32:27+00:00 app[web.1]:     6: <!-- START:stylesheet -->
2012-04-21T19:32:27+00:00 app[web.1]:     7:   <%= stylesheet_link_tag "scaffold" %>
2012-04-21T19:32:27+00:00 app[web.1]:     8:   <%= stylesheet_link_tag "depot", :media => "all" %><!-- <label id="code.slt"/> -->
2012-04-21T19:32:27+00:00 app[web.1]:     9: <!-- END:stylesheet -->
2012-04-21T19:32:27+00:00 app[web.1]:   app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__3129246563521504454_25831520'
2012-04-21T19:32:27+00:00 app[web.1]:     10:   <%= javascript_include_tag :defaults %>
2012-04-21T19:32:27+00:00 app[web.1]: 
2012-04-21T19:32:27+00:00 app[web.1]: 
2012-04-21T19:32:27+00:00 heroku[router]: GET depotalghamdi.herokuapp.com/ dyno=web.1 queue=0 wait=0ms service=384ms status=500 bytes=643
2012-04-21T19:32:28+00:00 heroku[router]: GET depotalghamdi.herokuapp.com/favicon.ico dyno=web.1 queue=0 wait=0ms service=10ms status=200 bytes=0
2012-04-21T19:32:28+00:00 heroku[web.1]: Error R12 (Exit timeout) -> Process failed to exit within 10 seconds of SIGTERM
2012-04-21T19:32:28+00:00 heroku[web.1]: Stopping process with SIGKILL
2012-04-21T19:32:29+00:00 heroku[web.1]: Process exited with status 137
2012-04-21T19:33:09+00:00 app[web.1]: 
2012-04-21T19:33:09+00:00 app[web.1]: 
2012-04-21T19:33:09+00:00 app[web.1]: Processing by StoreController#index as HTML
2012-04-21T19:33:09+00:00 app[web.1]: Started GET "/" for 89.240.212.20 at 2012-04-21 19:33:09 +0000
2012-04-21T19:33:09+00:00 app[web.1]:   Rendered store/index.html.erb within layouts/application (1.6ms)
2012-04-21T19:33:09+00:00 app[web.1]: Completed 500 Internal Server Error in 7ms
2012-04-21T19:33:09+00:00 app[web.1]: 
2012-04-21T19:33:09+00:00 app[web.1]: ActionView::Template::Error (scaffold.css isn't precompiled):
2012-04-21T19:33:09+00:00 app[web.1]:     4: <head>
2012-04-21T19:33:09+00:00 app[web.1]:     5:   <title>Pragprog Books Online Store</title>
2012-04-21T19:33:09+00:00 app[web.1]:     8:   <%= stylesheet_link_tag "depot", :media => "all" %><!-- <label id="code.slt"/> -->
2012-04-21T19:33:09+00:00 app[web.1]:     6: <!-- START:stylesheet -->
2012-04-21T19:33:09+00:00 app[web.1]:     7:   <%= stylesheet_link_tag "scaffold" %>
2012-04-21T19:33:09+00:00 app[web.1]:     9: <!-- END:stylesheet -->
2012-04-21T19:33:09+00:00 app[web.1]:     10:   <%= javascript_include_tag :defaults %>
2012-04-21T19:33:09+00:00 app[web.1]:   app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__3129246563521504454_25831520'
2012-04-21T19:33:09+00:00 app[web.1]: 
2012-04-21T19:33:09+00:00 app[web.1]: 
2012-04-21T19:33:09+00:00 heroku[router]: GET depotalghamdi.herokuapp.com/ dyno=web.1 queue=0 wait=0ms service=19ms status=500 bytes=643
2012-04-21T19:33:10+00:00 heroku[router]: GET depotalghamdi.herokuapp.com/favicon.ico dyno=web.1 queue=0 wait=0ms service=34ms status=304 bytes=0
2012-04-21T19:33:11+00:00 heroku[router]: GET depotalghamdi.herokuapp.com/ dyno=web.1 queue=0 wait=0ms service=31ms status=500 bytes=643
2012-04-21T19:33:11+00:00 app[web.1]: 
2012-04-21T19:33:11+00:00 app[web.1]: 
2012-04-21T19:33:11+00:00 app[web.1]: Processing by StoreController#index as HTML
2012-04-21T19:33:11+00:00 app[web.1]: Started GET "/" for 89.240.212.20 at 2012-04-21 19:33:11 +0000
2012-04-21T19:33:11+00:00 app[web.1]: Completed 500 Internal Server Error in 12ms
2012-04-21T19:33:11+00:00 app[web.1]: 
2012-04-21T19:33:11+00:00 app[web.1]: ActionView::Template::Error (scaffold.css isn't precompiled):
2012-04-21T19:33:11+00:00 app[web.1]:     5:   <title>Pragprog Books Online Store</title>
2012-04-21T19:33:11+00:00 app[web.1]:     4: <head>
2012-04-21T19:33:11+00:00 app[web.1]:   Rendered store/index.html.erb within layouts/application (1.4ms)
2012-04-21T19:33:11+00:00 app[web.1]:     7:   <%= stylesheet_link_tag "scaffold" %>
2012-04-21T19:33:11+00:00 app[web.1]: 
2012-04-21T19:33:11+00:00 app[web.1]:     8:   <%= stylesheet_link_tag "depot", :media => "all" %><!-- <label id="code.slt"/> -->
2012-04-21T19:33:11+00:00 app[web.1]:     9: <!-- END:stylesheet -->
2012-04-21T19:33:11+00:00 app[web.1]:     10:   <%= javascript_include_tag :defaults %>
2012-04-21T19:33:11+00:00 app[web.1]:   app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__3129246563521504454_25831520'
2012-04-21T19:33:11+00:00 app[web.1]: 
2012-04-21T19:33:11+00:00 app[web.1]:     6: <!-- START:stylesheet -->
2012-04-21T19:33:13+00:00 app[web.1]: 
2012-04-21T19:33:13+00:00 app[web.1]: 
2012-04-21T19:33:13+00:00 app[web.1]: Processing by StoreController#index as HTML
2012-04-21T19:33:13+00:00 app[web.1]: Started GET "/" for 89.240.212.20 at 2012-04-21 19:33:13 +0000
2012-04-21T19:33:13+00:00 app[web.1]:   Rendered store/index.html.erb within layouts/application (14.5ms)
2012-04-21T19:33:13+00:00 app[web.1]: Completed 500 Internal Server Error in 66ms
2012-04-21T19:33:13+00:00 app[web.1]: ActionView::Template::Error (scaffold.css isn't precompiled):
2012-04-21T19:33:13+00:00 app[web.1]:     4: <head>
2012-04-21T19:33:13+00:00 app[web.1]: 
2012-04-21T19:33:13+00:00 app[web.1]:     5
:   <title>Pragprog Books Online Store</title>
2012-04-21T19:33:13+00:00 app[web.1]:     6: <!-- START:stylesheet -->
2012-04-21T19:33:13+00:00 app[web.1]:     7:   <%= stylesheet_link_tag "scaffold" %>
2012-04-21T19:33:13+00:00 app[web.1]:     8:   <%= stylesheet_link_tag "depot", :media => "all" %><!-- <label id="code.slt"/> -->
2012-04-21T19:33:13+00:00 app[web.1]:     9: <!-- END:stylesheet -->
2012-04-21T19:33:13+00:00 app[web.1]:   app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__3129246563521504454_25831520'
2012-04-21T19:33:13+00:00 app[web.1]:     10:   <%= javascript_include_tag :defaults %>
2012-04-21T19:33:13+00:00 app[web.1]: 
2012-04-21T19:33:13+00:00 app[web.1]: 
2012-04-21T19:33:13+00:00 heroku[router]: GET depotalghamdi.herokuapp.com/ dyno=web.1 queue=0 wait=0ms service=89ms status=500 bytes=643
2012-04-21T19:33:15+00:00 app[web.1]: 
2012-04-21T19:33:15+00:00 app[web.1]: 
2012-04-21T19:33:15+00:00 app[web.1]: Started GET "/" for 89.240.212.20 at 2012-04-21 19:33:15 +0000
2012-04-21T19:33:15+00:00 app[web.1]: Processing by StoreController#index as HTML
2012-04-21T19:33:15+00:00 app[web.1]:   Rendered store/index.html.erb within layouts/application (1.4ms)
2012-04-21T19:33:15+00:00 app[web.1]: Completed 500 Internal Server Error in 20ms
2012-04-21T19:33:15+00:00 app[web.1]: 
2012-04-21T19:33:15+00:00 app[web.1]:     4: <head>
2012-04-21T19:33:15+00:00 app[web.1]:     6: <!-- START:stylesheet -->
2012-04-21T19:33:15+00:00 app[web.1]: ActionView::Template::Error (scaffold.css isn't precompiled):
2012-04-21T19:33:15+00:00 app[web.1]:     7:   <%= stylesheet_link_tag "scaffold" %>
2012-04-21T19:33:15+00:00 app[web.1]:     5:   <title>Pragprog Books Online Store</title>
2012-04-21T19:33:15+00:00 app[web.1]:     9: <!-- END:stylesheet -->
2012-04-21T19:33:15+00:00 app[web.1]:     10:   <%= javascript_include_tag :defaults %>
2012-04-21T19:33:15+00:00 app[web.1]:     8:   <%= stylesheet_link_tag "depot", :media => "all" %><!-- <label id="code.slt"/> -->
2012-04-21T19:33:15+00:00 app[web.1]:   app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__3129246563521504454_25831520'
2012-04-21T19:33:15+00:00 app[web.1]: 
2012-04-21T19:33:15+00:00 heroku[router]: GET depotalghamdi.herokuapp.com/ dyno=web.1 queue=0 wait=0ms service=65ms status=500 bytes=643
2012-04-21T19:33:15+00:00 app[web.1]: 
2012-04-21T19:32:27+00:00应用程序[web.1]:
2012-04-21T19:32:27+00:00应用程序[web.1]:
2012-04-21T19:32:27+00:00应用程序[web.1]:在2012-04-21 19:32:27+0000开始获取89.240.212.20的“/”
2012-04-21T19:32:27+00:00应用程序[web.1]:由StoreController处理#索引为HTML
2012-04-21T19:32:27+00:00应用程序[web.1]:在布局/应用程序中呈现的store/index.html.erb(86.1ms)
2012-04-21T19:32:27+00:00应用程序[web.1]:在266ms内完成500个内部服务器错误
2012-04-21T19:32:27+00:00应用程序[web.1]:
2012-04-21T19:32:27+00:00应用程序[web.1]:ActionView::Template::Error(scaffold.css未预编译):
2012-04-21T19:32:27+00:00应用程序[网站1]:4:
2012-04-21T19:32:27+00:00应用程序[网站1]:5:Pragprog图书在线商店
2012-04-21T19:32:27+00:00应用程序[网站1]:6:
2012-04-21T19:32:27+00:00应用程序[网站1]:7:
2012-04-21T19:32:27+00:00应用程序[网站1]:8:“全部”%>
2012-04-21T19:32:27+00:00应用程序[网站1]:9:
2012-04-21T19:32:27+00:00应用程序[web.1]:app/views/layouts/application.html.erb:7:in``应用程序视图布局应用程序html'中
2012-04-21T19:32:27+00:00应用程序[网站1]:10:
2012-04-21T19:32:27+00:00应用程序[web.1]:
2012-04-21T19:32:27+00:00应用程序[web.1]:
2012-04-21T19:32:27+00:00 heroku[路由器]:GET depotalghamdi.herokuapp.com/dyno=web.1队列=0等待=0ms服务=384ms状态=500字节=643
2012-04-21T19:32:28+00:00 heroku[路由器]:GET depotalghamdi.herokuapp.com/favicon.ico dyno=web.1队列=0等待=0ms服务=10ms状态=200字节=0
2012-04-21T19:32:28+00:00 heroku[web.1]:错误R12(退出超时)->进程未能在SIGTERM的10秒内退出
2012-04-21T19:32:28+00:00 heroku[web.1]:使用SIGKILL停止进程
2012-04-21T19:32:29+00:00 heroku[web.1]:进程已退出,状态为137
2012-04-21T19:33:09+00:00应用程序[网站1]:
2012-04-21T19:33:09+00:00应用程序[网站1]:
2012-04-21T19:33:09+00:00应用程序[web.1]:StoreController处理#索引为HTML
2012-04-21T19:33:09+00:00应用程序[web.1]:在2012-04-21 19:33:09+0000开始获取89.240.212.20的“/”
2012-04-21T19:33:09+00:00应用程序[web.1]:在布局/应用程序中呈现的store/index.html.erb(1.6ms)
2012-04-21T19:33:09+00:00应用程序[web.1]:在7毫秒内完成500个内部服务器错误
2012-04-21T19:33:09+00:00应用程序[网站1]:
2012-04-21T19:33:09+00:00应用程序[web.1]:ActionView::Template::Error(scaffold.css未预编译):
2012-04-21T19:33:09+00:00应用程序[网站1]:4:
2012-04-21T19:33:09+00:00应用程序[网站1]:5:Pragprog图书在线商店
2012-04-21T19:33:09+00:00应用程序[网站1]:8:“全部”%>
2012-04-21T19:33:09+00:00应用程序[网站1]:6:
2012-04-21T19:33:09+00:00应用程序[网站1]:7:
2012-04-21T19:33:09+00:00应用程序[网站1]:9:
2012-04-21T19:33:09+00:00应用程序[网站1]:10:
2012-04-21T19:33:09+00:00应用程序[web.1]:app/views/layouts/application.html.erb:7:在“应用程序视图布局应用程序html”中
2012-04-21T19:33:09+00:00应用程序[网站1]:
2012-04-21T19:33:09+00:00应用程序[网站1]:
2012-04-21T19:33:09+00:00 heroku[路由器]:GET depotalghamdi.herokuapp.com/dyno=web.1队列=0等待=0ms服务=19ms状态=500字节=643
2012-04-21T19:33:10+00:00 heroku[路由器]:GET depotalghamdi.herokuapp.com/favicon.ico dyno=web.1队列=0等待=0ms服务=34ms状态=304字节=0
2012-04-21T19:33:11+00:00 heroku[路由器]:GET depotalghamdi.herokuapp.com/dyno=web.1队列=0等待=0ms服务=31ms状态=500字节=643
2012-04-21T19:33:11+00:00应用程序[web.1]:
2012-04-21T19:33:11+00:00应用程序[web.1]:
2012-04-21T19:33:11+00:00应用程序[web.1]:由StoreController处理#索引为HTML
2012-04-21T19:33:11+00:00应用程序[web.1]:在2012-04-21 19:33:11+0000开始获取89.240.212.20的“/”
2012-04-21T19:33:11+00:00应用程序[web.1]:在12毫秒内完成500个内部服务器错误
2012-04-21T19:33:11+00:00应用程序[web.1]:
2012-04-21T19:33:11+00:00应用程序[web.1]:ActionView::Template::Error(scaffold.css未预编译):
2012-04-21T19:33:11+00:00应用程序[网站1]:5:Pragprog图书在线商店
2012-04-21T19:33:11+00:00应用程序[网站1]:4:
2012-04-21T19:33:11+00:00应用程序[web.1]:在布局/应用程序中呈现的store/index.html.erb(1.4ms)
2012-04-21T19:33:11+00:00应用程序[网站1]:7:
2012-04-21T19:33:11+00:00应用程序[web.1]:
2012-04-21T19:33:11+00:00应用程序[网站1]:8:“全部”%>
2012-04-21T19:33:11+00:00应用程序[网站1]:9:
2012-04-21T19:33:11+00:00应用程序[网站1]:10:
2012-04-21T19:33:11+00:00应用程序[web.1]:app/views/layouts/application.html.erb:7:在“应用程序视图布局应用程序html”中
2012-04-21T19:33:11+00:00应用程序[web.1]:
2012-04-21T19:33:11+00:00应用程序[网站1]:6:
2012-04-21T19:33:13+00:00应用程序[网站1]:
2012-04-21T19:33:13+00:00应用程序[网站1]:
2012-04-21T19:33:13+00:00应用程序[web.1]:由StoreController处理#索引为HTML
2012-04-21T19:33:13+00:00应用程序[web.1]:在2012-04-21 19:33:13+0000开始获取89.240.212.20的“/”
2012-04-21T19:33:13+00:00应用程序[web.1]:在布局/应用程序中呈现的store/index.html.erb(14.5ms)
2012-04-21T19:33:13+00:00应用程序[web.1]:在66毫秒内完成500个内部服务器错误
2012-04-21T19:33:13+00:00应用程序[web.1]:ActionView::Template::Error(scaffold.css未预编译):
2012-04-21T19:33:13+00:00应用程序[网站1]:4:
2012-04-21T19:33:13+00:00应用程序[网站1]:
2012-04-21T19:33:13+00:00应用程序[网站1]:5
:Pragprog图书在线商店
2012-04-21T19:33:13+00:00应用程序[网站1]:6:
2012-04-21T19:33:13+00:00应用程序[网站1]:7:
2012-04-21T19:33:13+00:00应用程序[网站1]:8:“全部”%>
2012-04-21T19:33:13+00:00应用程序[网站1]:9:
2012-04-21T19:33:13+00:00应用程序[web.1]:app/views/layouts/application.html.erb:7:在“应用程序视图布局应用程序html”中
2012-04-21T19:33:13+00:00应用程序[网站1]:10:
2012-04-21T19:33:13+00:00应用程序[网站1]:
2012-04-21T19:33:13+00:00应用程序[网站1]:
2012-04-21T19:33:13+00:00 heroku[路由器]:GET depotalghamdi.herokuapp.com/dyno=web.1队列=0等待=0ms服务=89ms状态=500字节=
/*
*= require_self
*= require_tree
*/