Created
September 30, 2010 20:55
-
-
Save Znow/605307 to your computer and use it in GitHub Desktop.
This file contains 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
$ heroku logs | |
==> dyno-1837860.log (crash) <== | |
/usr/ruby1.8.7/lib/ruby/gems/1.8/gems/bundler-1.0.0/lib/bundler/runtime.rb:64:in | |
`require': no such file to load -- sqlite3 (LoadError) | |
from /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/bundler-1.0.0/lib/bundler/run | |
time.rb:64:in `require' | |
from /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/bundler-1.0.0/lib/bundler/run | |
time.rb:62:in `each' | |
from /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/bundler-1.0.0/lib/bundler/run | |
time.rb:62:in `require' | |
from /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/bundler-1.0.0/lib/bundler/run | |
time.rb:51:in `each' | |
from /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/bundler-1.0.0/lib/bundler/run | |
time.rb:51:in `require' | |
from /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/bundler-1.0.0/lib/bundler.rb: | |
112:in `require' | |
from /disk1/home/slugs/248959_91f6057_d8d8/mnt/config/application.rb:7 | |
from /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31 | |
:in `gem_original_require' | |
from /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31 | |
:in `require' | |
from /disk1/home/slugs/248959_91f6057_d8d8/mnt/config/environment.rb:2 | |
from /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31 | |
:in `gem_original_require' | |
from /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31 | |
:in `require' | |
from config.ru:3 | |
from /home/heroku_rack/heroku.ru:23 | |
from /home/slugs/248959_91f6057_d8d8/mnt/.bundle/gems/ruby/1.8/gems/rack | |
-1.2.1/lib/rack/builder.rb:46:in `instance_eval' | |
from /home/slugs/248959_91f6057_d8d8/mnt/.bundle/gems/ruby/1.8/gems/rack | |
-1.2.1/lib/rack/builder.rb:46:in `initialize' | |
from /home/slugs/248959_91f6057_d8d8/mnt/.bundle/gems/ruby/1.8/gems/rack | |
-1.2.1/lib/rack/builder.rb:63:in `new' | |
from /home/slugs/248959_91f6057_d8d8/mnt/.bundle/gems/ruby/1.8/gems/rack | |
-1.2.1/lib/rack/builder.rb:63:in `map' | |
from /home/heroku_rack/heroku.ru:18 | |
from /home/slugs/248959_91f6057_d8d8/mnt/.bundle/gems/ruby/1.8/gems/rack | |
-1.2.1/lib/rack/builder.rb:46:in `instance_eval' | |
from /home/slugs/248959_91f6057_d8d8/mnt/.bundle/gems/ruby/1.8/gems/rack | |
-1.2.1/lib/rack/builder.rb:46:in `initialize' | |
from /home/heroku_rack/heroku.ru:11:in `new' | |
from /home/heroku_rack/heroku.ru:11 | |
from /home/slugs/248959_91f6057_d8d8/mnt/.bundle/gems/ruby/1.8/gems/rack | |
-1.2.1/lib/rack/builder.rb:46:in `instance_eval' | |
from /home/slugs/248959_91f6057_d8d8/mnt/.bundle/gems/ruby/1.8/gems/rack | |
-1.2.1/lib/rack/builder.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