1

問題は SQLite3 を使用していることだと思い、PostgreSQL に移行しましたが、問題は解決しません。アプリはローカルで正常に動作します。Heroku を開いた状態でアプリを開くと、次のエラーが表示されます。

Application Error. An error occurred in the application and your page could not be served. Please try again in a few moments. If you are the application owner, check your logs for details..

ログを見て解決策を見つけようとしましたが失敗したため、誰かの助けが必要です。これが私のログです。助けていただければ幸いです。

2012-11-19T00:55:37+00:00 heroku[web.1]: Starting process with command `bundle exec thin start -R config.ru -e production -p 3545`
2012-11-19T00:55:39+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your
the release notes for more on this: http://weblog.rubyonrails.org/2012/01/04/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2012-11-19T00:55:39+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your
the release notes for more on this: http://weblog.rubyonrails.org/2012/01/04/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2012-11-19T00:55:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.1/lib/rails/application.rb:136:in `initialize!'
2012-11-19T00:55:41+00:00 app[web.1]: /app/config/initializers/formtastic.rb:2:in `<top (required)>': uninitialized constant Formtastic (NameError)
2012-11-19T00:55:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.1/lib/rails/engine.rb:588:in `block (2 levels) in <class:Engine>'
2012-11-19T00:55:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.1/lib/rails/initializable.rb:30:in `run'
2012-11-19T00:55:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.1/lib/rails/engine.rb:587:in `each'
2012-11-19T00:55:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.1/lib/rails/initializable.rb:55:in `block in run_initializers'
2012-11-19T00:55:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.1/lib/rails/initializable.rb:30:in `instance_exec'
2012-11-19T00:55:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.1/lib/rails/engine.rb:587:in `block in <class:Engine>'
2012-11-19T00:55:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.1/lib/rails/initializable.rb:54:in `each'
2012-11-19T00:55:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.1/lib/rails/initializable.rb:54:in `run_initializers'
2012-11-19T00:55:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.1/lib/rails/railtie/configurable.rb:30:in `method_missing'
2012-11-19T00:55:41+00:00 app[web.1]:   from /app/config/environment.rb:5:in `<top (required)>'

2012-11-19T00:55:41+00:00 app[web.1]:   from config.ru:3:in `require'
2012-11-19T00:55:41+00:00 app[web.1]:   from config.ru:3:in `block in <main>'
2012-11-19T00:55:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/builder.rb:51:in `instance_eval'
2012-11-19T00:55:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/builder.rb:51:in `initialize'
2012-11-19T00:55:41+00:00 app[web.1]:   from config.ru:1:in `new'
2012-11-19T00:55:41+00:00 app[web.1]:   from config.ru:1:in `<main>'
2012-11-19T00:55:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/thin-1.5.0/lib/rack/adapter/loader.rb:33:in `eval'
2012-11-19T00:55:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/thin-1.5.0/lib/rack/adapter/loader.rb:33:in `load'
2012-11-19T00:55:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/thin-1.5.0/lib/thin/controllers/controller.rb:181:in `load_rackup_config'
2012-11-19T00:55:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/thin-1.5.0/lib/thin/runner.rb:187:in `run_command'
2012-11-19T00:55:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/thin-1.5.0/lib/thin/runner.rb:152:in `run!'
2012-11-19T00:55:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/thin-1.5.0/bin/thin:6:in `<top (required)>'
2012-11-19T00:55:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/bin/thin:19:in `load'

2012-11-19T00:55:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/bin/thin:19:in `<main>'
2012-11-19T00:55:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/thin-1.5.0/lib/thin/controllers/controller.rb:71:in `start'
2012-11-19T00:55:42+00:00 heroku[web.1]: Process exited with status 1
2012-11-19T00:56:34+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/ host=fast-savannah-6843.herokuapp.com fwd= dyno= queue= wait= connect= service= status=503 bytes=
2012-11-19T00:56:34+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/favicon.ico host=fast-savannah-6843.herokuapp.com fwd= dyno= queue= wait= connect= service= status=503 bytes=
2012-11-19T00:57:44+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/ host=fast-savannah-6843.herokuapp.com fwd= dyno= queue= wait= connect= service= status=503 bytes=
2012-11-19T00:57:44+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/favicon.ico host=fast-savannah-6843.herokuapp.com fwd= dyno= queue= wait= connect= service= status=503 bytes=
4

1 に答える 1

5

初めてデプロイする人のために、私が抱えていた問題とその解決方法を以下に示します。

1. RailsInstaller と Heroku Toolbelt は完全に互換性がありません: Heroku Toolbelt のインストール後に問題が発生した場合は、railsinstaller と heroku Toolbelt を一緒に削除し、railsinstaller を再度インストールすることをお勧めします。次に、gem ファイルにgem 'heroku'bundle install を追加して実行するだけです。アプリを正常にデプロイするために、余分なものは必要ありませんでした。Heroku Toolbelt は ruby​​ 1.9.2 v をインストールし、設定に間違ったパスを追加します。この PATH を適切な場所に手動で修正することもできます (例) C:RailsInstaller:Ruby1.9.3 ですが、すべてを再インストールする方が簡単であることがわかりました。

2. SQLite3 から PostgreSQL に移行する必要があります。移行方法がわからない場合は、これに従ってください。

3. Heroku のチュートリアルに従って、最終的にアプリをデプロイします。これに従います。「オブジェクトが存在しません」という行に沿って何かを示すエラーが発生した場合は、実行してみてくださいheroku run rake db:migrate

頑張ってデプロイしてください!

于 2012-11-19T06:03:01.020 に答える