Skip to content

Instantly share code, notes, and snippets.

@marekjelen
Created April 1, 2012 07:35
Show Gist options
  • Select an option

  • Save marekjelen/2272749 to your computer and use it in GitHub Desktop.

Select an option

Save marekjelen/2272749 to your computer and use it in GitHub Desktop.
Loader & Sinatra
Dead ;)
uninitialized constant Rack::Protection
org/jruby/RubyModule.java:2642:in `const_missing'
/Users/marek/.rbenv/versions/jruby-1.6.7/lib/ruby/gems/1.8/gems/rack-protection-1.2.0/lib/rack/protection.rb:23:in `new'
org/jruby/RubyBasicObject.java:1730:in `instance_eval'
/Users/marek/.rbenv/versions/jruby-1.6.7/lib/ruby/gems/1.8/gems/rack-1.4.1/lib/rack/builder.rb:51:in `initialize'
/Users/marek/.rbenv/versions/jruby-1.6.7/lib/ruby/gems/1.8/gems/rack-protection-1.2.0/lib/rack/protection.rb:22:in `new'
/Users/marek/.rbenv/versions/jruby-1.6.7/lib/ruby/gems/1.8/gems/rack-1.4.1/lib/rack/builder.rb:82:in `use'
org/jruby/RubyProc.java:258:in `call'
/Users/marek/.rbenv/versions/jruby-1.6.7/lib/ruby/gems/1.8/gems/rack-1.4.1/lib/rack/builder.rb:130:in `to_app'
org/jruby/RubyArray.java:1615:in `each'
org/jruby/RubyEnumerable.java:830:in `inject'
/Users/marek/.rbenv/versions/jruby-1.6.7/lib/ruby/gems/1.8/gems/rack-1.4.1/lib/rack/builder.rb:130:in `to_app'
/Users/marek/.rbenv/versions/jruby-1.6.7/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:1321:in `new'
/Users/marek/.rbenv/versions/jruby-1.6.7/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:1311:in `prototype'
/Users/marek/.rbenv/versions/jruby-1.6.7/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:1334:in `call'
/Users/marek/.rbenv/versions/jruby-1.6.7/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:1416:in `synchronize'
/Users/marek/.rbenv/versions/jruby-1.6.7/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:1334:in `call'
/Users/marek/Projects/thick/lib/thick/loader.rb:45:in `initialize'
org/jruby/RubyProc.java:258:in `call'
/Users/marek/Projects/thick/lib/thick/loader.rb:63:in `call'
/Users/marek/Projects/thick/lib/thick/server_handler.rb:85:in `handle_request'
/Users/marek/Projects/thick/lib/thick/server_handler.rb:73:in `on_request'
/Users/marek/Projects/thick/lib/thick/server_handler.rb:17:in `messageReceived'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment