Skip to content

Instantly share code, notes, and snippets.

@pjanik
Created February 18, 2013 11:38
Show Gist options
  • Save pjanik/4976779 to your computer and use it in GitHub Desktop.
Save pjanik/4976779 to your computer and use it in GitHub Desktop.
>> Using rack adapter
/home/piotr/.rvm/gems/ruby-1.9.3-p385@lab-server/gems/debugger-linecache-1.1.2/lib/tracelines19.rb:3:in `require': cannot load such file -- trace_nums (LoadError)
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@lab-server/gems/debugger-linecache-1.1.2/lib/tracelines19.rb:3:in `<top (required)>'
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@lab-server/gems/debugger-linecache-1.1.2/lib/linecache19.rb:65:in `require'
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@lab-server/gems/debugger-linecache-1.1.2/lib/linecache19.rb:65:in `<top (required)>'
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@lab-server/gems/debugger-1.3.1/lib/ruby-debug-base.rb:2:in `require'
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@lab-server/gems/debugger-1.3.1/lib/ruby-debug-base.rb:2:in `<top (required)>'
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@lab-server/gems/debugger-1.3.1/lib/ruby-debug.rb:5:in `require'
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@lab-server/gems/debugger-1.3.1/lib/ruby-debug.rb:5:in `<top (required)>'
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@lab-server/gems/debugger-1.3.1/lib/debugger.rb:4:in `require'
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@lab-server/gems/debugger-1.3.1/lib/debugger.rb:4:in `<top (required)>'
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@global/gems/bundler-1.2.4/lib/bundler/runtime.rb:68:in `require'
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@global/gems/bundler-1.2.4/lib/bundler/runtime.rb:68:in `block (2 levels) in require'
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@global/gems/bundler-1.2.4/lib/bundler/runtime.rb:66:in `each'
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@global/gems/bundler-1.2.4/lib/bundler/runtime.rb:66:in `block in require'
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@global/gems/bundler-1.2.4/lib/bundler/runtime.rb:55:in `each'
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@global/gems/bundler-1.2.4/lib/bundler/runtime.rb:55:in `require'
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@global/gems/bundler-1.2.4/lib/bundler.rb:128:in `require'
from /home/piotr/Concord/lab/server/config/application.rb:13:in `<top (required)>'
from /home/piotr/Concord/lab/server/config/environment.rb:2:in `require'
from /home/piotr/Concord/lab/server/config/environment.rb:2:in `<top (required)>'
from /home/piotr/Concord/lab/server/config.ru:3:in `require'
from /home/piotr/Concord/lab/server/config.ru:3:in `block in <main>'
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@lab-server/gems/rack-1.4.5/lib/rack/builder.rb:51:in `instance_eval'
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@lab-server/gems/rack-1.4.5/lib/rack/builder.rb:51:in `initialize'
from /home/piotr/Concord/lab/server/config.ru:1:in `new'
from /home/piotr/Concord/lab/server/config.ru:1:in `<main>'
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@lab-server/gems/thin-1.5.0/lib/rack/adapter/loader.rb:33:in `eval'
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@lab-server/gems/thin-1.5.0/lib/rack/adapter/loader.rb:33:in `load'
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@lab-server/gems/thin-1.5.0/lib/rack/adapter/loader.rb:42:in `for'
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@lab-server/gems/thin-1.5.0/lib/thin/controllers/controller.rb:169:in `load_adapter'
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@lab-server/gems/thin-1.5.0/lib/thin/controllers/controller.rb:73:in `start'
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@lab-server/gems/thin-1.5.0/lib/thin/runner.rb:187:in `run_command'
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@lab-server/gems/thin-1.5.0/lib/thin/runner.rb:152:in `run!'
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@lab-server/gems/thin-1.5.0/bin/thin:6:in `<top (required)>'
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@lab-server/bin/thin:19:in `load'
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@lab-server/bin/thin:19:in `<main>'
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@lab-server/bin/ruby_noexec_wrapper:14:in `eval'
from /home/piotr/.rvm/gems/ruby-1.9.3-p385@lab-server/bin/ruby_noexec_wrapper:14:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment