Skip to content

Instantly share code, notes, and snippets.

@richardsondx
Last active June 13, 2018 03:16
Show Gist options
  • Save richardsondx/f020ede6f976020c2477 to your computer and use it in GitHub Desktop.
Save richardsondx/f020ede6f976020c2477 to your computer and use it in GitHub Desktop.
undefined class/module Rack::Handler::Servlet::DefaultEnv
# jruby 9.0.5.0 (2.2.3) 2016-01-26 7bee00d Java HotSpot(TM) 64-Bit Server VM 25.72-b15 on 1.8.0_72-b15 +jit [darwin-x86_64]
# Rails 3.2.13
cache error: undefined class/module Rack::Handler::Servlet::DefaultEnv
org/jruby/RubyMarshal.java:145:in `load'
/Users/richardson/.rvm/gems/jruby-9.0.5.0/gems/actionpack-3.2.13/lib/action_dispatch/http/rack_cache.rb:18:in `read'
/Users/richardson/.rvm/gems/jruby-9.0.5.0/gems/rack-cache-1.6.1/lib/rack/cache/meta_store.rb:30:in `lookup'
/Users/richardson/.rvm/gems/jruby-9.0.5.0/gems/rack-cache-1.6.1/lib/rack/cache/context.rb:173:in `lookup'
/Users/richardson/.rvm/gems/jruby-9.0.5.0/gems/rack-cache-1.6.1/lib/rack/cache/context.rb:66:in `call!'
/Users/richardson/.rvm/gems/jruby-9.0.5.0/gems/rack-cache-1.6.1/lib/rack/cache/context.rb:51:in `call'
/Users/richardson/.rvm/gems/jruby-9.0.5.0/gems/newrelic_rpm-3.15.0.314/lib/new_relic/agent/instrumentation/middleware_tracing.rb:96:in `call'
/Users/richardson/.rvm/gems/jruby-9.0.5.0/gems/railties-3.2.13/lib/rails/engine.rb:479:in `call'
/Users/richardson/.rvm/gems/jruby-9.0.5.0/gems/railties-3.2.13/lib/rails/application.rb:223:in `call'
/Users/richardson/.rvm/gems/jruby-9.0.5.0/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30:in `method_missing'
/Users/richardson/.rvm/gems/jruby-9.0.5.0/gems/newrelic_rpm-3.15.0.314/lib/new_relic/agent/instrumentation/middleware_tracing.rb:96:in `call'
/Users/richardson/.rvm/gems/jruby-9.0.5.0/gems/puma-3.0.2-java/lib/puma/configuration.rb:221:in `call'
/Users/richardson/.rvm/gems/jruby-9.0.5.0/gems/puma-3.0.2-java/lib/puma/server.rb:561:in `handle_request'
/Users/richardson/.rvm/gems/jruby-9.0.5.0/gems/puma-3.0.2-java/lib/puma/server.rb:406:in `process_client'
/Users/richardson/.rvm/gems/jruby-9.0.5.0/gems/puma-3.0.2-java/lib/puma/server.rb:271:in `block in run'
org/jruby/RubyProc.java:318:in `call'
/Users/richardson/.rvm/gems/jruby-9.0.5.0/gems/puma-3.0.2-java/lib/puma/thread_pool.rb:111:in `block in spawn_thread'
# also I keep gettin warning: --1.9 ignored in my log and I can't find where its being requested in the code its driving me nut
cache error: undefined class/module Rack::Handler::Servlet::DefaultEnv
java/lang/Thread.java:1552:in `getStackTrace'
org/jruby/runtime/backtrace/TraceType.java:215:in `getBacktraceData'
org/jruby/runtime/backtrace/TraceType.java:47:in `getBacktrace'
org/jruby/RubyException.java:225:in `prepareBacktrace'
org/jruby/exceptions/RaiseException.java:229:in `preRaise'
org/jruby/exceptions/RaiseException.java:196:in `preRaise'
org/jruby/exceptions/RaiseException.java:111:in `<init>'
org/jruby/Ruby.java:4066:in `newRaiseException'
org/jruby/Ruby.java:3540:in `newArgumentError'
org/jruby/runtime/marshal/UnmarshalStream.java:168:in `getConstantFromPath'
org/jruby/runtime/marshal/UnmarshalStream.java:156:in `getClassFromPath'
org/jruby/runtime/marshal/UnmarshalStream.java:449:in `findClass'
org/jruby/runtime/marshal/UnmarshalStream.java:441:in `userNewUnmarshal'
org/jruby/runtime/marshal/UnmarshalStream.java:263:in `unmarshalObjectDirectly'
org/jruby/runtime/marshal/UnmarshalStream.java:135:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:124:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:97:in `unmarshalObject'
org/jruby/RubyArray.java:4078:in `unmarshalFrom'
org/jruby/runtime/marshal/UnmarshalStream.java:226:in `unmarshalObjectDirectly'
org/jruby/runtime/marshal/UnmarshalStream.java:135:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:124:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:97:in `unmarshalObject'
org/jruby/RubyArray.java:4078:in `unmarshalFrom'
org/jruby/runtime/marshal/UnmarshalStream.java:226:in `unmarshalObjectDirectly'
org/jruby/runtime/marshal/UnmarshalStream.java:135:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:124:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:97:in `unmarshalObject'
org/jruby/RubyMarshal.java:145:in `load'
org/jruby/internal/runtime/methods/DynamicMethod.java:201:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:313:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/actionpack-3.2.13/lib/action_dispatch/http/rack_cache.rb:18:in `read'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:313:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-cache-1.6.1/lib/rack/cache/meta_store.rb:30:in `lookup'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:273:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:79:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:83:in `call'
org/jruby/ir/instructions/CallBase.java:414:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:80:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:175:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-cache-1.6.1/lib/rack/cache/context.rb:173:in `lookup'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:161:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:189:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:293:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:131:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:332:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-cache-1.6.1/lib/rack/cache/context.rb:66:in `call!'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:313:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-cache-1.6.1/lib/rack/cache/context.rb:51:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:313:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/newrelic_rpm-3.15.0.314/lib/new_relic/agent/instrumentation/middleware_tracing.rb:96:in `call'
org/jruby/internal/runtime/methods/CompiledIRMethod.java:131:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:194:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:313:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/railties-3.2.13/lib/rails/engine.rb:479:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/ir/runtime/IRRuntimeHelpers.java:927:in `instanceSuper'
org/jruby/ir/instructions/InstanceSuperInstr.java:69:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/railties-3.2.13/lib/rails/application.rb:223:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/RubyClass.java:541:in `finvoke'
org/jruby/RubyBasicObject.java:1626:in `send19'
org/jruby/RubyKernel.java:2009:in `send19'
org/jruby/runtime/callsite/CachingCallSite.java:273:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:79:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:83:in `call'
org/jruby/ir/instructions/CallBase.java:414:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30:in `method_missing'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/runtime/Helpers.java:350:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:201:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:388:in `callMethodMissing'
org/jruby/runtime/callsite/CachingCallSite.java:310:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/newrelic_rpm-3.15.0.314/lib/new_relic/agent/instrumentation/middleware_tracing.rb:96:in `call'
org/jruby/internal/runtime/methods/CompiledIRMethod.java:131:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:194:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:313:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-1.4.7/lib/rack/content_length.rb:14:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:313:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/railties-3.2.13/lib/rails/rack/log_tailer.rb:17:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:313:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-1.4.7/lib/rack/handler/webrick.rb:59:in `service'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:273:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:79:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:83:in `call'
org/jruby/ir/instructions/CallBase.java:414:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/rubies/jruby-9.0.5.0/lib/ruby/stdlib/webrick/httpserver.rb:138:in `service'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:273:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:79:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:83:in `call'
org/jruby/ir/instructions/CallBase.java:414:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/rubies/jruby-9.0.5.0/lib/ruby/stdlib/webrick/httpserver.rb:94:in `run'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/Interpreter.java:132:in `INTERPRET_BLOCK'
/Users/richardson/.rvm/rubies/jruby-9.0.5.0/lib/ruby/stdlib/webrick/server.rb:294:in `block in start_thread'
org/jruby/runtime/MixedModeIRBlockBody.java:148:in `commonYieldPath'
org/jruby/runtime/IRBlockBody.java:66:in `call'
org/jruby/runtime/Block.java:125:in `call'
org/jruby/RubyProc.java:334:in `call'
org/jruby/RubyProc.java:240:in `call'
org/jruby/internal/runtime/RubyRunnable.java:99:in `run'
java/lang/Thread.java:745:in `run'
cache error: undefined class/module Rack::Handler::Servlet::DefaultEnv
java/lang/Thread.java:1552:in `getStackTrace'
org/jruby/runtime/backtrace/TraceType.java:215:in `getBacktraceData'
org/jruby/runtime/backtrace/TraceType.java:47:in `getBacktrace'
org/jruby/RubyException.java:225:in `prepareBacktrace'
org/jruby/exceptions/RaiseException.java:229:in `preRaise'
org/jruby/exceptions/RaiseException.java:196:in `preRaise'
org/jruby/exceptions/RaiseException.java:111:in `<init>'
org/jruby/Ruby.java:4066:in `newRaiseException'
org/jruby/Ruby.java:3540:in `newArgumentError'
org/jruby/runtime/marshal/UnmarshalStream.java:168:in `getConstantFromPath'
org/jruby/runtime/marshal/UnmarshalStream.java:156:in `getClassFromPath'
org/jruby/runtime/marshal/UnmarshalStream.java:449:in `findClass'
org/jruby/runtime/marshal/UnmarshalStream.java:441:in `userNewUnmarshal'
org/jruby/runtime/marshal/UnmarshalStream.java:263:in `unmarshalObjectDirectly'
org/jruby/runtime/marshal/UnmarshalStream.java:135:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:124:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:97:in `unmarshalObject'
org/jruby/RubyArray.java:4078:in `unmarshalFrom'
org/jruby/runtime/marshal/UnmarshalStream.java:226:in `unmarshalObjectDirectly'
org/jruby/runtime/marshal/UnmarshalStream.java:135:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:124:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:97:in `unmarshalObject'
org/jruby/RubyArray.java:4078:in `unmarshalFrom'
org/jruby/runtime/marshal/UnmarshalStream.java:226:in `unmarshalObjectDirectly'
org/jruby/runtime/marshal/UnmarshalStream.java:135:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:124:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:97:in `unmarshalObject'
org/jruby/RubyMarshal.java:145:in `load'
org/jruby/internal/runtime/methods/DynamicMethod.java:201:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/actionpack-3.2.13/lib/action_dispatch/http/rack_cache.rb:18:in `read'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-cache-1.6.1/lib/rack/cache/meta_store.rb:30:in `lookup'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:77:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:83:in `call'
org/jruby/ir/instructions/CallBase.java:414:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:80:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:175:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-cache-1.6.1/lib/rack/cache/context.rb:173:in `lookup'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:161:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:189:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:129:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:332:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-cache-1.6.1/lib/rack/cache/context.rb:66:in `call!'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-cache-1.6.1/lib/rack/cache/context.rb:51:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/newrelic_rpm-3.15.0.314/lib/new_relic/agent/instrumentation/middleware_tracing.rb:96:in `call'
org/jruby/internal/runtime/methods/CompiledIRMethod.java:131:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:194:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/railties-3.2.13/lib/rails/engine.rb:479:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/ir/runtime/IRRuntimeHelpers.java:927:in `instanceSuper'
org/jruby/ir/instructions/InstanceSuperInstr.java:69:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/railties-3.2.13/lib/rails/application.rb:223:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/RubyClass.java:541:in `finvoke'
org/jruby/RubyBasicObject.java:1626:in `send19'
org/jruby/RubyKernel.java:2009:in `send19'
org/jruby/runtime/callsite/CachingCallSite.java:77:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:83:in `call'
org/jruby/ir/instructions/CallBase.java:414:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30:in `method_missing'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/runtime/Helpers.java:350:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:201:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:388:in `callMethodMissing'
org/jruby/runtime/callsite/CachingCallSite.java:310:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/newrelic_rpm-3.15.0.314/lib/new_relic/agent/instrumentation/middleware_tracing.rb:96:in `call'
org/jruby/internal/runtime/methods/CompiledIRMethod.java:131:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:194:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-1.4.7/lib/rack/content_length.rb:14:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/railties-3.2.13/lib/rails/rack/log_tailer.rb:17:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-1.4.7/lib/rack/handler/webrick.rb:59:in `service'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:77:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:83:in `call'
org/jruby/ir/instructions/CallBase.java:414:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/rubies/jruby-9.0.5.0/lib/ruby/stdlib/webrick/httpserver.rb:138:in `service'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:77:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:83:in `call'
org/jruby/ir/instructions/CallBase.java:414:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/rubies/jruby-9.0.5.0/lib/ruby/stdlib/webrick/httpserver.rb:94:in `run'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/Interpreter.java:132:in `INTERPRET_BLOCK'
/Users/richardson/.rvm/rubies/jruby-9.0.5.0/lib/ruby/stdlib/webrick/server.rb:294:in `block in start_thread'
org/jruby/runtime/MixedModeIRBlockBody.java:148:in `commonYieldPath'
org/jruby/runtime/IRBlockBody.java:66:in `call'
org/jruby/runtime/Block.java:125:in `call'
org/jruby/RubyProc.java:334:in `call'
org/jruby/RubyProc.java:240:in `call'
org/jruby/internal/runtime/RubyRunnable.java:99:in `run'
java/lang/Thread.java:745:in `run'
cache error: undefined class/module Rack::Handler::Servlet::DefaultEnv
java/lang/Thread.java:1552:in `getStackTrace'
org/jruby/runtime/backtrace/TraceType.java:215:in `getBacktraceData'
org/jruby/runtime/backtrace/TraceType.java:47:in `getBacktrace'
org/jruby/RubyException.java:225:in `prepareBacktrace'
org/jruby/exceptions/RaiseException.java:229:in `preRaise'
org/jruby/exceptions/RaiseException.java:196:in `preRaise'
org/jruby/exceptions/RaiseException.java:111:in `<init>'
org/jruby/Ruby.java:4066:in `newRaiseException'
org/jruby/Ruby.java:3540:in `newArgumentError'
org/jruby/runtime/marshal/UnmarshalStream.java:168:in `getConstantFromPath'
org/jruby/runtime/marshal/UnmarshalStream.java:156:in `getClassFromPath'
org/jruby/runtime/marshal/UnmarshalStream.java:449:in `findClass'
org/jruby/runtime/marshal/UnmarshalStream.java:441:in `userNewUnmarshal'
org/jruby/runtime/marshal/UnmarshalStream.java:263:in `unmarshalObjectDirectly'
org/jruby/runtime/marshal/UnmarshalStream.java:135:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:124:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:97:in `unmarshalObject'
org/jruby/RubyArray.java:4078:in `unmarshalFrom'
org/jruby/runtime/marshal/UnmarshalStream.java:226:in `unmarshalObjectDirectly'
org/jruby/runtime/marshal/UnmarshalStream.java:135:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:124:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:97:in `unmarshalObject'
org/jruby/RubyArray.java:4078:in `unmarshalFrom'
org/jruby/runtime/marshal/UnmarshalStream.java:226:in `unmarshalObjectDirectly'
org/jruby/runtime/marshal/UnmarshalStream.java:135:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:124:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:97:in `unmarshalObject'
org/jruby/RubyMarshal.java:145:in `load'
org/jruby/internal/runtime/methods/DynamicMethod.java:201:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/actionpack-3.2.13/lib/action_dispatch/http/rack_cache.rb:18:in `read'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-cache-1.6.1/lib/rack/cache/meta_store.rb:30:in `lookup'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:77:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:83:in `call'
org/jruby/ir/instructions/CallBase.java:414:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:80:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:175:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-cache-1.6.1/lib/rack/cache/context.rb:173:in `lookup'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:161:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:189:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:129:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:332:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-cache-1.6.1/lib/rack/cache/context.rb:66:in `call!'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-cache-1.6.1/lib/rack/cache/context.rb:51:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/cache error: undefined class/module Rack::Handler::Servlet::DefaultEnv
java/lang/Thread.java:1552:in `getStackTrace'
org/jruby/runtime/backtrace/TraceType.java:215:in `getBacktraceData'
org/jruby/runtime/backtrace/TraceType.java:47:in `getBacktrace'
org/jruby/RubyException.java:225:in `prepareBacktrace'
org/jruby/exceptions/RaiseException.java:229:in `preRaise'
org/jruby/exceptions/RaiseException.java:196:in `preRaise'
org/jruby/exceptions/RaiseException.java:111:in `<init>'
org/jruby/Ruby.java:4066:in `newRaiseException'
org/jruby/Ruby.java:3540:in `newArgumentError'
org/jruby/runtime/marshal/UnmarshalStream.java:168:in `getConstantFromPath'
org/jruby/runtime/marshal/UnmarshalStream.java:156:in `getClassFromPath'
org/jruby/runtime/marshal/UnmarshalStream.java:449:in `findClass'
org/jruby/runtime/marshal/UnmarshalStream.java:441:in `userNewUnmarshal'
org/jruby/runtime/marshal/UnmarshalStream.java:263:in `unmarshalObjectDirectly'
org/jruby/runtime/marshal/UnmarshalStream.java:135:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:124:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:97:in `unmarshalObject'
org/jruby/RubyArray.java:4078:in `unmarshalFrom'
org/jruby/runtime/marshal/UnmarshalStream.java:226:in `unmarshalObjectDirectly'
org/jruby/runtime/marshal/UnmarshalStream.java:135:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:124:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:97:in `unmarshalObject'
org/jruby/RubyArray.java:4078:in `unmarshalFrom'
org/jruby/runtime/marshal/UnmarshalStream.java:226:in `unmarshalObjectDirectly'
org/jruby/runtime/marshal/UnmarshalStream.java:135:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:124:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:97:in `unmarshalObject'
org/jruby/RubyMarshal.java:145:in `load'
org/jruby/internal/runtime/methods/DynamicMethod.java:201:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/actionpack-3.2.13/lib/action_dispatch/http/rack_cache.rb:18:in `read'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-cache-1.6.1/lib/rack/cache/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/newrelic_rpm-3.15.0.314/lib/new_relic/agent/instrumentation/middleware_tracing.rb:96:in `call'
org/jruby/internal/runtime/methods/CompiledIRMethod.java:131:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:194:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/railties-3.2.13/lib/rails/engine.rb:479:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/ir/runtime/IRRuntimeHelpers.java:927:in `instanceSuper'
org/jruby/ir/instructions/InstanceSuperInstr.java:69:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/railties-3.2.13/lib/rails/application.rb:223:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/RubyClass.java:541:in `finvoke'
org/jruby/RubyBasicObject.java:1626:in `send19'
org/jruby/RubyKernel.java:2009:in `send19'
org/jruby/runtime/callsite/CachingCallSite.java:77:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:83:in `call'
org/jruby/ir/instructions/CallBase.java:414:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30:in `method_missing'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/runtime/Helpers.java:350:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:201:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:388:in `callMethodMissing'
org/jruby/runtime/callsite/CachingCallSite.java:310:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/newrelic_rpm-3.15.0.314/lib/new_relic/agent/instrumentation/middleware_tracing.rb:96:in `call'
org/jruby/internal/runtime/methods/CompiledIRMethod.java:131:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:194:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-1.4.7/lib/rack/content_length.rb:14:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/railties-3.2.13/lib/rails/rack/log_tailer.rb:17:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-1.4.7/lib/rack/handler/webrick.rb:59:in `service'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:77:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:83:in `call'
org/jruby/ir/instructions/CallBase.java:414:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/rubies/jruby-9.0.5.0/lib/ruby/stdlib/webrick/httpserver.rb:138:in `service'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:77:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:83:in `call'
org/jruby/ir/instructions/CallBase.java:414:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/rubies/jruby-9.0.5.0/lib/ruby/stdlib/webrick/httpserver.rb:94:in `run'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/Interpreter.java:132:in `INTERPRET_BLOCK'
/Users/richardson/.rvm/rubies/jruby-9.0.5.0/lib/ruby/stdlib/webrick/server.rb:294:in `block in start_thread'
org/jruby/runtime/MixedModeIRBlockBody.java:148:in `commonYieldPath'
org/jruby/runtime/IRBlockBody.java:66:in `call'
org/jruby/runtime/Block.java:125:in `call'
org/jruby/RubyProc.java:334:in `call'
org/jruby/RubyProc.java:240:in `call'
org/jruby/internal/runtime/RubyRunnable.java:99:in `run'
java/lang/Thread.java:745:in `run'
meta_store.rb:30:in `lookup'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:77:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:83:in `call'
org/jruby/ir/instructions/CallBase.java:414:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:80:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:175:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-cache-1.6.1/lib/rack/cache/context.rb:173:in `lookup'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:161:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:189:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:129:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:332:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-cache-1.6.1/lib/rack/cache/context.rb:66:in `call!'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-cache-1.6.1/lib/rack/cache/context.rb:51:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/newrelic_rpm-3.15.0.314/lib/new_relic/agent/instrumentation/middleware_tracing.rb:96:in `call'
org/jruby/internal/runtime/methods/CompiledIRMethod.java:131:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:194:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/railties-3.2.13/lib/rails/engine.rb:479:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/ir/runtime/IRRuntimeHelpers.java:927:in `instanceSuper'
org/jruby/ir/instructions/InstanceSuperInstr.java:69:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/railties-3.2.13/lib/rails/application.rb:223:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/RubyClass.java:541:in `finvoke'
org/jruby/RubyBasicObject.java:1626:in `send19'
org/jruby/RubyKernel.java:2009:in `send19'
org/jruby/runtime/callsite/CachingCallSite.java:77:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:83:in `call'
org/jruby/ir/instructions/CallBase.java:414:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30:in `method_missing'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/runtime/Helpers.java:350:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:201:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:388:in `callMethodMissing'
org/jruby/runtime/callsite/CachingCallSite.java:310:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/newrelic_rpm-3.15.0.314/lib/new_relic/agent/instrumentation/middleware_tracing.rb:96:in `call'
org/jruby/internal/runtime/methods/CompiledIRMethod.java:131:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:194:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-1.4.7/lib/rack/content_length.rb:14:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/railties-3.2.13/lib/rails/rack/log_tailer.rb:17:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-1.4.7/lib/rack/handler/webrick.rb:59:in `service'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:77:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:83:in `call'
org/jruby/ir/instructions/CallBase.java:414:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/rubies/jruby-9.0.5.0/lib/ruby/stdlib/webrick/httpserver.rb:138:in `service'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:77:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:83:in `call'
org/jruby/ir/instructions/CallBase.java:414:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/rubies/jruby-9.0.5.0/lib/ruby/stdlib/webrick/httpserver.rb:94:in `run'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/Interpreter.java:132:in `INTERPRET_BLOCK'
/Users/richardson/.rvm/rubies/jruby-9.0.5.0/lib/ruby/stdlib/webrick/server.rb:294:in `block in start_thread'
org/jruby/runtime/MixedModeIRBlockBody.java:148:in `commonYieldPath'
org/jruby/runtime/IRBlockBody.java:66:in `call'
org/jruby/runtime/Block.java:125:in `call'
org/jruby/RubyProc.java:334:in `call'
org/jruby/RubyProc.java:240:in `call'
org/jruby/internal/runtime/RubyRunnable.java:99:in `run'
java/lang/Thread.java:745:in `run'
cache error: undefined class/module Rack::Handler::Servlet::DefaultEnv
java/lang/Thread.java:1552:in `getStackTrace'
org/jruby/runtime/backtrace/TraceType.java:215:in `getBacktraceData'
org/jruby/runtime/backtrace/TraceType.java:47:in `getBacktrace'
org/jruby/RubyException.java:225:in `prepareBacktrace'
org/jruby/exceptions/RaiseException.java:229:in `preRaise'
org/jruby/exceptions/RaiseException.java:196:in `preRaise'
org/jruby/exceptions/RaiseException.java:111:in `<init>'
org/jruby/Ruby.java:4066:in `newRaiseException'
org/jruby/Ruby.java:3540:in `newArgumentError'
org/jruby/runtime/marshal/UnmarshalStream.java:168:in `getConstantFromPath'
org/jruby/runtime/marshal/UnmarshalStream.java:156:in `getClassFromPath'
org/jruby/runtime/marshal/UnmarshalStream.java:449:in `findClass'
org/jruby/runtime/marshal/UnmarshalStream.java:441:in `userNewUnmarshal'
org/jruby/runtime/marshal/UnmarshalStream.java:263:in `unmarshalObjectDirectly'
org/jruby/runtime/marshal/UnmarshalStream.java:135:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:124:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:97:in `unmarshalObject'
org/jruby/RubyArray.java:4078:in `unmarshalFrom'
org/jruby/runtime/marshal/UnmarshalStream.java:226:in `unmarshalObjectDirectly'
org/jruby/runtime/marshal/UnmarshalStream.java:135:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:124:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:97:in `unmarshalObject'
org/jruby/RubyArray.java:4078:in `unmarshalFrom'
org/jruby/runtime/marshal/UnmarshalStream.java:226:in `unmarshalObjectDirectly'
org/jruby/runtime/marshal/UnmarshalStream.java:135:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:124:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:97:in `unmarshalObject'
org/jruby/RubyMarshal.java:145:in `load'
org/jruby/internal/runtime/methods/DynamicMethod.java:201:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:313:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/actionpack-3.2.13/lib/action_dispatch/http/rack_cache.rb:18:in `read'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:313:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-cache-1.6.1/lib/rack/cache/meta_store.rb:30:in `lookup'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:273:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:79:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:83:in `call'
org/jruby/ir/instructions/CallBase.java:414:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:80:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:175:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-cache-1.6.1/lib/rack/cache/context.rb:173:in `lookup'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:161:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:189:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:293:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:131:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:332:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-cache-1.6.1/lib/rack/cache/context.rb:66:in `call!'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:313:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-cache-1.6.1/lib/rack/cache/context.rb:51:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:313:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/newrelic_rpm-3.15.0.314/lib/new_relic/agent/instrumentation/middleware_tracing.rb:96:in `call'
org/jruby/internal/runtime/methods/CompiledIRMethod.java:131:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:194:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/railties-3.2.13/lib/rails/engine.rb:479:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/ir/runtime/IRRuntimeHelpers.java:927:in `instanceSuper'
org/jruby/ir/instructions/InstanceSuperInstr.java:69:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/railties-3.2.13/lib/rails/application.rb:223:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/RubyClass.java:541:in `finvoke'
org/jruby/RubyBasicObject.java:1626:in `send19'
org/jruby/RubyKernel.java:2009:in `send19'
org/jruby/runtime/callsite/CachingCallSite.java:77:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:83:in `call'
org/jruby/ir/instructions/CallBase.java:414:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30:in `method_missing'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/runtime/Helpers.java:350:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:201:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:388:in `callMethodMissing'
org/jruby/runtime/callsite/CachingCallSite.java:310:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/newrelic_rpm-3.15.0.314/lib/new_relic/agent/instrumentation/middleware_tracing.rb:96:in `call'
org/jruby/internal/runtime/methods/CompiledIRMethod.java:131:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:194:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-1.4.7/lib/rack/content_length.rb:14:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/railties-3.2.13/lib/rails/rack/log_tailer.rb:17:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-1.4.7/lib/rack/handler/webrick.rb:59:in `service'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:77:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:83:in `call'
org/jruby/ir/instructions/CallBase.java:414:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/rubies/jruby-9.0.5.0/lib/ruby/stdlib/webrick/httpserver.rb:138:in `service'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:77:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:83:in `call'
org/jruby/ir/instructions/CallBase.java:414:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/rubies/jruby-9.0.5.0/lib/ruby/stdlib/webrick/httpserver.rb:94:in `run'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:313:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/Interpreter.java:132:in `INTERPRET_BLOCK'
/Users/richardson/.rvm/rubies/jruby-9.0.5.0/lib/ruby/stdlib/webrick/server.rb:294:in `block in start_thread'
org/jruby/runtime/MixedModeIRBlockBody.java:148:in `commonYieldPath'
org/jruby/runtime/IRBlockBody.java:66:in `call'
org/jruby/runtime/Block.java:125:in `call'
org/jruby/RubyProc.java:334:in `call'
org/jruby/RubyProc.java:240:in `call'
org/jruby/internal/runtime/RubyRunnable.java:99:in `run'
java/lang/Thread.java:745:in `run'
cache error: undefined class/module Rack::Handler::Servlet::DefaultEnv
java/lang/Thread.java:1552:in `getStackTrace'
org/jruby/runtime/backtrace/TraceType.java:215:in `getBacktraceData'
org/jruby/runtime/backtrace/TraceType.java:47:in `getBacktrace'
org/jruby/RubyException.java:225:in `prepareBacktrace'
org/jruby/exceptions/RaiseException.java:229:in `preRaise'
org/jruby/exceptions/RaiseException.java:196:in `preRaise'
org/jruby/exceptions/RaiseException.java:111:in `<init>'
org/jruby/Ruby.java:4066:in `newRaiseException'
org/jruby/Ruby.java:3540:in `newArgumentError'
org/jruby/runtime/marshal/UnmarshalStream.java:168:in `getConstantFromPath'
org/jruby/runtime/marshal/UnmarshalStream.java:156:in `getClassFromPath'
org/jruby/runtime/marshal/UnmarshalStream.java:449:in `findClass'
org/jruby/runtime/marshal/UnmarshalStream.java:441:in `userNewUnmarshal'
org/jruby/runtime/marshal/UnmarshalStream.java:263:in `unmarshalObjectDirectly'
org/jruby/runtime/marshal/UnmarshalStream.java:135:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:124:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:97:in `unmarshalObject'
org/jruby/RubyArray.java:4078:in `unmarshalFrom'
org/jruby/runtime/marshal/UnmarshalStream.java:226:in `unmarshalObjectDirectly'
org/jruby/runtime/marshal/UnmarshalStream.java:135:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:124:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:97:in `unmarshalObject'
org/jruby/RubyArray.java:4078:in `unmarshalFrom'
org/jruby/runtime/marshal/UnmarshalStream.java:226:in `unmarshalObjectDirectly'
org/jruby/runtime/marshal/UnmarshalStream.java:135:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:124:in `unmarshalObject'
org/jruby/runtime/marshal/UnmarshalStream.java:97:in `unmarshalObject'
org/jruby/RubyMarshal.java:145:in `load'
org/jruby/internal/runtime/methods/DynamicMethod.java:201:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/actionpack-3.2.13/lib/action_dispatch/http/rack_cache.rb:18:in `read'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-cache-1.6.1/lib/rack/cache/meta_store.rb:30:in `lookup'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:77:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:83:in `call'
org/jruby/ir/instructions/CallBase.java:414:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:80:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:175:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-cache-1.6.1/lib/rack/cache/context.rb:173:in `lookup'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:161:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:189:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:129:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:332:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-cache-1.6.1/lib/rack/cache/context.rb:66:in `call!'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-cache-1.6.1/lib/rack/cache/context.rb:51:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/newrelic_rpm-3.15.0.314/lib/new_relic/agent/instrumentation/middleware_tracing.rb:96:in `call'
org/jruby/internal/runtime/methods/CompiledIRMethod.java:131:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:194:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/railties-3.2.13/lib/rails/engine.rb:479:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/ir/runtime/IRRuntimeHelpers.java:927:in `instanceSuper'
org/jruby/ir/instructions/InstanceSuperInstr.java:69:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/railties-3.2.13/lib/rails/application.rb:223:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/RubyClass.java:541:in `finvoke'
org/jruby/RubyBasicObject.java:1626:in `send19'
org/jruby/RubyKernel.java:2009:in `send19'
org/jruby/runtime/callsite/CachingCallSite.java:77:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:83:in `call'
org/jruby/ir/instructions/CallBase.java:414:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30:in `method_missing'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/runtime/Helpers.java:350:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:201:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:388:in `callMethodMissing'
org/jruby/runtime/callsite/CachingCallSite.java:310:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/newrelic_rpm-3.15.0.314/lib/new_relic/agent/instrumentation/middleware_tracing.rb:96:in `call'
org/jruby/internal/runtime/methods/CompiledIRMethod.java:131:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:194:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-1.4.7/lib/rack/content_length.rb:14:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/railties-3.2.13/lib/rails/rack/log_tailer.rb:17:in `call'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/gems/jruby-9.0.5.0@randomapp/gems/rack-1.4.7/lib/rack/handler/webrick.rb:59:in `service'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:77:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:83:in `call'
org/jruby/ir/instructions/CallBase.java:414:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140:in `INTERPRET_METHOD'
/Users/richardson/.rvm/rubies/jruby-9.0.5.0/lib/ruby/stdlib/webrick/httpserver.rb:138:in `service'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:77:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:83:in `call'
org/jruby/ir/instructions/CallBase.java:414:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210:in `INTERPRET_METHOD'
/Users/richardson/.rvm/rubies/jruby-9.0.5.0/lib/ruby/stdlib/webrick/httpserver.rb:94:in `run'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:161:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
org/jruby/ir/interpreter/Interpreter.java:132:in `INTERPRET_BLOCK'
/Users/richardson/.rvm/rubies/jruby-9.0.5.0/lib/ruby/stdlib/webrick/server.rb:294:in `block in start_thread'
org/jruby/runtime/MixedModeIRBlockBody.java:148:in `commonYieldPath'
org/jruby/runtime/IRBlockBody.java:66:in `call'
org/jruby/runtime/Block.java:125:in `call'
org/jruby/RubyProc.java:334:in `call'
org/jruby/RubyProc.java:240:in `call'
org/jruby/internal/runtime/RubyRunnable.java:99:in `run'
java/lang/Thread.java:745:in `run'
@daneshd
Copy link

daneshd commented Mar 21, 2016

I used to get this error before when we had jruby-1.7.12 but ignored it in development. I never looked into it.

The only place I recall seeing the jruby compatibility being set is in the config/warble.rb but that wouldn't be for development, it would only be when building the warble I believe.

@richardsondx
Copy link
Author

@danesdh From what I remember, according to the jruby team someone said that it could be a marshmallow error. But it's actually an error that happens when you run trinidad then puma. They both generate cache differently so you need to clear your cache rake tmp:cache:clear .

@richardsondx
Copy link
Author

@chetanbissa27
Copy link

I am still getting same even after cache clear

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