Ruby on rails 有关heroku部署的错误

Ruby on rails 有关heroku部署的错误,ruby-on-rails,deployment,heroku,Ruby On Rails,Deployment,Heroku,因此,我正在通过heroku部署我的代码,但最近在访问该站点时遇到了“很抱歉,出现了一些错误”错误。不完全确定原因我回去尝试使用“heroku rake db:reset命令”(这可能不是逐字逐句的),但我对如何解决这个问题有点困惑 2012-08-11T23:30:00+00:00 heroku[run.1]: Awaiting client 2012-08-11T23:30:00+00:00 heroku[run.1]: Starting process with comma

因此,我正在通过heroku部署我的代码,但最近在访问该站点时遇到了“很抱歉,出现了一些错误”错误。不完全确定原因我回去尝试使用“heroku rake db:reset命令”(这可能不是逐字逐句的),但我对如何解决这个问题有点困惑

    2012-08-11T23:30:00+00:00 heroku[run.1]: Awaiting client
    2012-08-11T23:30:00+00:00 heroku[run.1]: Starting process with command `bundle exec                                 rake db:rollback`
    2012-08-11T23:30:01+00:00 heroku[run.1]: State changed from starting to up
    2012-08-11T23:30:06+00:00 heroku[run.1]: Process exited with status 0
    2012-08-11T23:30:06+00:00 heroku[run.1]: State changed from up to complete
    2012-08-11T23:30:17+00:00 heroku[run.1]: Awaiting client
    2012-08-11T23:30:17+00:00 heroku[run.1]: Starting process with command `bundle exec         rake db:migrate`
    2012-08-11T23:30:17+00:00 heroku[run.1]: State changed from starting to up
    2012-08-11T23:30:26+00:00 heroku[run.1]: Process exited with status 1
    2012-08-11T23:30:26+00:00 heroku[run.1]: State changed from up to complete
    2012-08-11T23:32:07+00:00 heroku[run.1]: Awaiting client
    2012-08-11T23:32:07+00:00 heroku[run.1]: Starting process with command `bundle exec rake db:migrate`
    2012-08-11T23:32:07+00:00 heroku[run.1]: State changed from starting to up
    2012-08-11T23:32:15+00:00 heroku[run.1]: Process exited with status 1
    2012-08-11T23:32:15+00:00 heroku[run.1]: State changed from up to complete
    2012-08-11T23:32:53+00:00 heroku[run.1]: Awaiting client
    2012-08-11T23:32:53+00:00 heroku[run.1]: Starting process with command `bundle exec rake db:migrate`
    2012-08-11T23:32:54+00:00 heroku[run.1]: State changed from starting to up
    2012-08-11T23:33:00+00:00 heroku[run.1]: Process exited with status 1
    2012-08-11T23:33:00+00:00 heroku[run.1]: State changed from up to complete
    2012-08-11T23:35:36+00:00 heroku[run.1]: Awaiting client
    2012-08-11T23:35:36+00:00 heroku[run.1]: Starting process with command `bundle exec rake db:reset`
    2012-08-11T23:35:37+00:00 heroku[run.1]: State changed from starting to up
    2012-08-11T23:35:52+00:00 heroku[run.1]: Process exited with status 0
    2012-08-11T23:35:52+00:00 heroku[run.1]: State changed from up to complete
    2012-08-11T23:36:05+00:00 heroku[run.1]: Starting process with command `bundle exec rake db:migrate`
    2012-08-11T23:36:05+00:00 heroku[run.1]: Awaiting client
    2012-08-11T23:36:05+00:00 heroku[run.1]: State changed from starting to up
    2012-08-11T23:36:17+00:00 heroku[run.1]: Process exited with status 0
    2012-08-11T23:36:17+00:00 heroku[run.1]: State changed from up to complete
    2012-08-11T23:37:07+00:00 app[web.1]: 
    2012-08-11T23:37:07+00:00 app[web.1]: 
    2012-08-11T23:37:07+00:00 app[web.1]: Started GET "/" for 71.201.189.216 at 2012-08-11         23:37:07 +0000
    2012-08-11T23:37:07+00:00 app[web.1]: Processing by MainController#home as HTML
    2012-08-11T23:37:07+00:00 app[web.1]:   Rendered main/home.html.erb within layouts/application (1.2ms)
    2012-08-11T23:37:08+00:00 app[web.1]: Completed 500 Internal Server Error in 671ms
    2012-08-11T23:37:08+00:00 app[web.1]: 
    2012-08-11T23:37:08+00:00 app[web.1]: ActionView::Template::Error (Unexpected token         name, expected punc (line: 10703, col: 9, pos: 383443)
    2012-08-11T23:37:08+00:00 app[web.1]: 
    2012-08-11T23:37:08+00:00 app[web.1]: Error
    2012-08-11T23:37:08+00:00 app[web.1]:     at new JS_Parse_Error (/tmp/execjs20120811-2-2siv6i.js:3096:22)
    2012-08-11T23:37:08+00:00 app[web.1]:     at js_error (/tmp/execjs20120811-2-2siv6i.js:3104:15)
    2012-08-11T23:37:08+00:00 app[web.1]:     at token_error (/tmp/execjs20120811-2-2siv6i.js:3564:17)
    2012-08-11T23:37:08+00:00 app[web.1]:     at croak (/tmp/execjs20120811-2-2siv6i.js:3557:17)
    2012-08-11T23:37:08+00:00 app[web.1]:     at expect_token (/tmp/execjs20120811-2-2siv6i.js:3577:17)
    2012-08-11T23:37:08+00:00 app[web.1]:     at expect (/tmp/execjs20120811-2-2siv6i.js:3580:40)
    2012-08-11T23:37:08+00:00 app[web.1]:     at object_ (/tmp/execjs20120811-2-2siv6i.js:3968:56)
    2012-08-11T23:37:08+00:00 app[web.1]:     at /tmp/execjs20120811-2-2siv6i.js:3929:51
    2012-08-11T23:37:08+00:00 app[web.1]:     at maybe_unary (/tmp/execjs20120811-2-2siv6i.js:4028:27)
    2012-08-11T23:37:08+00:00 app[web.1]:     at expr_ops (/tmp/execjs20120811-2-2siv6i.js:4055:32)
    2012-08-11T23:37:08+00:00 app[web.1]:   (in /app/app/assets/javascripts/application.js)):
    2012-08-11T23:37:08+00:00 app[web.1]:     26:   
    2012-08-11T23:37:08+00:00 app[web.1]:     25:   <title>Live Well Chicago L.L.C</title>
    2012-08-11T23:37:08+00:00 app[web.1]:     27:   <%= stylesheet_link_tag    "application", :media => "all" %>
    2012-08-11T23:37:08+00:00 app[web.1]:     28:   <%= javascript_include_tag "application" %>
    2012-08-11T23:37:08+00:00 app[web.1]:     30: </head>
    2012-08-11T23:37:08+00:00 app[web.1]:     29:   <%= csrf_meta_tags %>
    2012-08-11T23:37:08+00:00 app[web.1]:     31: <body><br />
    2012-08-11T23:37:08+00:00 app[web.1]:   app/views/layouts/application.html.erb:28:in `_app_views_layouts_application_html_erb___3454440193923948893_37164960'
    2012-08-11T23:37:08+00:00 app[web.1]: 
    2012-08-11T23:37:08+00:00 app[web.1]: 
    2012-08-11T23:37:08+00:00 heroku[router]: GET smooth-dusk-9878.herokuapp.com/ dyno=web.1 queue=0 wait=0ms service=680ms status=500 bytes=643
    2012-08-11T23:37:08+00:00 heroku[router]: GET smooth-dusk-9878.herokuapp.com/favicon.ico dyno=web.1 queue=0 wait=0ms service=4ms status=304 bytes=0
    2012-08-11T23:37:10+00:00 app[web.1]: 
    2012-08-11T23:37:10+00:00 app[web.1]: 
    2012-08-11T23:37:10+00:00 app[web.1]: Started GET "/" for 71.201.189.216 at 2012-08-11 23:37:10 +0000
    2012-08-11T23:37:10+00:00 app[web.1]: Processing by MainController#home as HTML
    2012-08-11T23:37:10+00:00 app[web.1]:   Rendered main/home.html.erb within layouts/application (1.4ms)
    2012-08-11T23:37:11+00:00 app[web.1]: Completed 500 Internal Server Error in 723ms
    2012-08-11T23:37:11+00:00 app[web.1]: 
    2012-08-11T23:37:11+00:00 app[web.1]: ActionView::Template::Error (Unexpected token name, expected punc (line: 10703, col: 9, pos: 383443)
    2012-08-11T23:37:11+00:00 app[web.1]: 
    2012-08-11T23:37:11+00:00 app[web.1]: Error
    2012-08-11T23:37:11+00:00 app[web.1]:     at new JS_Parse_Error (/tmp/execjs20120811-2-1und2hm.js:3096:22)
    2012-08-11T23:37:11+00:00 app[web.1]:     at croak (/tmp/execjs20120811-2-1und2hm.js:3557:17)
    2012-08-11T23:37:11+00:00 app[web.1]:     at js_error (/tmp/execjs20120811-2-1und2hm.js:3104:15)
    2012-08-11T23:37:11+00:00 app[web.1]:     at expect_token (/tmp/execjs20120811-2-1und2hm.js:3577:17)
    2012-08-11T23:37:11+00:00 app[web.1]:     at token_error (/tmp/execjs20120811-2-1und2hm.js:3564:17)
    2012-08-11T23:37:11+00:00 app[web.1]:     at object_ (/tmp/execjs20120811-2-1und2hm.js:3968:56)
    2012-08-11T23:37:11+00:00 app[web.1]:     at expect (/tmp/execjs20120811-2-1und2hm.js:3580:40)
    2012-08-11T23:37:11+00:00 app[web.1]:     at /tmp/execjs20120811-2-1und2hm.js:3929:51
    2012-08-11T23:37:11+00:00 app[web.1]:     at maybe_unary (/tmp/execjs20120811-2-1und2hm.js:4028:27)
    2012-08-11T23:37:11+00:00 app[web.1]:   (in /app/app/assets/javascripts/application.js)):
    2012-08-11T23:37:11+00:00 app[web.1]:     at expr_ops (/tmp/execjs20120811-2-        1und2hm.js:4055:32)
    2012-08-11T23:37:11+00:00 app[web.1]:     25:   <title>Live Well Chicago L.L.C</title>
    2012-08-11T23:37:11+00:00 app[web.1]:     26:   
    2012-08-11T23:37:11+00:00 app[web.1]:     27:   <%= stylesheet_link_tag    "application", :media => "all" %>
    2012-08-11T23:37:11+00:00 app[web.1]:     28:   <%= javascript_include_tag "application" %>
    2012-08-11T23:37:11+00:00 app[web.1]:     29:   <%= csrf_meta_tags %>
    2012-08-11T23:37:11+00:00 app[web.1]:     30: </head>
    2012-08-11T23:37:11+00:00 app[web.1]:     31: <body><br />
    2012-08-11T23:37:11+00:00 app[web.1]:   app/views/layouts/application.html.erb:28:in `_app_views_layouts_application_html_erb___3454440193923948893_37164960'
    2012-08-11T23:37:11+00:00 app[web.1]: 
    2012-08-11T23:37:11+00:00 app[web.1]: 
    2012-08-11T23:37:11+00:00 heroku[router]: GET smooth-dusk-9878.herokuapp.com/ dyno=web.1 queue=0 wait=0ms service=734ms status=500 bytes=643
    2012-08-11T23:37:11+00:00 heroku[router]: GET smooth-dusk-9878.herokuapp.com/favicon.ico         dyno=web.1 queue=0 wait=0ms service=5ms status=304 bytes=0
    2012-08-11T23:37:25+00:00 heroku[run.1]: Awaiting client
    2012-08-11T23:37:25+00:00 heroku[run.1]: Starting process with command `bundle exec rake db:migrate`
    2012-08-11T23:37:26+00:00 heroku[run.1]: State changed from starting to up
    2012-08-11T23:37:32+00:00 heroku[run.1]: Process exited with status 0
    2012-08-11T23:37:32+00:00 heroku[run.1]: State changed from up to complete
2012-08-11T23:30:00+00:00 heroku[run.1]:等待客户
2012-08-11T23:30:00+00:00 heroku[run.1]:使用命令“bundle exec rake db:rollback”启动进程`
2012-08-11T23:30:01+00:00 heroku[run.1]:状态从启动更改为启动
2012-08-11T23:30:06+00:00 heroku[run.1]:进程已退出,状态为0
2012-08-11T23:30:06+00:00 heroku[run.1]:状态从up更改为complete
2012-08-11T23:30:17+00:00 heroku[run.1]:等待客户
2012-08-11T23:30:17+00:00 heroku[run.1]:使用命令“bundle exec rake db:migrate”启动进程`
2012-08-11T23:30:17+00:00 heroku[run.1]:状态从启动更改为启动
2012-08-11T23:30:26+00:00 heroku[run.1]:进程已退出,状态为1
2012-08-11T23:30:26+00:00 heroku[run.1]:状态从up更改为complete
2012-08-11T23:32:07+00:00 heroku[run.1]:等待客户
2012-08-11T23:32:07+00:00 heroku[run.1]:使用命令“bundle exec rake db:migrate”启动进程`
2012-08-11T23:32:07+00:00 heroku[run.1]:状态从启动更改为启动
2012-08-11T23:32:15+00:00 heroku[run.1]:进程已退出,状态为1
2012-08-11T23:32:15+00:00 heroku[run.1]:状态从up更改为complete
2012-08-11T23:32:53+00:00 heroku[run.1]:等待客户
2012-08-11T23:32:53+00:00 heroku[run.1]:使用命令“bundle exec rake db:migrate”启动进程`
2012-08-11T23:32:54+00:00 heroku[run.1]:状态从启动更改为启动
2012-08-11T23:33:00+00:00 heroku[run.1]:进程已退出,状态为1
2012-08-11T23:33:00+00:00 heroku[run.1]:状态从up更改为complete
2012-08-11T23:35:36+00:00 heroku[run.1]:等待客户
2012-08-11T23:35:36+00:00 heroku[run.1]:使用命令“bundle exec rake db:reset”启动进程`
2012-08-11T23:35:37+00:00 heroku[运行1]:状态从启动更改为启动
2012-08-11T23:35:52+00:00 heroku[run.1]:进程已退出,状态为0
2012-08-11T23:35:52+00:00 heroku[run.1]:状态从up更改为complete
2012-08-11T23:36:05+00:00 heroku[run.1]:使用命令“bundle exec rake db:migrate”启动进程`
2012-08-11T23:36:05+00:00 heroku[run.1]:等待客户
2012-08-11T23:36:05+00:00 heroku[run.1]:状态从启动更改为启动
2012-08-11T23:36:17+00:00 heroku[run.1]:进程已退出,状态为0
2012-08-11T23:36:17+00:00 heroku[run.1]:状态从up更改为complete
2012-08-11T23:37:07+00:00应用程序[网站1]:
2012-08-11T23:37:07+00:00应用程序[网站1]:
2012-08-11T23:37:07+00:00应用程序[web.1]:在2012-08-11 23:37:07+0000开始获取71.201.189.216的“/”
2012-08-11T23:37:07+00:00应用程序[web.1]:主控制器以HTML格式处理
2012-08-11T23:37:07+00:00应用程序[web.1]:在布局/应用程序中呈现main/home.html.erb(1.2ms)
2012-08-11T23:37:08+00:00应用程序[web.1]:在671ms内完成500个内部服务器错误
2012-08-11T23:37:08+00:00应用程序[网站1]:
2012-08-11T23:37:08+00:00应用程序[web.1]:ActionView::Template::Error(意外的令牌名称,预期为punc(行:10703,列:9,位置:383443)
2012-08-11T23:37:08+00:00应用程序[网站1]:
2012-08-11T23:37:08+00:00应用程序[web.1]:错误
2012-08-11T23:37:08+00:00应用程序[web.1]:在新的JS解析错误(/tmp/execjs20120811-2-2siv6i.JS:3096:22)
2012-08-11T23:37:08+00:00应用程序[web.1]:在js_错误(/tmp/execjs20120811-2-2siv6i.js:3104:15)
2012-08-11T23:37:08+00:00应用程序[web.1]:在标记处出错(/tmp/execjs20120811-2-2siv6i.js:3564:17)
2012-08-11T23:37:08+00:00应用程序[网站1]:在croak(/tmp/execjs20120811-2-2siv6i.js:3557:17)
2012-08-11T23:37:08+00:00应用程序[网站1]:在expect_token(/tmp/execjs20120811-2-2siv6i.js:3577:17)
2012-08-11T23:37:08+00:00应用程序[web.1]:at expect(/tmp/execjs20120811-2-2siv6i.js:3580:40)
2012-08-11T23:37:08+00:00应用程序[网站1]:在object_u2;(/tmp/execjs20120811-2-2siv6i.js:3968:56)
2012-08-11T23:37:08+00:00应用程序[网站1]:at/tmp/execjs20120811-2-2siv6i.js:3929:51
2012-08-11T23:37:08+00:00应用程序[网站1]:可能在一月份(/tmp/execjs20120811-2-2siv6i.js:4028:27)
2012-08-11T23:37:08+00:00应用程序[网站1]:在expr_ops(/tmp/execjs20120811-2-2siv6i.js:4055:32)
2012-08-11T23:37:08+00:00应用程序[web.1]:(in/app/app/assets/javascripts/application.js)):
2012-08-11T23:37:08+00:00应用程序[网站1]:26:
2012-08-11T23:37:08+00:00应用程序[web.1]:25:LiveWell芝加哥L.L.C
2012-08-11T23:37:08+00:00应用程序[网站1]:27:“全部”%>
2012-08-11T23:37:08+00:00应用程序[网站1]:28:
2012-08-11T23:37:08+00:00应用程序[网站1]:30:
2012-08-11T23:37:08+00:00应用程序[网站1]:29:
2012-08-11T23:37:08+00:00应用程序[网站1]:31:
2012-08-11T23:37:08+00:00应用程序[web.1]:app/views/layouts/application.html.erb:28:in``应用程序视图布局应用程序html'中 2012-08-11T23:37:08+00:00应用程序[网站1]: 2012-08-11T23:37:08+00:00应用程序[网站1]: 2012-08-11T23:37:08+00:00 heroku[路由器]:GET smooth-Dash-9878.herokuapp.com/dyno=web.1队列=0等待=0ms服务=680ms状态=500字节=643 2012-08-11T23:37:08+00:00 heroku[路由器]:GET smooth-Dash-9878.herokuapp.com/favicon.ico dyno=web.1队列=0等待=0ms服务=4ms状态=304字节=0 2012-08-11T23:37:10+00:00应用程序[web.1]: 2012-08-11T23:37:10+00:00应用程序[web.1]: 2012-08-11T23:37:10+00:00应用程序[web.1]:在2012-08-11 23:37:10+0000开始获取71.201.189.216的“/” 2012-08-11T23:37:10+00:00应用程序[web.1]:由MainController#home以HTML格式处理 2012-08-11T23:37:10+00:00应用程序[web.1]:在布局/应用程序中呈现main/home.html.erb(1.4m