Skip to content

Instantly share code, notes, and snippets.

@francois
Last active August 7, 2016 15:29
Show Gist options
  • Select an option

  • Save francois/c8d6e8261f865db59fab07b7be17aa40 to your computer and use it in GitHub Desktop.

Select an option

Save francois/c8d6e8261f865db59fab07b7be17aa40 to your computer and use it in GitHub Desktop.
source "https://rubygems.org"
ruby "2.3.0", engine: "jruby", engine_version: "9.1.2.0"
# If on MRI Ruby
# gem "pg", "0.17.1", platform: :ruby
# If on JRuby
gem "pg", "0.17.1", platform: :jruby, git: "git://github.com/headius/jruby-pg.git", branch: :master
gem "jdbc-postgresql", "!= 9.4.1204", platform: :jruby
gem "rollbar"
gem "sequel"
gem "sequel_pg", platform: :ruby, require: false
gem "sinatra", ">= 1.4.7", "< 2.0"
gem "sinatra-contrib"
gem "tzinfo", "= 0.3.51", github: "tzinfo/tzinfo", tag: "v0.3.51"
# Threaded JRuby web server
gem "trinidad"
group :development, :test do
gem "rspec"
end
GIT
remote: git://github.com/headius/jruby-pg.git
revision: d7297060881976506fe4b53f402056309f2496f1
branch: master
specs:
pg (0.17.1)
GIT
remote: git://github.com/tzinfo/tzinfo.git
revision: e87434fdc36970440939d4d78f2078888d9b7806
tag: v0.3.51
specs:
tzinfo (0.3.51)
GEM
remote: https://rubygems.org/
specs:
backports (3.6.8)
diff-lcs (1.2.5)
jdbc-postgresql (9.2.1000)
jruby-rack (1.1.20)
multi_json (1.12.1)
rack (1.6.4)
rack-protection (1.5.3)
rack
rack-test (0.6.3)
rack (>= 1.0)
rollbar (2.12.0)
multi_json
rspec (3.5.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
rspec-mocks (~> 3.5.0)
rspec-core (3.5.2)
rspec-support (~> 3.5.0)
rspec-expectations (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-mocks (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
sequel (4.37.0)
sinatra (1.4.7)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
sinatra-contrib (1.4.7)
backports (>= 2.0)
multi_json
rack-protection
rack-test
sinatra (~> 1.4.0)
tilt (>= 1.3, < 3)
tilt (2.0.5)
trinidad (1.4.6)
jruby-rack (~> 1.1.13)
trinidad_jars (>= 1.3.0, < 1.5.0)
trinidad_jars (1.4.2)
PLATFORMS
java
DEPENDENCIES
jdbc-postgresql (!= 9.4.1204)
pg (= 0.17.1)!
rollbar
rspec
sequel
sequel_pg
sinatra (>= 1.4.7, < 2.0)
sinatra-contrib
trinidad
tzinfo (= 0.3.51)!
BUNDLED WITH
1.10.6
Java::JavaLang::NoSuchMethodError - org.jruby.RubyEncoding.newEncoding(Lorg/jruby/Ruby;Lorg/jcodings/Encoding;)Lorg/jruby/RubyEncoding;:
org.jruby.pg.Connection.newPgErrorCommon(Connection.java:1434)
org.jruby.pg.Connection.newPgError(Connection.java:1450)
org.jruby.pg.Result.check(Result.java:107)
org.jruby.pg.Connection.exec(Connection.java:549)
org.jruby.pg.Connection$INVOKER$i$0$2$exec.call(Connection$INVOKER$i$0$2$exec.gen)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sequel_minus_4_dot_37_dot_0.lib.sequel.adapters.postgres.invokeOther6:async_exec(/vagrant/vendor/gems/jruby/2.3.0/gems/sequel-4.37.0/lib/sequel/adapters/postgres.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sequel_minus_4_dot_37_dot_0.lib.sequel.adapters.postgres.RUBY$block$execute_query$2(/vagrant/vendor/gems/jruby/2.3.0/gems/sequel-4.37.0/lib/sequel/adapters/postgres.rb:187)
org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:73)
org.jruby.runtime.Block.yieldSpecific(Block.java:136)
org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:480)
org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:114)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sequel_minus_4_dot_37_dot_0.lib.sequel.database.logging.RUBY$method$log_connection_yield$0(/vagrant/vendor/gems/jruby/2.3.0/gems/sequel-4.37.0/lib/sequel/database/logging.rb:48)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:219)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:92)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:233)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:363)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:237)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:241)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sequel_minus_4_dot_37_dot_0.lib.sequel.adapters.postgres.invokeOther9:log_connection_yield(/vagrant/vendor/gems/jruby/2.3.0/gems/sequel-4.37.0/lib/sequel/adapters/postgres.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sequel_minus_4_dot_37_dot_0.lib.sequel.adapters.postgres.RUBY$method$execute_query$0(/vagrant/vendor/gems/jruby/2.3.0/gems/sequel-4.37.0/lib/sequel/adapters/postgres.rb:187)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:258)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:119)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:198)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:205)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:333)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:195)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sequel_minus_4_dot_37_dot_0.lib.sequel.adapters.postgres.invokeOther2:execute_query(/vagrant/vendor/gems/jruby/2.3.0/gems/sequel-4.37.0/lib/sequel/adapters/postgres.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sequel_minus_4_dot_37_dot_0.lib.sequel.adapters.postgres.RUBY$block$execute$2(/vagrant/vendor/gems/jruby/2.3.0/gems/sequel-4.37.0/lib/sequel/adapters/postgres.rb:174)
org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:73)
org.jruby.runtime.Block.yieldSpecific(Block.java:136)
org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:480)
org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:114)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sequel_minus_4_dot_37_dot_0.lib.sequel.adapters.postgres.RUBY$method$check_disconnect_errors$0(/vagrant/vendor/gems/jruby/2.3.0/gems/sequel-4.37.0/lib/sequel/adapters/postgres.rb:150)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:232)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:101)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:128)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:303)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:141)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:145)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sequel_minus_4_dot_37_dot_0.lib.sequel.adapters.postgres.invokeOther6:check_disconnect_errors(/vagrant/vendor/gems/jruby/2.3.0/gems/sequel-4.37.0/lib/sequel/adapters/postgres.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sequel_minus_4_dot_37_dot_0.lib.sequel.adapters.postgres.RUBY$method$execute$0(/vagrant/vendor/gems/jruby/2.3.0/gems/sequel-4.37.0/lib/sequel/adapters/postgres.rb:174)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:219)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:92)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:117)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:198)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:343)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:205)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:209)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sequel_minus_4_dot_37_dot_0.lib.sequel.adapters.postgres.invokeOther9:execute(/vagrant/vendor/gems/jruby/2.3.0/gems/sequel-4.37.0/lib/sequel/adapters/postgres.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sequel_minus_4_dot_37_dot_0.lib.sequel.adapters.postgres.RUBY$method$_execute$0(/vagrant/vendor/gems/jruby/2.3.0/gems/sequel-4.37.0/lib/sequel/adapters/postgres.rb:526)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:271)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:128)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:233)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:363)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:237)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:241)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sequel_minus_4_dot_37_dot_0.lib.sequel.adapters.postgres.invokeOther0:_execute(/vagrant/vendor/gems/jruby/2.3.0/gems/sequel-4.37.0/lib/sequel/adapters/postgres.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sequel_minus_4_dot_37_dot_0.lib.sequel.adapters.postgres.RUBY$block$execute$2(/vagrant/vendor/gems/jruby/2.3.0/gems/sequel-4.37.0/lib/sequel/adapters/postgres.rb:342)
org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:73)
org.jruby.runtime.Block.yieldSpecific(Block.java:136)
org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:480)
org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:114)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sequel_minus_4_dot_37_dot_0.lib.sequel.adapters.postgres.RUBY$method$check_database_errors$0(/vagrant/vendor/gems/jruby/2.3.0/gems/sequel-4.37.0/lib/sequel/adapters/postgres.rb:547)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:232)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:101)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:128)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.:303)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:141)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:145)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sequel_minus_4_dot_37_dot_0.lib.sequel.adapters.postgres.invokeOther2:check_database_errors(/vagrant/vendor/gems/jruby/2.3.0/gems/sequel-4.37.0/lib/sequel/adapters/postgres.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sequel_minus_4_dot_37_dot_0.lib.sequel.adapters.postgres.RUBY$block$execute$1(/vagrant/vendor/gems/jruby/2.3.0/gems/sequel-4.37.0/lib/sequel/adapters/postgres.rb:342)
org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
org.jruby.runtime.BlockBody.yield(BlockBody.java:110)
org.jruby.runtime.Block.yield(Block.java:167)
org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:476)
org.jruby.ir.targets.YieldSite.yield(YieldSite.java:87)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sequel_minus_4_dot_37_dot_0.lib.sequel.connection_pool.threaded.RUBY$method$hold$0(/vagrant/vendor/gems/jruby/2.3.0/gems/sequel-4.37.0/lib/sequel/connection_pool/threaded.rb:107)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:219)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:92)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:108)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:171)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sequel_minus_4_dot_37_dot_0.lib.sequel.database.connecting.invokeOther2:hold(/vagrant/vendor/gems/jruby/2.3.0/gems/sequel-4.37.0/lib/sequel/database/connecting.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sequel_minus_4_dot_37_dot_0.lib.sequel.database.connecting.RUBY$method$synchronize$0(/vagrant/vendor/gems/jruby/2.3.0/gems/sequel-4.37.0/lib/sequel/database/connecting.rb:256)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:219)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:92)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:108)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:173)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sequel_minus_4_dot_37_dot_0.lib.sequel.adapters.postgres.invokeOther6:synchronize(/vagrant/vendor/gems/jruby/2.3.0/gems/sequel-4.37.0/lib/sequel/adapters/postgres.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sequel_minus_4_dot_37_dot_0.lib.sequel.adapters.postgres.RUBY$method$execute$0(/vagrant/vendor/gems/jruby/2.3.0/gems/sequel-4.37.0/lib/sequel/adapters/postgres.rb:342)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:219)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:92)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:117)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:198)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:343)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:205)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:209)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sequel_minus_4_dot_37_dot_0.lib.sequel.dataset.actions.invokeOther12:execute(/vagrant/vendor/gems/jruby/2.3.0/gems/sequel-4.37.0/lib/sequel/dataset/actions.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sequel_minus_4_dot_37_dot_0.lib.sequel.dataset.actions.RUBY$method$execute$0(/vagrant/vendor/gems/jruby/2.3.0/gems/sequel-4.37.0/lib/sequel/dataset/actions.rb:970)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:219)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:92)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:108)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:173)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sequel_minus_4_dot_37_dot_0.lib.sequel.adapters.postgres.invokeOther19:execute(/vagrant/vendor/gems/jruby/2.3.0/gems/sequel-4.37.0/lib/sequel/adapters/postgres.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sequel_minus_4_dot_37_dot_0.lib.sequel.adapters.postgres.RUBY$method$fetch_rows$0(/vagrant/vendor/gems/jruby/2.3.0/gems/sequel-4.37.0/lib/sequel/adapters/postgres.rb:676)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:173)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sequel_minus_4_dot_37_dot_0.lib.sequel.dataset.actions.invokeOther15:fetch_rows(/vagrant/vendor/gems/jruby/2.3.0/gems/sequel-4.37.0/lib/sequel/dataset/actions.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sequel_minus_4_dot_37_dot_0.lib.sequel.dataset.actions.RUBY$method$each$0(/vagrant/vendor/gems/jruby/2.3.0/gems/sequel-4.37.0/lib/sequel/dataset/actions.rb:141)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:232)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:101)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:128)
org.jruby.RubyClass.finvoke(RubyClass.java:522)
org.jruby.runtime.Helpers.invoke(Helpers.java:385)
org.jruby.RubyEnumerable.callEach(RubyEnumerable.java:99)
org.jruby.RubyEnumerable.to_a19(RubyEnumerable.java:447)
org.jruby.RubyEnumerable$INVOKER$s$to_a19.call(RubyEnumerable$INVOKER$s$to_a19.gen)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:293)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:131)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:332)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:66)
org.jruby.runtime.Block.call(Block.java:126)
org.jruby.RubyProc.call(RubyProc.java:342)
org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:63)
org.jruby.RubyMethod.call(RubyMethod.java:127)
org.jruby.RubyMethod$INVOKER$i$call.call(RubyMethod$INVOKER$i$call.gen)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:171)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:283)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:69)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.invokeOther2:call(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.RUBY$block$compile!$2(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb:1610)
org.jruby.runtime.CompiledIRBlockBody.callDirect(CompiledIRBlockBody.java:145)
org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:64)
org.jruby.runtime.Block.call(Block.java:126)
org.jruby.RubyProc.call(RubyProc.java:342)
org.jruby.RubyProc.call19(RubyProc.java:326)
org.jruby.RubyProc$INVOKER$i$0$0$call19.call(RubyProc$INVOKER$i$0$0$call19.gen)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:171)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:283)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:69)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.invokeOther0:\=\{\}(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.RUBY$block$route!$3(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb:975)
org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:73)
org.jruby.runtime.Block.yieldSpecific(Block.java:136)
org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:480)
org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:114)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.RUBY$method$route_eval$0(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb:994)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:232)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:101)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:128)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:303)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:141)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:145)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.invokeOther7:route_eval(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.RUBY$block$route!$2(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb:975)
org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
org.jruby.runtime.BlockBody.yield(BlockBody.java:118)
org.jruby.runtime.Block.yieldValues(Block.java:183)
org.jruby.ir.targets.YieldSite.yieldValues(YieldSite.java:118)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.RUBY$block$process_route$3(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb:1015)
org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
org.jruby.runtime.BlockBody.yield(BlockBody.java:110)
org.jruby.runtime.Block.yield(Block.java:167)
org.jruby.RubyContinuation.enter(RubyContinuation.java:107)
org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1110)
org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1103)
org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:171)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.invokeOther42:catch(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.RUBY$method$process_route$0(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb:1013)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:219)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:92)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:233)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:235)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:241)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.invokeOther9:process_route(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.RUBY$block$route!$1(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb:973)
org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
org.jruby.runtime.BlockBody.yield(BlockBody.java:110)
org.jruby.runtime.Block.yield(Block.java:167)
org.jruby.RubyArray.each(RubyArray.java:1593)
org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:303)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:141)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:145)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.invokeOther16:each(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.RUBY$method$route!$0(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb:972)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:219)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:92)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:97)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:128)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:189)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:293)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:131)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.invokeOther54:route!(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.RUBY$block$dispatch!$9(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb:1085)
org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:73)
org.jruby.runtime.Block.yieldSpecific(Block.java:136)
org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:480)
org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:114)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.RUBY$block$invoke$2(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb:1067)
org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
org.jruby.runtime.BlockBody.yield(BlockBody.java:110)
org.jruby.runtime.Block.yield(Block.java:167)
org.jruby.RubyContinuation.enter(RubyContinuation.java:107)
org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1110)
org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1103)
org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:171)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.invokeOther19:catch(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.RUBY$method$invoke$0(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb:1067)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:232)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:101)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:128)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:303)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:141)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:145)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.invokeOther61:invoke(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.RUBY$method$dispatch!$0(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb:1082)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:232)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:101)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:128)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:189)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:293)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:131)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.invokeOther47:dispatch!(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.RUBY$block$call!$3(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb:907)
org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:73)
org.jruby.runtime.Block.yieldSpecific(Block.java:136)
org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:480)
org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:114)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.RUBY$block$invoke$2(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb:1067)
org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
org.jruby.runtime.BlockBody.yield(BlockBody.java:110)
org.jruby.runtime.Block.yield(Block.java:167)
org.jruby.RubyContinuation.enter(RubyContinuation.java:107)
org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1110)
org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1103)
org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:171)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.invokeOther19:catch(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.RUBY$method$invoke$0(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb:1067)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:232)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:101)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:128)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:303)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:141)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:145)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.invokeOther70:invoke(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.RUBY$method$call!$0(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb:907)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.invokeOther3:call!(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.RUBY$method$call$0(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb:895)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.rack_minus_protection_minus_1_dot_5_dot_3.lib.rack.protection.xss_header.invokeOther19:call(/vagrant/vendor/gems/jruby/2.3.0/gems/rack-protection-1.5.3/lib/rack/protection/xss_header.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.rack_minus_protection_minus_1_dot_5_dot_3.lib.rack.protection.xss_header.RUBY$method$call$0(/vagrant/vendor/gems/jruby/2.3.0/gems/rack-protection-1.5.3/lib/rack/protection/xss_header.rb:18)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.rack_minus_protection_minus_1_dot_5_dot_3.lib.rack.protection.path_traversal.invokeOther20:call(/vagrant/vendor/gems/jruby/2.3.0/gems/rack-protection-1.5.3/lib/rack/protection/path_traversal.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.rack_minus_protection_minus_1_dot_5_dot_3.lib.rack.protection.path_traversal.RUBY$method$call$0(/vagrant/vendor/gems/jruby/2.3.0/gems/rack-protection-1.5.3/lib/rack/protection/path_traversal.rb:16)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.rack_minus_protection_minus_1_dot_5_dot_3.lib.rack.protection.json_csrf.invokeOther11:call(/vagrant/vendor/gems/jruby/2.3.0/gems/rack-protection-1.5.3/lib/rack/protection/json_csrf.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.rack_minus_protection_minus_1_dot_5_dot_3.lib.rack.protection.json_csrf.RUBY$method$call$0(/vagrant/vendor/gems/jruby/2.3.0/gems/rack-protection-1.5.3/lib/rack/protection/json_csrf.rb:18)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.rack_minus_protection_minus_1_dot_5_dot_3.lib.rack.protection.base.invokeOther9:call(/vagrant/vendor/gems/jruby/2.3.0/gems/rack-protection-1.5.3/lib/rack/protection/base.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.rack_minus_protection_minus_1_dot_5_dot_3.lib.rack.protection.base.RUBY$method$call$0(/vagrant/vendor/gems/jruby/2.3.0/gems/rack-protection-1.5.3/lib/rack/protection/base.rb:49)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.rack_minus_protection_minus_1_dot_5_dot_3.lib.rack.protection.base.invokeOther9:call(/vagrant/vendor/gems/jruby/2.3.0/gems/rack-protection-1.5.3/lib/rack/protection/base.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.rack_minus_protection_minus_1_dot_5_dot_3.lib.rack.protection.base.RUBY$method$call$0(/vagrant/vendor/gems/jruby/2.3.0/gems/rack-protection-1.5.3/lib/rack/protection/base.rb:49)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.rack_minus_protection_minus_1_dot_5_dot_3.lib.rack.protection.frame_options.invokeOther8:call(/vagrant/vendor/gems/jruby/2.3.0/gems/rack-protection-1.5.3/lib/rack/protection/frame_options.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.rack_minus_protection_minus_1_dot_5_dot_3.lib.rack.protection.frame_options.RUBY$method$call$0(/vagrant/vendor/gems/jruby/2.3.0/gems/rack-protection-1.5.3/lib/rack/protection/frame_options.rb:31)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.rack_minus_1_dot_6_dot_4.lib.rack.logger.invokeOther17:call(/vagrant/vendor/gems/jruby/2.3.0/gems/rack-1.6.4/lib/rack/logger.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.rack_minus_1_dot_6_dot_4.lib.rack.logger.RUBY$method$call$0(/vagrant/vendor/gems/jruby/2.3.0/gems/rack-1.6.4/lib/rack/logger.rb:15)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.rack_minus_1_dot_6_dot_4.lib.rack.commonlogger.invokeOther10:call(/vagrant/vendor/gems/jruby/2.3.0/gems/rack-1.6.4/lib/rack/commonlogger.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.rack_minus_1_dot_6_dot_4.lib.rack.commonlogger.RUBY$method$call$0(/vagrant/vendor/gems/jruby/2.3.0/gems/rack-1.6.4/lib/rack/commonlogger.rb:33)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.invokeOther2:call_without_check(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.RUBY$method$call$0(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb:219)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:219)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:92)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:93)
org.jruby.ir.runtime.IRRuntimeHelpers.instanceSuper(IRRuntimeHelpers.java:960)
org.jruby.ir.runtime.IRRuntimeHelpers.instanceSuperSplatArgs(IRRuntimeHelpers.java:951)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.invokeSuper9:call(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.RUBY$method$call$0(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb:212)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.rack_minus_1_dot_6_dot_4.lib.rack.head.invokeOther13:call(/vagrant/vendor/gems/jruby/2.3.0/gems/rack-1.6.4/lib/rack/head.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.rack_minus_1_dot_6_dot_4.lib.rack.head.RUBY$method$call$0(/vagrant/vendor/gems/jruby/2.3.0/gems/rack-1.6.4/lib/rack/head.rb:13)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.rack_minus_1_dot_6_dot_4.lib.rack.methodoverride.invokeOther21:call(/vagrant/vendor/gems/jruby/2.3.0/gems/rack-1.6.4/lib/rack/methodoverride.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.rack_minus_1_dot_6_dot_4.lib.rack.methodoverride.RUBY$method$call$0(/vagrant/vendor/gems/jruby/2.3.0/gems/rack-1.6.4/lib/rack/methodoverride.rb:22)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.show_exceptions.invokeOther20:call(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/show_exceptions.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.show_exceptions.RUBY$method$call$0(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/show_exceptions.rb:25)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.invokeOther13:call(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.RUBY$method$call$0(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb:182)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.invokeOther3:call(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.RUBY$method$call$0(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb:2013)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.invokeOther5:call(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.RUBY$block$call$2(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb:1487)
org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:73)
org.jruby.runtime.Block.yieldSpecific(Block.java:136)
org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:480)
org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:114)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.RUBY$method$synchronize$0(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb:1787)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:232)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:101)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:128)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:303)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:141)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:145)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.invokeOther7:synchronize(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb)
vagrant.vendor.gems.jruby.$2_dot_3_dot_0.gems.sinatra_minus_1_dot_4_dot_7.lib.sinatra.base.RUBY$method$call$0(/vagrant/vendor/gems/jruby/2.3.0/gems/sinatra-1.4.7/lib/sinatra/base.rb:1487)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
uri_3a_classloader_3a_.rack.handler.servlet.invokeOther10:call(uri:classloader:/rack/handler/servlet.rb)
uri_3a_classloader_3a_.rack.handler.servlet.RUBY$method$call$0(uri:classloader:/rack/handler/servlet.rb:22)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.RubyClass.finvoke(RubyClass.java:770)
org.jruby.runtime.Helpers.invoke(Helpers.java:404)
org.jruby.RubyBasicObject.callMethod(RubyBasicObject.java:385)
org.jruby.javasupport.JavaEmbedUtils$1.callMethod(JavaEmbedUtils.java:117)
org.jruby.rack.DefaultRackApplication.call(DefaultRackApplication.java:64)
org.jruby.rack.AbstractRackDispatcher.process(AbstractRackDispatcher.java:33)
org.jruby.rack.AbstractServlet.service(AbstractServlet.java:34)
org.jruby.rack.AbstractServlet.service(AbstractServlet.java:40)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:503)
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:421)
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1070)
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
java.lang.Thread.run(Thread.java:745)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment