Skip to content

Instantly share code, notes, and snippets.

@johnthethird
Created December 3, 2011 03:37
Show Gist options
  • Save johnthethird/1425927 to your computer and use it in GitHub Desktop.
Save johnthethird/1425927 to your computer and use it in GitHub Desktop.
Torquebox error: (LoadError) library `fcntl' could not be loaded: java.lang.NullPointerException
## SOLUTION
I was able to get past the error by putting this line at the top of config/application.rb
require 'fcntl'
##
torquebox-2.0.0.beta1
$ uname -a
Darwin JohnsAir.local 11.2.0 Darwin Kernel Version 11.2.0: Tue Aug 9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64 x86_64
$ jruby -v
jruby 1.6.5 (ruby-1.8.7-p330) (2011-10-25 9dcd388) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_29) [darwin-x86_64-java]
$ jruby -d -rfcntl -e "puts 'OK'"
OK
#server.log#
JBoss Bootstrap Environment
JBOSS_HOME: /Users/john/opt/torquebox-2/jboss
JAVA: java
JAVA_OPTS: -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
19:33:32,655 INFO [org.jboss.modules] JBoss Modules version 1.1.0.CR4
19:33:32,924 INFO [org.jboss.msc] JBoss MSC version 1.0.1.GA
19:33:32,973 INFO [org.jboss.as] JBoss AS 7.1.0.Beta1 "Tesla" starting
19:33:33,467 INFO [org.torquebox.bootstrap] Bootstrapping TorqueBox
...
Ruby Stacktrace:
19:34:16,589 ERROR [org.torquebox.core.runtime] (Thread-120) Error during execution: ENV['RAILS_ROOT']=RACK_ROOT
ENV['RAILS_ENV']=RACK_ENV
require %q(org/torquebox/web/rails/boot)
: org.jruby.exceptions.RaiseException: (LoadError) library `fcntl' could not be loaded: java.lang.NullPointerException
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1038) [jruby.jar:]
at rubyjit.require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19.require(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:240)
at rubyjit.load_dependency_33D814C261A5F6E84645184A557414F369A42647.load_dependency(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:223)
at rubyjit.new_constants_in_3987FF5585EF0F46619948D3B61B0482E373DE68.new_constants_in(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:640)
at rubyjit.new_constants_in_3987FF5585EF0F46619948D3B61B0482E373DE68.new_constants_in(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:639)
at rubyjit.load_dependency_33D814C261A5F6E84645184A557414F369A42647.load_dependency(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:223)
at rubyjit.require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19.require(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:240)
at #<Class:0x117791ff>.(root)(/Users/john/.rvm/gems/jruby-1.6.5@global/gems/jruby-openssl-0.7.4/lib/openssl/ssl.rb:19) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1038) [jruby.jar:]
at rubyjit.require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19.require(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:240)
at rubyjit.load_dependency_33D814C261A5F6E84645184A557414F369A42647.load_dependency(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:223)
at rubyjit.new_constants_in_3987FF5585EF0F46619948D3B61B0482E373DE68.new_constants_in(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:640)
at rubyjit.new_constants_in_3987FF5585EF0F46619948D3B61B0482E373DE68.new_constants_in(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:639)
at rubyjit.load_dependency_33D814C261A5F6E84645184A557414F369A42647.load_dependency(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:223)
at rubyjit.require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19.require(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:240)
at #<Class:0x117791ff>.(root)(/Users/john/.rvm/gems/jruby-1.6.5@global/gems/jruby-openssl-0.7.4/lib/openssl/ssl.rb:74) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1038) [jruby.jar:]
at rubyjit.require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19.require(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:240)
at rubyjit.load_dependency_33D814C261A5F6E84645184A557414F369A42647.load_dependency(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:223)
at rubyjit.new_constants_in_3987FF5585EF0F46619948D3B61B0482E373DE68.new_constants_in(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:640)
at rubyjit.new_constants_in_3987FF5585EF0F46619948D3B61B0482E373DE68.new_constants_in(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:639)
at rubyjit.load_dependency_33D814C261A5F6E84645184A557414F369A42647.load_dependency(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:223)
at rubyjit.require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19.require(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:240)
at #<Class:0x117791ff>.(root)(/Users/john/.rvm/gems/jruby-1.6.5@global/gems/jruby-openssl-0.7.4/lib/openssl.rb:6) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1038) [jruby.jar:]
at rubyjit.require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19.require(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:240)
at rubyjit.load_dependency_33D814C261A5F6E84645184A557414F369A42647.load_dependency(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:223)
at rubyjit.new_constants_in_3987FF5585EF0F46619948D3B61B0482E373DE68.new_constants_in(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:640)
at rubyjit.new_constants_in_3987FF5585EF0F46619948D3B61B0482E373DE68.new_constants_in(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:639)
at rubyjit.load_dependency_33D814C261A5F6E84645184A557414F369A42647.load_dependency(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:223)
at rubyjit.require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19.require(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:240)
at #<Class:0x117791ff>.(root)(/Users/john/.rvm/gems/jruby-1.6.5/gems/excon-0.7.6/lib/excon.rb:12) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1038) [jruby.jar:]
at rubyjit.require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19.require(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:240)
at rubyjit.load_dependency_33D814C261A5F6E84645184A557414F369A42647.load_dependency(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:223)
at rubyjit.new_constants_in_3987FF5585EF0F46619948D3B61B0482E373DE68.new_constants_in(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:640)
at rubyjit.new_constants_in_3987FF5585EF0F46619948D3B61B0482E373DE68.new_constants_in(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:639)
at rubyjit.load_dependency_33D814C261A5F6E84645184A557414F369A42647.load_dependency(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:223)
at rubyjit.require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19.require(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:240)
at #<Class:0x117791ff>.(root)(/Users/john/.rvm/gems/jruby-1.6.5/gems/fog-1.1.1/lib/fog/core.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1038) [jruby.jar:]
at Bundler::Runtime.require(/Users/john/.rvm/gems/jruby-1.6.5/gems/fog-1.1.1/lib/fog.rb:68) at org.jruby.RubyArray.each(org/jruby/RubyArray.java:1612) [jruby.jar:]
at Bundler::Runtime.require(/Users/john/.rvm/gems/jruby-1.6.5/gems/bundler-1.0.21/lib/bundler/runtime.rb:66) at org.jruby.RubyArray.each(org/jruby/RubyArray.java:1612) [jruby.jar:]
at Bundler::Runtime.require(/Users/john/.rvm/gems/jruby-1.6.5/gems/bundler-1.0.21/lib/bundler/runtime.rb:55) at #<Class:0x2219e046>.require(/Users/john/.rvm/gems/jruby-1.6.5/gems/bundler-1.0.21/lib/bundler.rb:122) at #<Class:0x117791ff>.(root)(vfs:/Users/john/Code/Kaleo3/config/application.rb:17) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1038) [jruby.jar:]
at #<Class:0x117791ff>.(root)(vfs:/Users/john/Code/Kaleo3/config/application.rb:2) at org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1063) [jruby.jar:]
at #<Class:0x117791ff>.(root)(vfs:/Users/john/Code/Kaleo3/config/environment.rb:112) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1038) [jruby.jar:]
at #<Class:0x117791ff>.(root)(file:/Users/john/opt/torquebox-2/jboss/modules/org/torquebox/web/main/torquebox-web.jar!/org/torquebox/web/rails/boot.rb:3)
Raw stacktrace: (-Djruby.backtrace.style=raw)
19:27:02,188 ERROR [org.torquebox.core.runtime] (Thread-120) Failed to initialize runtime: : org.jruby.exceptions.RaiseException: (LoadError) library `fcntl' could not be loaded: java.lang.NullPointerException
at java.lang.Thread.getStackTrace(java/lang/Thread.java:1503) [:1.6.0_29]
at org.jruby.runtime.backtrace.TraceType$Gather$1.getBacktraceData(org/jruby/runtime/backtrace/TraceType.java:59) [jruby.jar:]
at org.jruby.runtime.backtrace.TraceType$Gather.getBacktraceData(org/jruby/runtime/backtrace/TraceType.java:111) [jruby.jar:]
at org.jruby.runtime.backtrace.TraceType.getBacktrace(org/jruby/runtime/backtrace/TraceType.java:25) [jruby.jar:]
at org.jruby.RubyException.prepareBacktrace(org/jruby/RubyException.java:160) [jruby.jar:]
at org.jruby.exceptions.RaiseException.preRaise(org/jruby/exceptions/RaiseException.java:205) [jruby.jar:]
at org.jruby.exceptions.RaiseException.preRaise(org/jruby/exceptions/RaiseException.java:195) [jruby.jar:]
at org.jruby.exceptions.RaiseException.<init>(org/jruby/exceptions/RaiseException.java:112) [jruby.jar:]
at org.jruby.Ruby.newRaiseException(org/jruby/Ruby.java:3348) [jruby.jar:]
at org.jruby.Ruby.newLoadError(org/jruby/Ruby.java:3234) [jruby.jar:]
at org.jruby.runtime.load.LoadService.reflectedLoad(org/jruby/runtime/load/LoadService.java:421) [jruby.jar:]
at org.jruby.ext.LateLoadingLibrary.load(org/jruby/ext/LateLoadingLibrary.java:48) [jruby.jar:]
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(org/jruby/runtime/load/LoadService.java:767) [jruby.jar:]
at org.jruby.runtime.load.LoadService.smartLoad(org/jruby/runtime/load/LoadService.java:334) [jruby.jar:]
at org.jruby.runtime.load.LoadService.require(org/jruby/runtime/load/LoadService.java:381) [jruby.jar:]
at org.jruby.runtime.load.LoadService.lockAndRequire(org/jruby/runtime/load/LoadService.java:306) [jruby.jar:]
at org.jruby.RubyKernel.requireCommon(org/jruby/RubyKernel.java:1055) [jruby.jar:]
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1038) [jruby.jar:]
at org.jruby.RubyKernel$s$1$0$require.call(org/jruby/RubyKernel$s$1$0$require.gen:65535) [jruby.jar:]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:86) [jruby.jar:]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:86) [jruby.jar:]
at org.jruby.runtime.callsite.SuperCallSite.callBlock(org/jruby/runtime/callsite/SuperCallSite.java:190) [jruby.jar:]
at org.jruby.runtime.callsite.SuperCallSite.call(org/jruby/runtime/callsite/SuperCallSite.java:197) [jruby.jar:]
at org.jruby.runtime.callsite.SuperCallSite.callVarargs(org/jruby/runtime/callsite/SuperCallSite.java:108) [jruby.jar:]
at rubyjit.require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19.require(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:240)
at rubyjit$require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19$block_0$RUBY$__file__.call(rubyjit$require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19$block_0$RUBY$__file__:65535) at org.jruby.runtime.CompiledBlock.yield(org/jruby/runtime/CompiledBlock.java:112) [jruby.jar:]
at org.jruby.runtime.CompiledBlock.yield(org/jruby/runtime/CompiledBlock.java:95) [jruby.jar:]
at org.jruby.runtime.CompiledBlock.yieldSpecific(org/jruby/runtime/CompiledBlock.java:75) [jruby.jar:]
at org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:99) [jruby.jar:]
at rubyjit.load_dependency_33D814C261A5F6E84645184A557414F369A42647.load_dependency(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:223)
at rubyjit$load_dependency_33D814C261A5F6E84645184A557414F369A42647$block_0$RUBY$__file__.call(rubyjit$load_dependency_33D814C261A5F6E84645184A557414F369A42647$block_0$RUBY$__file__:65535) at org.jruby.runtime.CompiledBlock.yield(org/jruby/runtime/CompiledBlock.java:112) [jruby.jar:]
at org.jruby.runtime.CompiledBlock.yield(org/jruby/runtime/CompiledBlock.java:95) [jruby.jar:]
at org.jruby.runtime.CompiledBlock.yieldSpecific(org/jruby/runtime/CompiledBlock.java:75) [jruby.jar:]
at org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:99) [jruby.jar:]
at rubyjit.new_constants_in_3987FF5585EF0F46619948D3B61B0482E373DE68.new_constants_in(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:640)
at rubyjit.new_constants_in_3987FF5585EF0F46619948D3B61B0482E373DE68.new_constants_in(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:639)
at org.jruby.ast.executable.AbstractScript.__file__(org/jruby/ast/executable/AbstractScript.java:42) [jruby.jar:]
at org.jruby.internal.runtime.methods.JittedMethod.call(org/jruby/internal/runtime/methods/JittedMethod.java:187) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(org/jruby/runtime/callsite/CachingCallSite.java:176) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:187) [jruby.jar:]
at rubyjit.load_dependency_33D814C261A5F6E84645184A557414F369A42647.load_dependency(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:223)
at org.jruby.internal.runtime.methods.JittedMethod.call(org/jruby/internal/runtime/methods/JittedMethod.java:187) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(org/jruby/runtime/callsite/CachingCallSite.java:176) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:187) [jruby.jar:]
at rubyjit.require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19.require(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:240)
at org.jruby.ast.executable.AbstractScript.__file__(org/jruby/ast/executable/AbstractScript.java:42) [jruby.jar:]
at org.jruby.internal.runtime.methods.JittedMethod.call(org/jruby/internal/runtime/methods/JittedMethod.java:167) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:312) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:169) [jruby.jar:]
at org.jruby.ast.FCallOneArgNode.interpret(org/jruby/ast/FCallOneArgNode.java:36) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(org/jruby/ast/NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.BlockNode.interpret(org/jruby/ast/BlockNode.java:71) [jruby.jar:]
at org.jruby.ast.RootNode.interpret(org/jruby/ast/RootNode.java:129) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(org/jruby/evaluator/ASTInterpreter.java:120) [jruby.jar:]
at org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:720) [jruby.jar:]
at org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2470) [jruby.jar:]
at org.jruby.runtime.load.ExternalScript.load(org/jruby/runtime/load/ExternalScript.java:66) [jruby.jar:]
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(org/jruby/runtime/load/LoadService.java:767) [jruby.jar:]
at org.jruby.runtime.load.LoadService.smartLoad(org/jruby/runtime/load/LoadService.java:334) [jruby.jar:]
at org.jruby.runtime.load.LoadService.require(org/jruby/runtime/load/LoadService.java:381) [jruby.jar:]
at org.jruby.runtime.load.LoadService.lockAndRequire(org/jruby/runtime/load/LoadService.java:306) [jruby.jar:]
at org.jruby.RubyKernel.requireCommon(org/jruby/RubyKernel.java:1055) [jruby.jar:]
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1038) [jruby.jar:]
at org.jruby.RubyKernel$s$1$0$require.call(org/jruby/RubyKernel$s$1$0$require.gen:65535) [jruby.jar:]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:86) [jruby.jar:]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:86) [jruby.jar:]
at org.jruby.runtime.callsite.SuperCallSite.callBlock(org/jruby/runtime/callsite/SuperCallSite.java:190) [jruby.jar:]
at org.jruby.runtime.callsite.SuperCallSite.call(org/jruby/runtime/callsite/SuperCallSite.java:197) [jruby.jar:]
at org.jruby.runtime.callsite.SuperCallSite.callVarargs(org/jruby/runtime/callsite/SuperCallSite.java:108) [jruby.jar:]
at rubyjit.require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19.require(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:240)
at rubyjit$require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19$block_0$RUBY$__file__.call(rubyjit$require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19$block_0$RUBY$__file__:65535) at org.jruby.runtime.CompiledBlock.yield(org/jruby/runtime/CompiledBlock.java:112) [jruby.jar:]
at org.jruby.runtime.CompiledBlock.yield(org/jruby/runtime/CompiledBlock.java:95) [jruby.jar:]
at org.jruby.runtime.CompiledBlock.yieldSpecific(org/jruby/runtime/CompiledBlock.java:75) [jruby.jar:]
at org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:99) [jruby.jar:]
at rubyjit.load_dependency_33D814C261A5F6E84645184A557414F369A42647.load_dependency(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:223)
at rubyjit$load_dependency_33D814C261A5F6E84645184A557414F369A42647$block_0$RUBY$__file__.call(rubyjit$load_dependency_33D814C261A5F6E84645184A557414F369A42647$block_0$RUBY$__file__:65535) at org.jruby.runtime.CompiledBlock.yield(org/jruby/runtime/CompiledBlock.java:112) [jruby.jar:]
at org.jruby.runtime.CompiledBlock.yield(org/jruby/runtime/CompiledBlock.java:95) [jruby.jar:]
at org.jruby.runtime.CompiledBlock.yieldSpecific(org/jruby/runtime/CompiledBlock.java:75) [jruby.jar:]
at org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:99) [jruby.jar:]
at rubyjit.new_constants_in_3987FF5585EF0F46619948D3B61B0482E373DE68.new_constants_in(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:640)
at rubyjit.new_constants_in_3987FF5585EF0F46619948D3B61B0482E373DE68.new_constants_in(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:639)
at org.jruby.ast.executable.AbstractScript.__file__(org/jruby/ast/executable/AbstractScript.java:42) [jruby.jar:]
at org.jruby.internal.runtime.methods.JittedMethod.call(org/jruby/internal/runtime/methods/JittedMethod.java:187) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(org/jruby/runtime/callsite/CachingCallSite.java:176) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:187) [jruby.jar:]
at rubyjit.load_dependency_33D814C261A5F6E84645184A557414F369A42647.load_dependency(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:223)
at org.jruby.internal.runtime.methods.JittedMethod.call(org/jruby/internal/runtime/methods/JittedMethod.java:187) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(org/jruby/runtime/callsite/CachingCallSite.java:176) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:187) [jruby.jar:]
at rubyjit.require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19.require(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:240)
at org.jruby.ast.executable.AbstractScript.__file__(org/jruby/ast/executable/AbstractScript.java:42) [jruby.jar:]
at org.jruby.internal.runtime.methods.JittedMethod.call(org/jruby/internal/runtime/methods/JittedMethod.java:167) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:312) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:169) [jruby.jar:]
at org.jruby.ast.FCallOneArgNode.interpret(org/jruby/ast/FCallOneArgNode.java:36) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(org/jruby/ast/NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.BlockNode.interpret(org/jruby/ast/BlockNode.java:71) [jruby.jar:]
at org.jruby.ast.RootNode.interpret(org/jruby/ast/RootNode.java:129) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(org/jruby/evaluator/ASTInterpreter.java:120) [jruby.jar:]
at org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:720) [jruby.jar:]
at org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2470) [jruby.jar:]
at org.jruby.runtime.load.ExternalScript.load(org/jruby/runtime/load/ExternalScript.java:66) [jruby.jar:]
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(org/jruby/runtime/load/LoadService.java:767) [jruby.jar:]
at org.jruby.runtime.load.LoadService.smartLoad(org/jruby/runtime/load/LoadService.java:334) [jruby.jar:]
at org.jruby.runtime.load.LoadService.require(org/jruby/runtime/load/LoadService.java:381) [jruby.jar:]
at org.jruby.runtime.load.LoadService.lockAndRequire(org/jruby/runtime/load/LoadService.java:306) [jruby.jar:]
at org.jruby.RubyKernel.requireCommon(org/jruby/RubyKernel.java:1055) [jruby.jar:]
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1038) [jruby.jar:]
at org.jruby.RubyKernel$s$1$0$require.call(org/jruby/RubyKernel$s$1$0$require.gen:65535) [jruby.jar:]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:86) [jruby.jar:]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:86) [jruby.jar:]
at org.jruby.runtime.callsite.SuperCallSite.callBlock(org/jruby/runtime/callsite/SuperCallSite.java:190) [jruby.jar:]
at org.jruby.runtime.callsite.SuperCallSite.call(org/jruby/runtime/callsite/SuperCallSite.java:197) [jruby.jar:]
at org.jruby.runtime.callsite.SuperCallSite.callVarargs(org/jruby/runtime/callsite/SuperCallSite.java:108) [jruby.jar:]
at rubyjit.require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19.require(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:240)
at rubyjit$require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19$block_0$RUBY$__file__.call(rubyjit$require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19$block_0$RUBY$__file__:65535) at org.jruby.runtime.CompiledBlock.yield(org/jruby/runtime/CompiledBlock.java:112) [jruby.jar:]
at org.jruby.runtime.CompiledBlock.yield(org/jruby/runtime/CompiledBlock.java:95) [jruby.jar:]
at org.jruby.runtime.CompiledBlock.yieldSpecific(org/jruby/runtime/CompiledBlock.java:75) [jruby.jar:]
at org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:99) [jruby.jar:]
at rubyjit.load_dependency_33D814C261A5F6E84645184A557414F369A42647.load_dependency(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:223)
at rubyjit$load_dependency_33D814C261A5F6E84645184A557414F369A42647$block_0$RUBY$__file__.call(rubyjit$load_dependency_33D814C261A5F6E84645184A557414F369A42647$block_0$RUBY$__file__:65535) at org.jruby.runtime.CompiledBlock.yield(org/jruby/runtime/CompiledBlock.java:112) [jruby.jar:]
at org.jruby.runtime.CompiledBlock.yield(org/jruby/runtime/CompiledBlock.java:95) [jruby.jar:]
at org.jruby.runtime.CompiledBlock.yieldSpecific(org/jruby/runtime/CompiledBlock.java:75) [jruby.jar:]
at org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:99) [jruby.jar:]
at rubyjit.new_constants_in_3987FF5585EF0F46619948D3B61B0482E373DE68.new_constants_in(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:640)
at rubyjit.new_constants_in_3987FF5585EF0F46619948D3B61B0482E373DE68.new_constants_in(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:639)
at org.jruby.ast.executable.AbstractScript.__file__(org/jruby/ast/executable/AbstractScript.java:42) [jruby.jar:]
at org.jruby.internal.runtime.methods.JittedMethod.call(org/jruby/internal/runtime/methods/JittedMethod.java:187) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(org/jruby/runtime/callsite/CachingCallSite.java:176) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:187) [jruby.jar:]
at rubyjit.load_dependency_33D814C261A5F6E84645184A557414F369A42647.load_dependency(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:223)
at org.jruby.internal.runtime.methods.JittedMethod.call(org/jruby/internal/runtime/methods/JittedMethod.java:187) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(org/jruby/runtime/callsite/CachingCallSite.java:176) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:187) [jruby.jar:]
at rubyjit.require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19.require(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:240)
at org.jruby.ast.executable.AbstractScript.__file__(org/jruby/ast/executable/AbstractScript.java:42) [jruby.jar:]
at org.jruby.internal.runtime.methods.JittedMethod.call(org/jruby/internal/runtime/methods/JittedMethod.java:167) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:312) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:169) [jruby.jar:]
at org.jruby.ast.FCallOneArgNode.interpret(org/jruby/ast/FCallOneArgNode.java:36) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(org/jruby/ast/NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.BlockNode.interpret(org/jruby/ast/BlockNode.java:71) [jruby.jar:]
at org.jruby.ast.RootNode.interpret(org/jruby/ast/RootNode.java:129) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(org/jruby/evaluator/ASTInterpreter.java:120) [jruby.jar:]
at org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:720) [jruby.jar:]
at org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2470) [jruby.jar:]
at org.jruby.runtime.load.ExternalScript.load(org/jruby/runtime/load/ExternalScript.java:66) [jruby.jar:]
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(org/jruby/runtime/load/LoadService.java:767) [jruby.jar:]
at org.jruby.runtime.load.LoadService.smartLoad(org/jruby/runtime/load/LoadService.java:334) [jruby.jar:]
at org.jruby.runtime.load.LoadService.require(org/jruby/runtime/load/LoadService.java:381) [jruby.jar:]
at org.jruby.runtime.load.LoadService.lockAndRequire(org/jruby/runtime/load/LoadService.java:306) [jruby.jar:]
at org.jruby.RubyKernel.requireCommon(org/jruby/RubyKernel.java:1055) [jruby.jar:]
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1038) [jruby.jar:]
at org.jruby.RubyKernel$s$1$0$require.call(org/jruby/RubyKernel$s$1$0$require.gen:65535) [jruby.jar:]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:86) [jruby.jar:]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:86) [jruby.jar:]
at org.jruby.runtime.callsite.SuperCallSite.callBlock(org/jruby/runtime/callsite/SuperCallSite.java:190) [jruby.jar:]
at org.jruby.runtime.callsite.SuperCallSite.call(org/jruby/runtime/callsite/SuperCallSite.java:197) [jruby.jar:]
at org.jruby.runtime.callsite.SuperCallSite.callVarargs(org/jruby/runtime/callsite/SuperCallSite.java:108) [jruby.jar:]
at rubyjit.require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19.require(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:240)
at rubyjit$require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19$block_0$RUBY$__file__.call(rubyjit$require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19$block_0$RUBY$__file__:65535) at org.jruby.runtime.CompiledBlock.yield(org/jruby/runtime/CompiledBlock.java:112) [jruby.jar:]
at org.jruby.runtime.CompiledBlock.yield(org/jruby/runtime/CompiledBlock.java:95) [jruby.jar:]
at org.jruby.runtime.CompiledBlock.yieldSpecific(org/jruby/runtime/CompiledBlock.java:75) [jruby.jar:]
at org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:99) [jruby.jar:]
at rubyjit.load_dependency_33D814C261A5F6E84645184A557414F369A42647.load_dependency(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:223)
at rubyjit$load_dependency_33D814C261A5F6E84645184A557414F369A42647$block_0$RUBY$__file__.call(rubyjit$load_dependency_33D814C261A5F6E84645184A557414F369A42647$block_0$RUBY$__file__:65535) at org.jruby.runtime.CompiledBlock.yield(org/jruby/runtime/CompiledBlock.java:112) [jruby.jar:]
at org.jruby.runtime.CompiledBlock.yield(org/jruby/runtime/CompiledBlock.java:95) [jruby.jar:]
at org.jruby.runtime.CompiledBlock.yieldSpecific(org/jruby/runtime/CompiledBlock.java:75) [jruby.jar:]
at org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:99) [jruby.jar:]
at rubyjit.new_constants_in_3987FF5585EF0F46619948D3B61B0482E373DE68.new_constants_in(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:640)
at rubyjit.new_constants_in_3987FF5585EF0F46619948D3B61B0482E373DE68.new_constants_in(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:639)
at org.jruby.ast.executable.AbstractScript.__file__(org/jruby/ast/executable/AbstractScript.java:42) [jruby.jar:]
at org.jruby.internal.runtime.methods.JittedMethod.call(org/jruby/internal/runtime/methods/JittedMethod.java:187) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(org/jruby/runtime/callsite/CachingCallSite.java:176) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:187) [jruby.jar:]
at rubyjit.load_dependency_33D814C261A5F6E84645184A557414F369A42647.load_dependency(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:223)
at org.jruby.internal.runtime.methods.JittedMethod.call(org/jruby/internal/runtime/methods/JittedMethod.java:187) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(org/jruby/runtime/callsite/CachingCallSite.java:176) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:187) [jruby.jar:]
at rubyjit.require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19.require(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:240)
at org.jruby.ast.executable.AbstractScript.__file__(org/jruby/ast/executable/AbstractScript.java:42) [jruby.jar:]
at org.jruby.internal.runtime.methods.JittedMethod.call(org/jruby/internal/runtime/methods/JittedMethod.java:167) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:312) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:169) [jruby.jar:]
at org.jruby.ast.FCallOneArgNode.interpret(org/jruby/ast/FCallOneArgNode.java:36) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(org/jruby/ast/NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.BlockNode.interpret(org/jruby/ast/BlockNode.java:71) [jruby.jar:]
at org.jruby.ast.RootNode.interpret(org/jruby/ast/RootNode.java:129) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(org/jruby/evaluator/ASTInterpreter.java:120) [jruby.jar:]
at org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:720) [jruby.jar:]
at org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2470) [jruby.jar:]
at org.jruby.runtime.load.ExternalScript.load(org/jruby/runtime/load/ExternalScript.java:66) [jruby.jar:]
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(org/jruby/runtime/load/LoadService.java:767) [jruby.jar:]
at org.jruby.runtime.load.LoadService.smartLoad(org/jruby/runtime/load/LoadService.java:334) [jruby.jar:]
at org.jruby.runtime.load.LoadService.require(org/jruby/runtime/load/LoadService.java:381) [jruby.jar:]
at org.jruby.runtime.load.LoadService.lockAndRequire(org/jruby/runtime/load/LoadService.java:306) [jruby.jar:]
at org.jruby.RubyKernel.requireCommon(org/jruby/RubyKernel.java:1055) [jruby.jar:]
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1038) [jruby.jar:]
at org.jruby.RubyKernel$s$1$0$require.call(org/jruby/RubyKernel$s$1$0$require.gen:65535) [jruby.jar:]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:86) [jruby.jar:]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:86) [jruby.jar:]
at org.jruby.runtime.callsite.SuperCallSite.callBlock(org/jruby/runtime/callsite/SuperCallSite.java:190) [jruby.jar:]
at org.jruby.runtime.callsite.SuperCallSite.call(org/jruby/runtime/callsite/SuperCallSite.java:197) [jruby.jar:]
at org.jruby.runtime.callsite.SuperCallSite.callVarargs(org/jruby/runtime/callsite/SuperCallSite.java:108) [jruby.jar:]
at rubyjit.require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19.require(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:240)
at rubyjit$require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19$block_0$RUBY$__file__.call(rubyjit$require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19$block_0$RUBY$__file__:65535) at org.jruby.runtime.CompiledBlock.yield(org/jruby/runtime/CompiledBlock.java:112) [jruby.jar:]
at org.jruby.runtime.CompiledBlock.yield(org/jruby/runtime/CompiledBlock.java:95) [jruby.jar:]
at org.jruby.runtime.CompiledBlock.yieldSpecific(org/jruby/runtime/CompiledBlock.java:75) [jruby.jar:]
at org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:99) [jruby.jar:]
at rubyjit.load_dependency_33D814C261A5F6E84645184A557414F369A42647.load_dependency(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:223)
at rubyjit$load_dependency_33D814C261A5F6E84645184A557414F369A42647$block_0$RUBY$__file__.call(rubyjit$load_dependency_33D814C261A5F6E84645184A557414F369A42647$block_0$RUBY$__file__:65535) at org.jruby.runtime.CompiledBlock.yield(org/jruby/runtime/CompiledBlock.java:112) [jruby.jar:]
at org.jruby.runtime.CompiledBlock.yield(org/jruby/runtime/CompiledBlock.java:95) [jruby.jar:]
at org.jruby.runtime.CompiledBlock.yieldSpecific(org/jruby/runtime/CompiledBlock.java:75) [jruby.jar:]
at org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:99) [jruby.jar:]
at rubyjit.new_constants_in_3987FF5585EF0F46619948D3B61B0482E373DE68.new_constants_in(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:640)
at rubyjit.new_constants_in_3987FF5585EF0F46619948D3B61B0482E373DE68.new_constants_in(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:639)
at org.jruby.ast.executable.AbstractScript.__file__(org/jruby/ast/executable/AbstractScript.java:42) [jruby.jar:]
at org.jruby.internal.runtime.methods.JittedMethod.call(org/jruby/internal/runtime/methods/JittedMethod.java:187) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(org/jruby/runtime/callsite/CachingCallSite.java:176) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:187) [jruby.jar:]
at rubyjit.load_dependency_33D814C261A5F6E84645184A557414F369A42647.load_dependency(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:223)
at org.jruby.internal.runtime.methods.JittedMethod.call(org/jruby/internal/runtime/methods/JittedMethod.java:187) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(org/jruby/runtime/callsite/CachingCallSite.java:176) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:187) [jruby.jar:]
at rubyjit.require_C53FEC75467E2607994AED8A1B57D5F62D7C1C19.require(/Users/john/.rvm/gems/jruby-1.6.5/bundler/gems/rails-3df6c73f9edb/activesupport/lib/active_support/dependencies.rb:240)
at org.jruby.ast.executable.AbstractScript.__file__(org/jruby/ast/executable/AbstractScript.java:42) [jruby.jar:]
at org.jruby.internal.runtime.methods.JittedMethod.call(org/jruby/internal/runtime/methods/JittedMethod.java:167) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:312) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:169) [jruby.jar:]
at org.jruby.ast.FCallOneArgNode.interpret(org/jruby/ast/FCallOneArgNode.java:36) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(org/jruby/ast/NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.BlockNode.interpret(org/jruby/ast/BlockNode.java:71) [jruby.jar:]
at org.jruby.ast.RootNode.interpret(org/jruby/ast/RootNode.java:129) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(org/jruby/evaluator/ASTInterpreter.java:120) [jruby.jar:]
at org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:720) [jruby.jar:]
at org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2470) [jruby.jar:]
at org.jruby.runtime.load.ExternalScript.load(org/jruby/runtime/load/ExternalScript.java:66) [jruby.jar:]
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(org/jruby/runtime/load/LoadService.java:767) [jruby.jar:]
at org.jruby.runtime.load.LoadService.smartLoad(org/jruby/runtime/load/LoadService.java:334) [jruby.jar:]
at org.jruby.runtime.load.LoadService.require(org/jruby/runtime/load/LoadService.java:381) [jruby.jar:]
at org.jruby.runtime.load.LoadService.lockAndRequire(org/jruby/runtime/load/LoadService.java:306) [jruby.jar:]
at org.jruby.RubyKernel.requireCommon(org/jruby/RubyKernel.java:1055) [jruby.jar:]
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1038) [jruby.jar:]
at org.jruby.RubyKernel$s$1$0$require.call(org/jruby/RubyKernel$s$1$0$require.gen:65535) [jruby.jar:]
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:319) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:167) [jruby.jar:]
at org.jruby.ast.CallOneArgNode.interpret(org/jruby/ast/CallOneArgNode.java:57) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(org/jruby/ast/NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.BlockNode.interpret(org/jruby/ast/BlockNode.java:71) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(org/jruby/evaluator/ASTInterpreter.java:112) [jruby.jar:]
at org.jruby.runtime.InterpretedBlock.evalBlockBody(org/jruby/runtime/InterpretedBlock.java:374) [jruby.jar:]
at org.jruby.runtime.InterpretedBlock.yield(org/jruby/runtime/InterpretedBlock.java:347) [jruby.jar:]
at org.jruby.runtime.InterpretedBlock.yield(org/jruby/runtime/InterpretedBlock.java:304) [jruby.jar:]
at org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:130) [jruby.jar:]
at org.jruby.RubyArray.eachCommon(org/jruby/RubyArray.java:1605) [jruby.jar:]
at org.jruby.RubyArray.each(org/jruby/RubyArray.java:1612) [jruby.jar:]
at org.jruby.RubyArray$i$0$0$each.call(org/jruby/RubyArray$i$0$0$each.gen:65535) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(org/jruby/runtime/callsite/CachingCallSite.java:142) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:153) [jruby.jar:]
at org.jruby.ast.CallNoArgBlockNode.interpret(org/jruby/ast/CallNoArgBlockNode.java:64) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(org/jruby/ast/NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.RescueNode.executeBody(org/jruby/ast/RescueNode.java:216) [jruby.jar:]
at org.jruby.ast.RescueNode.interpretWithJavaExceptions(org/jruby/ast/RescueNode.java:120) [jruby.jar:]
at org.jruby.ast.RescueNode.interpret(org/jruby/ast/RescueNode.java:110) [jruby.jar:]
at org.jruby.ast.BeginNode.interpret(org/jruby/ast/BeginNode.java:83) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(org/jruby/ast/NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.BlockNode.interpret(org/jruby/ast/BlockNode.java:71) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(org/jruby/evaluator/ASTInterpreter.java:112) [jruby.jar:]
at org.jruby.runtime.InterpretedBlock.evalBlockBody(org/jruby/runtime/InterpretedBlock.java:374) [jruby.jar:]
at org.jruby.runtime.InterpretedBlock.yield(org/jruby/runtime/InterpretedBlock.java:347) [jruby.jar:]
at org.jruby.runtime.InterpretedBlock.yield(org/jruby/runtime/InterpretedBlock.java:304) [jruby.jar:]
at org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:130) [jruby.jar:]
at org.jruby.RubyArray.eachCommon(org/jruby/RubyArray.java:1605) [jruby.jar:]
at org.jruby.RubyArray.each(org/jruby/RubyArray.java:1612) [jruby.jar:]
at org.jruby.RubyArray$i$0$0$each.call(org/jruby/RubyArray$i$0$0$each.gen:65535) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:302) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(org/jruby/runtime/callsite/CachingCallSite.java:144) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callIter(org/jruby/runtime/callsite/CachingCallSite.java:153) [jruby.jar:]
at org.jruby.ast.CallNoArgBlockNode.interpret(org/jruby/ast/CallNoArgBlockNode.java:64) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(org/jruby/ast/NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.BlockNode.interpret(org/jruby/ast/BlockNode.java:71) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(org/jruby/evaluator/ASTInterpreter.java:75) [jruby.jar:]
at org.jruby.internal.runtime.methods.InterpretedMethod.call(org/jruby/internal/runtime/methods/InterpretedMethod.java:276) [jruby.jar:]
at org.jruby.internal.runtime.methods.DefaultMethod.call(org/jruby/internal/runtime/methods/DefaultMethod.java:211) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:352) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:237) [jruby.jar:]
at org.jruby.ast.CallSpecialArgNode.interpret(org/jruby/ast/CallSpecialArgNode.java:71) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(org/jruby/ast/NewlineNode.java:104) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(org/jruby/evaluator/ASTInterpreter.java:75) [jruby.jar:]
at org.jruby.internal.runtime.methods.InterpretedMethod.call(org/jruby/internal/runtime/methods/InterpretedMethod.java:276) [jruby.jar:]
at org.jruby.internal.runtime.methods.DefaultMethod.call(org/jruby/internal/runtime/methods/DefaultMethod.java:211) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:352) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:237) [jruby.jar:]
at org.jruby.ast.CallThreeArgNode.interpret(org/jruby/ast/CallThreeArgNode.java:61) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(org/jruby/ast/NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.IfNode.interpret(org/jruby/ast/IfNode.java:117) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(org/jruby/ast/NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.BlockNode.interpret(org/jruby/ast/BlockNode.java:71) [jruby.jar:]
at org.jruby.ast.RootNode.interpret(org/jruby/ast/RootNode.java:129) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(org/jruby/evaluator/ASTInterpreter.java:120) [jruby.jar:]
at org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:720) [jruby.jar:]
at org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2470) [jruby.jar:]
at org.jruby.runtime.load.ExternalScript.load(org/jruby/runtime/load/ExternalScript.java:66) [jruby.jar:]
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(org/jruby/runtime/load/LoadService.java:767) [jruby.jar:]
at org.jruby.runtime.load.LoadService.smartLoad(org/jruby/runtime/load/LoadService.java:334) [jruby.jar:]
at org.jruby.runtime.load.LoadService.require(org/jruby/runtime/load/LoadService.java:381) [jruby.jar:]
at org.jruby.runtime.load.LoadService.lockAndRequire(org/jruby/runtime/load/LoadService.java:306) [jruby.jar:]
at org.jruby.RubyKernel.requireCommon(org/jruby/RubyKernel.java:1055) [jruby.jar:]
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1038) [jruby.jar:]
at org.jruby.RubyKernel$s$1$0$require.call(org/jruby/RubyKernel$s$1$0$require.gen:65535) [jruby.jar:]
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:319) [jruby.jar:]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:61) [jruby.jar:]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:61) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:312) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:169) [jruby.jar:]
at org.jruby.ast.FCallOneArgNode.interpret(org/jruby/ast/FCallOneArgNode.java:36) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(org/jruby/ast/NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.BlockNode.interpret(org/jruby/ast/BlockNode.java:71) [jruby.jar:]
at org.jruby.ast.RootNode.interpret(org/jruby/ast/RootNode.java:129) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(org/jruby/evaluator/ASTInterpreter.java:120) [jruby.jar:]
at org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:720) [jruby.jar:]
at org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2470) [jruby.jar:]
at org.jruby.runtime.load.ExternalScript.load(org/jruby/runtime/load/ExternalScript.java:66) [jruby.jar:]
at org.torquebox.core.runtime.VFSLoadService.load(org/torquebox/core/runtime/VFSLoadService.java:309) [torquebox-core.jar:]
at org.jruby.RubyKernel.loadCommon(org/jruby/RubyKernel.java:1081) [jruby.jar:]
at org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1063) [jruby.jar:]
at org.jruby.RubyKernel$s$0$1$load.call(org/jruby/RubyKernel$s$0$1$load.gen:65535) [jruby.jar:]
at org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:211) [jruby.jar:]
at org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:207) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:312) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:169) [jruby.jar:]
at org.jruby.ast.FCallOneArgNode.interpret(org/jruby/ast/FCallOneArgNode.java:36) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(org/jruby/ast/NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.RescueNode.executeBody(org/jruby/ast/RescueNode.java:216) [jruby.jar:]
at org.jruby.ast.RescueNode.interpretWithJavaExceptions(org/jruby/ast/RescueNode.java:120) [jruby.jar:]
at org.jruby.ast.RescueNode.interpret(org/jruby/ast/RescueNode.java:110) [jruby.jar:]
at org.jruby.ast.BeginNode.interpret(org/jruby/ast/BeginNode.java:83) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(org/jruby/ast/NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.BlockNode.interpret(org/jruby/ast/BlockNode.java:71) [jruby.jar:]
at org.jruby.ast.RootNode.interpret(org/jruby/ast/RootNode.java:129) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(org/jruby/evaluator/ASTInterpreter.java:120) [jruby.jar:]
at org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:720) [jruby.jar:]
at org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2470) [jruby.jar:]
at org.jruby.runtime.load.ExternalScript.load(org/jruby/runtime/load/ExternalScript.java:66) [jruby.jar:]
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(org/jruby/runtime/load/LoadService.java:767) [jruby.jar:]
at org.jruby.runtime.load.LoadService.smartLoad(org/jruby/runtime/load/LoadService.java:334) [jruby.jar:]
at org.jruby.runtime.load.LoadService.require(org/jruby/runtime/load/LoadService.java:381) [jruby.jar:]
at org.jruby.runtime.load.LoadService.lockAndRequire(org/jruby/runtime/load/LoadService.java:306) [jruby.jar:]
at org.jruby.RubyKernel.requireCommon(org/jruby/RubyKernel.java:1055) [jruby.jar:]
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1038) [jruby.jar:]
at org.jruby.RubyKernel$s$1$0$require.call(org/jruby/RubyKernel$s$1$0$require.gen:65535) [jruby.jar:]
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:319) [jruby.jar:]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:61) [jruby.jar:]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:61) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:312) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:169) [jruby.jar:]
at org.jruby.ast.FCallOneArgNode.interpret(org/jruby/ast/FCallOneArgNode.java:36) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(org/jruby/ast/NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.BlockNode.interpret(org/jruby/ast/BlockNode.java:71) [jruby.jar:]
at org.jruby.ast.RootNode.interpret(org/jruby/ast/RootNode.java:129) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(org/jruby/evaluator/ASTInterpreter.java:120) [jruby.jar:]
at org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:720) [jruby.jar:]
at org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:728) [jruby.jar:]
at org.jruby.Ruby.executeScript(org/jruby/Ruby.java:373) [jruby.jar:]
at org.torquebox.core.util.RuntimeHelper$6.call(org/torquebox/core/util/RuntimeHelper.java:149) [torquebox-core.jar:]
at org.torquebox.core.util.RuntimeHelper$6.call(org/torquebox/core/util/RuntimeHelper.java:146) [torquebox-core.jar:]
at org.torquebox.core.util.RuntimeHelper.withinContext(org/torquebox/core/util/RuntimeHelper.java:198) [torquebox-core.jar:]
at org.torquebox.core.util.RuntimeHelper.executeScript(org/torquebox/core/util/RuntimeHelper.java:146) [torquebox-core.jar:]
at org.torquebox.web.rails.RailsRuntimeInitializer.initialize(org/torquebox/web/rails/RailsRuntimeInitializer.java:71)
at org.torquebox.core.runtime.RubyRuntimeFactory.createInstance(org/torquebox/core/runtime/RubyRuntimeFactory.java:323) [torquebox-core.jar:]
at org.torquebox.core.runtime.RubyRuntimeFactory.createInstance(org/torquebox/core/runtime/RubyRuntimeFactory.java:257) [torquebox-core.jar:]
at org.torquebox.core.runtime.RubyRuntimeFactory.createInstance(org/torquebox/core/runtime/RubyRuntimeFactory.java:62) [torquebox-core.jar:]
at org.torquebox.core.pool.SharedPool.startPool(org/torquebox/core/pool/SharedPool.java:132) [torquebox-core.jar:]
at org.torquebox.core.pool.SharedPool$1.run(org/torquebox/core/pool/SharedPool.java:178) [torquebox-core.jar:]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment