Skip to content

Instantly share code, notes, and snippets.

@cpuguy83
Created July 6, 2013 16:31
Show Gist options
  • Save cpuguy83/5940398 to your computer and use it in GitHub Desktop.
Save cpuguy83/5940398 to your computer and use it in GitHub Desktop.
Puma 2.3 fails to start
An exception occurred running /home/deployer/apps/emp/shared/bundle/rbx/1.9/bin/puma
no such file to load -- puma/single (LoadError)
Backtrace:
Rubinius::CodeLoader#load_error at kernel/common/codeloader.rb:410
Rubinius::CodeLoader#resolve_require_path at kernel/common/codeloader.rb:397
{ } in Rubinius::CodeLoader#require at kernel/common/codeloader.rb:105
Rubinius.synchronize at kernel/bootstrap/rubinius.rb:149
Rubinius::CodeLoader#require at kernel/common/codeloader.rb:104
Rubinius::CodeLoader.require at kernel/common/codeloader.rb:226
Kernel(Object)#require at kernel/common/kernel.rb:638
Object#__script__ at /home/deployer/apps/emp/shared/bundle/rbx/1.9/gems/puma-2.3.0/lib/puma/cli.rb:11
Rubinius::CodeLoader.require at kernel/common/codeloader.rb:232
Kernel(Object)#require at kernel/common/kernel.rb:638
Object#__script__ at /home/deployer/apps/emp/shared/bundle/rbx/1.9/gems/puma-2.3.0/bin/puma:6
Kernel(Object)#load at kernel/common/kernel.rb:587
Object#__script__ at /home/deployer/apps/emp/shared/bundle/rbx/1.9/bin/puma:23
Rubinius::CodeLoader#load_script at kernel/delta/codeloader.rb:68
Rubinius::CodeLoader.load_script at kernel/delta/codeloader.rb:119
Rubinius::Loader#script at kernel/loader.rb:620
Rubinius::Loader#main at kernel/loader.rb:821
@cpuguy83
Copy link
Author

cpuguy83 commented Jul 6, 2013

Same error on MRI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment