首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >我的应用在Heroku上宕机了,运行"heroku run rails test“时没有错误,但在运行"heroku run rails console”时出现很多错误。

我的应用在Heroku上宕机了,运行"heroku run rails test“时没有错误,但在运行"heroku run rails console”时出现很多错误。
EN

Stack Overflow用户
提问于 2018-06-10 00:57:36
回答 2查看 61关注 0票数 1

我的rails应用程序在推送到heroku时宕机了

这是heroku应用程序日志的输出

代码语言:javascript
复制
2018-06-09T16:53:56.213028+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=cryptic-everglades-17685.herokuapp.com request_id=e02b7de8-01c6-4a66-9118-4f26407edae9 fwd="156.212.233.222" dyno= connect= service= status=503 bytes= protocol=https
2018-06-09T16:53:56.762020+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=cryptic-everglades-17685.herokuapp.com request_id=f91d7fe2-509d-4bf1-b32c-73ae9a700e1e fwd="156.212.233.222" dyno= connect= service= status=503 bytes= protocol=https

我先试着运行heroku restart,然后运行heroku run rails console ..我得到了这些错误,

代码语言:javascript
复制
Running rails console on ⬢ cryptic-everglades-17685... up, run.7205 (Free)
Traceback (most recent call last):
    38: from /app/bin/rails:9:in `<main>'
    37: from /app/bin/rails:9:in `require'
    36: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.1.4/lib/rails/commands.rb:16:in `<top (required)>'
    35: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.1.4/lib/rails/command.rb:44:in `invoke'
    34: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.1.4/lib/rails/command/base.rb:63:in `perform'
    33: from /app/vendor/bundle/ruby/2.5.0/gems/thor-0.20.0/lib/thor.rb:387:in `dispatch'
    32: from /app/vendor/bundle/ruby/2.5.0/gems/thor-0.20.0/lib/thor/invocation.rb:126:in `invoke_command'
    31: from /app/vendor/bundle/ruby/2.5.0/gems/thor-0.20.0/lib/thor/command.rb:27:in `run'
    30: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.1.4/lib/rails/commands/console/console_command.rb:96:in `perform'
    29: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.1.4/lib/rails/command/actions.rb:16:in `require_application_and_environment!'
    28: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.1.4/lib/rails/application.rb:329:in `require_environment!'
    27: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.1.4/lib/rails/application.rb:329:in `require'
    26: from /app/config/environment.rb:5:in `<top (required)>'
    25: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.1.4/lib/rails/application.rb:353:in `initialize!'
    24: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.1.4/lib/rails/initializable.rb:58:in `run_initializers'
    23: from /app/vendor/ruby-2.5.1/lib/ruby/2.5.0/tsort.rb:205:in `tsort_each'
    22: from /app/vendor/ruby-2.5.1/lib/ruby/2.5.0/tsort.rb:226:in `tsort_each'
    21: from /app/vendor/ruby-2.5.1/lib/ruby/2.5.0/tsort.rb:347:in `each_strongly_connected_component'
    20: from /app/vendor/ruby-2.5.1/lib/ruby/2.5.0/tsort.rb:347:in `call'
    19: from /app/vendor/ruby-2.5.1/lib/ruby/2.5.0/tsort.rb:347:in `each'
    18: from /app/vendor/ruby-2.5.1/lib/ruby/2.5.0/tsort.rb:349:in `block in each_strongly_connected_component'
    17: from /app/vendor/ruby-2.5.1/lib/ruby/2.5.0/tsort.rb:431:in `each_strongly_connected_component_from'
    16: from /app/vendor/ruby-2.5.1/lib/ruby/2.5.0/tsort.rb:350:in `block (2 levels) in each_strongly_connected_component'
    15: from /app/vendor/ruby-2.5.1/lib/ruby/2.5.0/tsort.rb:228:in `block in tsort_each'
    14: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.1.4/lib/rails/initializable.rb:59:in `block in run_initializers'
    13: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.1.4/lib/rails/initializable.rb:30:in `run'
    12: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.1.4/lib/rails/initializable.rb:30:in `instance_exec'
    11: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.1.4/lib/rails/application/finisher.rb:67:in `block in <module:Finisher>'
    10: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.1.4/lib/rails/application/finisher.rb:67:in `each'
     9: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.1.4/lib/rails/engine.rb:354:in `eager_load!'
     8: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.1.4/lib/rails/engine.rb:473:in `eager_load!'
     7: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.1.4/lib/rails/engine.rb:473:in `each'
     6: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.1.4/lib/rails/engine.rb:475:in `block in eager_load!'
     5: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.1.4/lib/rails/engine.rb:475:in `each'
     4: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.1.4/lib/rails/engine.rb:476:in `block (2 levels) in eager_load!'
     3: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.1.4/lib/active_support/dependencies/interlock.rb:11:in `loading'
     2: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.1.4/lib/active_support/concurrency/share_lock.rb:149:in `exclusive'
     1: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.1.4/lib/active_support/dependencies/interlock.rb:12:in `block in loading'
/app/app/uploaders/picture_uploader.rb:1:in `<top (required)>': uninitialized constant CarrierWave (NameError)

我的Gemfile

代码语言:javascript
复制
source 'https://rubygems.org'
ruby "2.5.1"

gem 'rails',        '5.1.4'
gem 'bootstrap-sass', '3.3.7'
gem 'bcrypt',       '3.1.12'
gem 'puma',         '3.9.1'
gem 'sass-rails',   '5.0.6'
gem 'uglifier',     '3.2.0'
gem 'coffee-rails', '4.2.2'
gem 'jquery-rails', '4.3.1'
gem 'turbolinks',   '5.0.1'
gem 'jbuilder',     '2.7.0'

group :development, :test do
  gem 'sqlite3', '1.3.13'
  gem 'byebug',  '9.0.6', platform: :mri
end

group :development do
  gem 'web-console',           '3.5.1'
  gem 'listen',                '3.1.5'
  gem 'spring',                '2.0.2'
  gem 'spring-watcher-listen', '2.0.1'
end

group :test do
  gem 'rails-controller-testing', '1.0.2'
  gem 'minitest',                 '5.10.3'
  gem 'minitest-reporters',       '1.1.14'
  gem 'guard',                    '2.13.0'
  gem 'guard-minitest',           '2.4.4'
end

group :production do
  gem 'pg', '0.18.4'
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

对不起,我还是个新手,这只是一个注册系统,我正试着用"rails教程“这本书来构建它。知道应用程序在我的pc本地主机上运行良好,

EN

回答 2

Stack Overflow用户

回答已采纳

发布于 2018-06-10 01:17:16

在我看来,您的CarrierWave有一个错误。你似乎要在你的某个程序文件中调用它,但是它不在你的gem文件中。

检查所有的配置文件,以防你从现有的项目中导入了一些Ur代码。

票数 3
EN

Stack Overflow用户

发布于 2018-06-10 02:33:13

application.rb中,添加下面这一行

代码语言:javascript
复制
require 'carrierwave'

然后添加/提交循环以再次推送heroku

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/50776573

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档