2012-10-14 12 views
9

私はこのアプリのデプロイメントに問題は一度もありませんが、今はプッシュしましたが、今私はこの奇妙なエラーを受けていますそれがAirbrakeに送られることさえないスタック。私はそれがおそらくhttps://status.heroku.com/incidents/450に関連して、それがHerokuの終わりで問題かもしれないという気持ちを持っていますか?どう思いますか?Herokuアプリがクラッシュする 'libruby.so.1.9:共有オブジェクトファイルを開くことができません'

2012-10-14T08:40:31+00:00 heroku[web.1]: State changed from starting to crashed 
2012-10-14T08:40:31+00:00 heroku[web.1]: State changed from crashed to starting 
2012-10-14T08:40:35+00:00 heroku[web.1]: Starting process with command `bundle exec thin start -R config.ru -e production -p 16119` 
2012-10-14T08:40:38+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/nokogiri-1.5.5/lib/nokogiri.rb:27:in `require': libruby.so.1.9: cannot open shared object file: No such file or directory - /app/vendor/bundle/ruby/1.9.1/gems/nokogiri-1.5.5/lib/nokogiri/nokogiri.so (LoadError) 
2012-10-14T08:40:38+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/nokogiri-1.5.5/lib/nokogiri.rb:27:in `<top (required)>' 
2012-10-14T08:40:38+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/fog-1.6.0/lib/fog/core.rb:30:in `require' 
2012-10-14T08:40:38+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/fog-1.6.0/lib/fog/core.rb:30:in `<top (required)>' 
2012-10-14T08:40:38+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/fog-1.6.0/lib/fog.rb:1:in `require' 
2012-10-14T08:40:38+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/fog-1.6.0/lib/fog.rb:1:in `<top (required)>' 
2012-10-14T08:40:38+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.2.1/lib/bundler/runtime.rb:68:in `require' 
2012-10-14T08:40:38+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.2.1/lib/bundler/runtime.rb:68:in `block (2 levels) in require' 
2012-10-14T08:40:38+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.2.1/lib/bundler/runtime.rb:66:in `each' 
2012-10-14T08:40:38+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.2.1/lib/bundler/runtime.rb:66:in `block in require' 
2012-10-14T08:40:38+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.2.1/lib/bundler/runtime.rb:55:in `each' 
2012-10-14T08:40:38+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.2.1/lib/bundler/runtime.rb:55:in `require' 
2012-10-14T08:40:38+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.2.1/lib/bundler.rb:128:in `require' 
2012-10-14T08:40:38+00:00 app[web.1]: from /app/config/boot.rb:8:in `<top (required)>' 
2012-10-14T08:40:38+00:00 app[web.1]: from config.ru:7:in `require' 
2012-10-14T08:40:38+00:00 app[web.1]: from config.ru:7:in `block in <main>' 
2012-10-14T08:40:38+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-10-14T08:40:38+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-10-14T08:40:38+00:00 app[web.1]: from config.ru:1:in `new' 
2012-10-14T08:40:38+00:00 app[web.1]: from config.ru:1:in `<main>' 
2012-10-14T08:40:38+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/fog-1.6.0/lib/fog/core/parser.rb:1:in `require' 
2012-10-14T08:40:38+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/fog-1.6.0/lib/fog/core/parser.rb:1:in `<top (required)>' 
2012-10-14T08:40:38+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-10-14T08:40:38+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-10-14T08:40:38+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-10-14T08:40:38+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-10-14T08:40:38+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-10-14T08:40:38+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/bin/thin:23:in `load' 
2012-10-14T08:40:38+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/bin/thin:23:in `<main>' 
2012-10-14T08:40:38+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-10-14T08:40:38+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-10-14T08:40:39+00:00 heroku[web.1]: Process exited with status 1 
2012-10-14T08:40:39+00:00 heroku[web.1]: State changed from starting to crashed 
2012-10-14T08:40:46+00:00 heroku[router]: Error H10 (App crashed) -> GET paintafish.herokuapp.com/ dyno= queue= wait= service= status=503 bytes= 
+0

nokogiri 1.5.5 gemのバイナリには、herokuがruby-1.9.3のパッチレベルを更新する際に問題がありました。 私はherokuに、インストールされているバージョンのnokogiri-1.5.5を削除してから、ネイティブ拡張機能を後で再インストールしました。 これはノコギリの宝石を売って、コミットして押しても(まだ失敗している)、再び味わった宝石を取り除く(宝石の再インストール、作業を開始して)。 –

+5

**この質問をもう一度開こうと投票できますか?**これは、4つのアップフォートと、[同じエラーについてのギタウト要旨があります](https://gist.github.com/3705748)、それを経験している多くの人からのコメントがあります。私はちょうど質問が尋ねられた後、ちょうど同じ状況で同じエラーを打ちました。アプリケーションの削除と再作成は容認できる解決策ではありません。 –

+0

私は、OPによって言及されたHerokuの事件の6ヶ月後に、この問題が発生している可能性があります。このSOへの答えは回避策を表すかもしれません:http://stackoverflow.com/questions/7357760/while-migrating-from-heroku-bamboo-to-cedar-stack-some-native-libraries-are-mis – RobD

答えて

2

私は同様の問題がありましたが、kgio(2.7.4)の宝石でした。アイデアがなくなった後、私はヒーローアプリを削除して再作成しました。問題は消えた。

関連する問題