Skip to content

Instantly share code, notes, and snippets.

@ngw
Created April 8, 2014 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ngw/10109137 to your computer and use it in GitHub Desktop.
Save ngw/10109137 to your computer and use it in GitHub Desktop.
chienandalusialocal:EngagementConsole ngw$ bundle exec puma
Puma starting in single mode...
* Version 2.8.1 (ruby 2.1.1-p76), codename: Sir Edmund Percival Hillary
* Min threads: 0, max threads: 16
* Environment: development
! Unable to load application
Terminating 4 actors...
/Users/ngw/.rvm/gems/ruby-2.1.1@conversation_flow_v2_0/gems/sidetiq-0.5.0/lib/sidetiq/handler.rb:4:in `<class:Handler>': uninitialized constant Sidekiq::ExceptionHandler (NameError)
from /Users/ngw/.rvm/gems/ruby-2.1.1@conversation_flow_v2_0/gems/sidetiq-0.5.0/lib/sidetiq/handler.rb:2:in `<module:Sidetiq>'
from /Users/ngw/.rvm/gems/ruby-2.1.1@conversation_flow_v2_0/gems/sidetiq-0.5.0/lib/sidetiq/handler.rb:1:in `<top (required)>'
from /Users/ngw/.rvm/gems/ruby-2.1.1@conversation_flow_v2_0/gems/sidetiq-0.5.0/lib/sidetiq.rb:18:in `<top (required)>'
from /Users/ngw/.rvm/gems/ruby-2.1.1@global/gems/bundler-1.5.3/lib/bundler/runtime.rb:76:in `require'
from /Users/ngw/.rvm/gems/ruby-2.1.1@global/gems/bundler-1.5.3/lib/bundler/runtime.rb:76:in `block (2 levels) in require'
from /Users/ngw/.rvm/gems/ruby-2.1.1@global/gems/bundler-1.5.3/lib/bundler/runtime.rb:72:in `each'
from /Users/ngw/.rvm/gems/ruby-2.1.1@global/gems/bundler-1.5.3/lib/bundler/runtime.rb:72:in `block in require'
from /Users/ngw/.rvm/gems/ruby-2.1.1@global/gems/bundler-1.5.3/lib/bundler/runtime.rb:61:in `each'
from /Users/ngw/.rvm/gems/ruby-2.1.1@global/gems/bundler-1.5.3/lib/bundler/runtime.rb:61:in `require'
from /Users/ngw/.rvm/gems/ruby-2.1.1@global/gems/bundler-1.5.3/lib/bundler.rb:131:in `require'
from /Users/ngw/EngagementConsole/config/application.rb:13:in `<top (required)>'
from /Users/ngw/EngagementConsole/config/environment.rb:2:in `require'
from /Users/ngw/EngagementConsole/config/environment.rb:2:in `<top (required)>'
from config.ru:3:in `require'
from config.ru:3:in `block in <main>'
from /Users/ngw/.rvm/gems/ruby-2.1.1@conversation_flow_v2_0/gems/rack-1.4.5/lib/rack/builder.rb:51:in `instance_eval'
from /Users/ngw/.rvm/gems/ruby-2.1.1@conversation_flow_v2_0/gems/rack-1.4.5/lib/rack/builder.rb:51:in `initialize'
from config.ru:in `new'
from config.ru:in `<main>'
from /Users/ngw/.rvm/gems/ruby-2.1.1@conversation_flow_v2_0/gems/rack-1.4.5/lib/rack/builder.rb:40:in `eval'
from /Users/ngw/.rvm/gems/ruby-2.1.1@conversation_flow_v2_0/gems/rack-1.4.5/lib/rack/builder.rb:40:in `parse_file'
from /Users/ngw/.rvm/gems/ruby-2.1.1@conversation_flow_v2_0/gems/puma-2.8.1/lib/puma/configuration.rb:96:in `app'
from /Users/ngw/.rvm/gems/ruby-2.1.1@conversation_flow_v2_0/gems/puma-2.8.1/lib/puma/runner.rb:113:in `load_and_bind'
from /Users/ngw/.rvm/gems/ruby-2.1.1@conversation_flow_v2_0/gems/puma-2.8.1/lib/puma/single.rb:73:in `run'
from /Users/ngw/.rvm/gems/ruby-2.1.1@conversation_flow_v2_0/gems/puma-2.8.1/lib/puma/cli.rb:506:in `run'
from /Users/ngw/.rvm/gems/ruby-2.1.1@conversation_flow_v2_0/gems/puma-2.8.1/bin/puma:10:in `<top (required)>'
from /Users/ngw/.rvm/gems/ruby-2.1.1@conversation_flow_v2_0/bin/puma:23:in `load'
from /Users/ngw/.rvm/gems/ruby-2.1.1@conversation_flow_v2_0/bin/puma:23:in `<main>'
from /Users/ngw/.rvm/gems/ruby-2.1.1@conversation_flow_v2_0/bin/ruby_executable_hooks:15:in `eval'
from /Users/ngw/.rvm/gems/ruby-2.1.1@conversation_flow_v2_0/bin/ruby_executable_hooks:15:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment