Skip to content

Instantly share code, notes, and snippets.

@timlinquist
Created April 20, 2009 22:57
Show Gist options
  • Save timlinquist/98823 to your computer and use it in GitHub Desktop.
Save timlinquist/98823 to your computer and use it in GitHub Desktop.
2009-04-20 15:44:30] ERROR #<NoMethodError: undefined method `start' for Thin:Module>
[2009-04-20 15:44:30] ERROR /usr/local/lib/ruby/gems/1.9.1/gems/ramaze-2009.03/lib/ramaze/adapter.rb:58:in `start_adapter'
[2009-04-20 15:44:30] ERROR /usr/local/lib/ruby/gems/1.9.1/gems/ramaze-2009.03/lib/ramaze/adapter.rb:28:in `startup'
[2009-04-20 15:44:30] ERROR /usr/local/lib/ruby/gems/1.9.1/gems/ramaze-2009.03/lib/ramaze.rb:95:in `block in startup'
[2009-04-20 15:44:30] ERROR /usr/local/lib/ruby/gems/1.9.1/gems/ramaze-2009.03/lib/ramaze.rb:94:in `each'
[2009-04-20 15:44:30] ERROR /usr/local/lib/ruby/gems/1.9.1/gems/ramaze-2009.03/lib/ramaze.rb:94:in `startup'
[2009-04-20 15:44:30] ERROR /mnt/hgfs/provolve-platform/delivery/start.rb:8:in `<top (required)>'
[2009-04-20 15:44:30] ERROR /usr/local/lib/ruby/gems/1.9.1/gems/thin-1.0.0/lib/rack/adapter/loader.rb:39:in `require'
[2009-04-20 15:44:30] ERROR /usr/local/lib/ruby/gems/1.9.1/gems/thin-1.0.0/lib/rack/adapter/loader.rb:39:in `for'
[2009-04-20 15:44:30] ERROR /usr/local/lib/ruby/gems/1.9.1/gems/thin-1.0.0/lib/thin/controllers/controller.rb:163:in `load_adapter'
[2009-04-20 15:44:30] ERROR /usr/local/lib/ruby/gems/1.9.1/gems/thin-1.0.0/lib/thin/controllers/controller.rb:67:in `start'
[2009-04-20 15:44:30] ERROR /usr/local/lib/ruby/gems/1.9.1/gems/thin-1.0.0/lib/thin/runner.rb:173:in `run_command'
3:52 I managed to get it running with Webrick fine, though with rails 1.9.1 there was a hand patch I had to do because #to_a is deprecated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment