Created
January 17, 2011 18:53
-
-
Save mwilc0x/783255 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@bt:/usr/lib/ruby/gems/1.8/gems/gollum-1.1.1# heroku logs | |
/usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load | |
-- gollum (LoadError) | |
from /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' | |
from config.ru:1 | |
from /home/heroku_rack/heroku.ru:23 | |
from /home/slugs/e2d27f54-f930-4f24-9e41-1a0c6c95a1e7/mnt/.bundle/gems/ruby/1.8/gems/rack-1.2.1/lib/rack/bu | |
ilder.rb:46:in `instance_eval' | |
from /home/slugs/e2d27f54-f930-4f24-9e41-1a0c6c95a1e7/mnt/.bundle/gems/ruby/1.8/gems/rack-1.2.1/lib/rack/bu | |
ilder.rb:46:in `initialize' | |
from /home/slugs/e2d27f54-f930-4f24-9e41-1a0c6c95a1e7/mnt/.bundle/gems/ruby/1.8/gems/rack-1.2.1/lib/rack/bu | |
ilder.rb:63:in `new' | |
from /home/slugs/e2d27f54-f930-4f24-9e41-1a0c6c95a1e7/mnt/.bundle/gems/ruby/1.8/gems/rack-1.2.1/lib/rack/bu | |
ilder.rb:63:in `map' | |
from /home/heroku_rack/heroku.ru:18 | |
from /home/slugs/e2d27f54-f930-4f24-9e41-1a0c6c95a1e7/mnt/.bundle/gems/ruby/1.8/gems/rack-1.2.1/lib/rack/bu | |
ilder.rb:46:in `instance_eval' | |
from /home/slugs/e2d27f54-f930-4f24-9e41-1a0c6c95a1e7/mnt/.bundle/gems/ruby/1.8/gems/rack-1.2.1/lib/rack/bu | |
ilder.rb:46:in `initialize' | |
from /home/heroku_rack/heroku.ru:11:in `new' | |
from /home/heroku_rack/heroku.ru:11 | |
from /home/slugs/e2d27f54-f930-4f24-9e41-1a0c6c95a1e7/mnt/.bundle/gems/ruby/1.8/gems/rack-1.2.1/lib/rack/bu | |
ilder.rb:46:in `instance_eval' | |
from /home/slugs/e2d27f54-f930-4f24-9e41-1a0c6c95a1e7/mnt/.bundle/gems/ruby/1.8/gems/rack-1.2.1/lib/rack/bu | |
ilder.rb:46:in `initialize' | |
from /home/heroku_rack/heroku.ru:1:in `new' | |
from /home/heroku_rack/heroku.ru:1 | |
==> dyno-4395975.log (crash) <== | |
/usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load | |
-- gollum (LoadError) | |
from /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' | |
from config.ru:1 | |
from /home/heroku_rack/heroku.ru:23 | |
from /home/slugs/e2d27f54-f930-4f24-9e41-1a0c6c95a1e7/mnt/.bundle/gems/ruby/1.8/gems/rack-1.2.1/lib/rack/bu | |
ilder.rb:46:in `instance_eval' | |
from /home/slugs/e2d27f54-f930-4f24-9e41-1a0c6c95a1e7/mnt/.bundle/gems/ruby/1.8/gems/rack-1.2.1/lib/rack/bu ilder.rb:46:in `initialize' | |
from /home/slugs/e2d27f54-f930-4f24-9e41-1a0c6c95a1e7/mnt/.bundle/gems/ruby/1.8/gems/rack-1.2.1/lib/rack/bu ilder.rb:63:in `new' | |
from /home/slugs/e2d27f54-f930-4f24-9e41-1a0c6c95a1e7/mnt/.bundle/gems/ruby/1.8/gems/rack-1.2.1/lib/rack/bu ilder.rb:63:in `map' | |
from /home/heroku_rack/heroku.ru:18 | |
from /home/slugs/e2d27f54-f930-4f24-9e41-1a0c6c95a1e7/mnt/.bundle/gems/ruby/1.8/gems/rack-1.2.1/lib/rack/bu ilder.rb:46:in `instance_eval' | |
from /home/slugs/e2d27f54-f930-4f24-9e41-1a0c6c95a1e7/mnt/.bundle/gems/ruby/1.8/gems/rack-1.2.1/lib/rack/bu ilder.rb:46:in `initialize' | |
from /home/heroku_rack/heroku.ru:11:in `new' | |
from /home/heroku_rack/heroku.ru:11 | |
from /home/slugs/e2d27f54-f930-4f24-9e41-1a0c6c95a1e7/mnt/.bundle/gems/ruby/1.8/gems/rack-1.2.1/lib/rack/bu ilder.rb:46:in `instance_eval' | |
from /home/slugs/e2d27f54-f930-4f24-9e41-1a0c6c95a1e7/mnt/.bundle/gems/ruby/1.8/gems/rack-1.2.1/lib/rack/bu ilder.rb:46:in `initialize' | |
from /home/heroku_rack/heroku.ru:1:in `new' | |
from /home/heroku_rack/heroku.ru:1 | |
-----> Your application is requiring a file that it can't find. | |
Most often this is due to missing gems, or it could be that you failed | |
to commit the file to your repo. See http://docs.heroku.com/gems for | |
more information on managing gems. | |
Examine the backtrace above this message to debug. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment