Skip to content

Instantly share code, notes, and snippets.

@jcfischer
Created March 1, 2012 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcfischer/1950848 to your computer and use it in GitHub Desktop.
Save jcfischer/1950848 to your computer and use it in GitHub Desktop.
16:58:52,105 ERROR [org.torquebox.core.runtime] (Thread-108) 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) load error: org/torquebox/web/rails/boot -- java.lang.NullPointerException: null
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1047) [jruby.jar:]
at #<Class:0x71e8e471>.(root)(/Users/jcf/dev/work/mobino/backend/smith/<torquebox-bootstrap>-boot.rb:3)Caused by: java.lang.NullPointerException
at org.yecht.ruby.RubyLoadHandler.handle(RubyLoadHandler.java:38) [jruby.jar:]
at org.yecht.Parser.addNode(Parser.java:300) [jruby.jar:]
at org.yecht.DefaultYAMLParser.yyparse(DefaultYAMLParser.java:676) [jruby.jar:]
at org.yecht.Parser.yechtparse(Parser.java:290) [jruby.jar:]
at org.yecht.Parser.parse(Parser.java:284) [jruby.jar:]
at org.yecht.ruby.YParser.load(YParser.java:152) [jruby.jar:]
at org.yecht.ruby.YParser$s$0$1$load.call(YParser$s$0$1$load.gen:65535) [jruby.jar:]
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN.call(JavaMethod.java:630) [jruby.jar:]
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169) [jruby.jar:]
at org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) [jruby.jar:]
at org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) [jruby.jar:]
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:190) [jruby.jar:]
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:179) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169) [jruby.jar:]
at org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) [jruby.jar:]
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:147) [jruby.jar:]
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:163) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:292) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135) [jruby.jar:]
at org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:63) [jruby.jar:]
at org.jruby.ast.AttrAssignOneArgNode.interpret(AttrAssignOneArgNode.java:33) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) [jruby.jar:]
at org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:203) [jruby.jar:]
at org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:191) [jruby.jar:]
at org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:174) [jruby.jar:]
at org.jruby.runtime.Block.yieldNonArray(Block.java:141) [jruby.jar:]
at org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1808) [jruby.jar:]
at org.jruby.RubyBasicObject.specificEval(RubyBasicObject.java:1832) [jruby.jar:]
at org.jruby.RubyBasicObject.instance_eval19(RubyBasicObject.java:1720) [jruby.jar:]
at org.jruby.RubyBasicObject$i$instance_eval19.call(RubyBasicObject$i$instance_eval19.gen:65535) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:302) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:144) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:148) [jruby.jar:]
at org.jruby.ast.CallNoArgBlockPassNode.interpret(CallNoArgBlockPassNode.java:53) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.IfNode.interpret(IfNode.java:119) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) [jruby.jar:]
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:276) [jruby.jar:]
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:235) [jruby.jar:]
at org.jruby.ast.FCallThreeArgNode.interpret(FCallThreeArgNode.java:40) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.IfNode.interpret(IfNode.java:117) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) [jruby.jar:]
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:212) [jruby.jar:]
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:322) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:178) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187) [jruby.jar:]
at org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) [jruby.jar:]
at org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:203) [jruby.jar:]
at org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:191) [jruby.jar:]
at org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:174) [jruby.jar:]
at org.jruby.runtime.Block.yieldNonArray(Block.java:141) [jruby.jar:]
at org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1768) [jruby.jar:]
at org.jruby.RubyBasicObject.instance_exec19(RubyBasicObject.java:1747) [jruby.jar:]
at org.jruby.RubyBasicObject$i$0$3$instance_exec19.call(RubyBasicObject$i$0$3$instance_exec19.gen:65535) [jruby.jar:]
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:211) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:322) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:178) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:182) [jruby.jar:]
at org.jruby.ast.CallSpecialArgBlockPassNode.interpret(CallSpecialArgBlockPassNode.java:64) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) [jruby.jar:]
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:190) [jruby.jar:]
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:179) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:167) [jruby.jar:]
at org.jruby.ast.CallSpecialArgNode.interpret(CallSpecialArgNode.java:67) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) [jruby.jar:]
at org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:203) [jruby.jar:]
at org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:154) [jruby.jar:]
at org.jruby.runtime.Block.yield(Block.java:130) [jruby.jar:]
at org.jruby.RubyArray.eachCommon(RubyArray.java:1605) [jruby.jar:]
at org.jruby.RubyArray.each(RubyArray.java:1612) [jruby.jar:]
at org.jruby.RubyArray$i$0$0$each.call(RubyArray$i$0$0$each.gen:65535) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:302) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:144) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:153) [jruby.jar:]
at org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) [jruby.jar:]
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:190) [jruby.jar:]
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:179) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169) [jruby.jar:]
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) [jruby.jar:]
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:147) [jruby.jar:]
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:163) [jruby.jar:]
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:56) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:292) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135) [jruby.jar:]
at rubyjit.method_added_318CA95975C32D34EB891A5451E9ED64A47C73E1.chained_6_rescue_2$RUBY$SYNTHETICinitialize_b_(file:/Users/jcf/.rvm/gems/jruby-1.6.5.1/gems/torquebox-server-2.0.0.beta3-java/jboss/modules/org/torquebox/web/main/torquebox-web.jar!/org/torquebox/web/rails/boot.rb:91)
at rubyjit.method_added_318CA95975C32D34EB891A5451E9ED64A47C73E1.method__3$RUBY$initialize_b_(file:/Users/jcf/.rvm/gems/jruby-1.6.5.1/gems/torquebox-server-2.0.0.beta3-java/jboss/modules/org/torquebox/web/main/torquebox-web.jar!/org/torquebox/web/rails/boot.rb:90)
at rubyjit$method_added_318CA95975C32D34EB891A5451E9ED64A47C73E1$method__3$RUBY$initialize_b_.call(rubyjit$method_added_318CA95975C32D34EB891A5451E9ED64A47C73E1$method__3$RUBY$initialize_b_:65535) at org.jruby.RubyClass.finvoke(RubyClass.java:536) [jruby.jar:]
at org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1688) [jruby.jar:]
at org.jruby.RubyKernel.send19(RubyKernel.java:2114) [jruby.jar:]
at org.jruby.RubyKernel$s$send19.call(RubyKernel$s$send19.gen:65535) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:176) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:182) [jruby.jar:]
at org.jruby.ast.CallSpecialArgBlockPassNode.interpret(CallSpecialArgBlockPassNode.java:64) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) [jruby.jar:]
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:120) [jruby.jar:]
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:145) [jruby.jar:]
at org.jruby.javasupport.util.RuntimeHelpers$MethodMissingMethod.call(RuntimeHelpers.java:497) [jruby.jar:]
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:203) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callMethodMissing(CachingCallSite.java:379) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:289) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135) [jruby.jar:]
at org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:63) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) [jruby.jar:]
at org.jruby.ast.RootNode.interpret(RootNode.java:129) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:120) [jruby.jar:]
at org.jruby.Ruby.runInterpreter(Ruby.java:722) [jruby.jar:]
at org.jruby.Ruby.loadFile(Ruby.java:2472) [jruby.jar:]
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66) [jruby.jar:]
at org.torquebox.core.runtime.VFSLoadService.load(VFSLoadService.java:311) [torquebox-core.jar:2.0.0.beta3]
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:1081) [jruby.jar:]
at org.jruby.RubyKernel.load19(RubyKernel.java:1073) [jruby.jar:]
at org.jruby.RubyKernel$s$0$1$load19.call(RubyKernel$s$0$1$load19.gen:65535) [jruby.jar:]
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:211) [jruby.jar:]
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169) [jruby.jar:]
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:216) [jruby.jar:]
at org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:120) [jruby.jar:]
at org.jruby.ast.RescueNode.interpret(RescueNode.java:110) [jruby.jar:]
at org.jruby.ast.BeginNode.interpret(BeginNode.java:83) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) [jruby.jar:]
at org.jruby.ast.RootNode.interpret(RootNode.java:129) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:120) [jruby.jar:]
at org.jruby.Ruby.runInterpreter(Ruby.java:722) [jruby.jar:]
at org.jruby.Ruby.loadFile(Ruby.java:2472) [jruby.jar:]
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66) [jruby.jar:]
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:767) [jruby.jar:]
at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:334) [jruby.jar:]
at org.jruby.runtime.load.LoadService.require(LoadService.java:381) [jruby.jar:]
at org.jruby.runtime.load.LoadService.lockAndRequire(LoadService.java:306) [jruby.jar:]
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1055) [jruby.jar:]
at org.jruby.RubyKernel.require19(RubyKernel.java:1047) [jruby.jar:]
at org.jruby.RubyKernel$s$1$0$require19.call(RubyKernel$s$1$0$require19.gen:65535) [jruby.jar:]
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:319) [jruby.jar:]
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) [jruby.jar:]
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169) [jruby.jar:]
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) [jruby.jar:]
at org.jruby.ast.RootNode.interpret(RootNode.java:129) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:120) [jruby.jar:]
at org.jruby.Ruby.runInterpreter(Ruby.java:722) [jruby.jar:]
at org.jruby.Ruby.runInterpreter(Ruby.java:730) [jruby.jar:]
at org.jruby.Ruby.executeScript(Ruby.java:375) [jruby.jar:]
at org.torquebox.core.util.RuntimeHelper$6.call(RuntimeHelper.java:149) [torquebox-core.jar:2.0.0.beta3]
at org.torquebox.core.util.RuntimeHelper$6.call(RuntimeHelper.java:146) [torquebox-core.jar:2.0.0.beta3]
at org.torquebox.core.util.RuntimeHelper.withinContext(RuntimeHelper.java:198) [torquebox-core.jar:2.0.0.beta3]
at org.torquebox.core.util.RuntimeHelper.executeScript(RuntimeHelper.java:146) [torquebox-core.jar:2.0.0.beta3]
at org.torquebox.web.rails.RailsRuntimeInitializer.initialize(RailsRuntimeInitializer.java:72) [torquebox-web.jar:2.0.0.beta3]
at org.torquebox.core.runtime.RubyRuntimeFactory.createInstance(RubyRuntimeFactory.java:323) [torquebox-core.jar:2.0.0.beta3]
at org.torquebox.core.runtime.RubyRuntimeFactory.createInstance(RubyRuntimeFactory.java:257) [torquebox-core.jar:2.0.0.beta3]
at org.torquebox.core.runtime.RubyRuntimeFactory.createInstance(RubyRuntimeFactory.java:62) [torquebox-core.jar:2.0.0.beta3]
at org.torquebox.core.pool.SharedPool.startPool(SharedPool.java:132) [torquebox-core.jar:2.0.0.beta3]
at org.torquebox.core.pool.SharedPool$1.run(SharedPool.java:178) [torquebox-core.jar:2.0.0.beta3]
16:58:52,109 ERROR [org.torquebox.core.runtime] (Thread-108) Failed to initialize runtime: : org.jruby.exceptions.RaiseException: (LoadError) load error: org/torquebox/web/rails/boot -- java.lang.NullPointerException: null
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1047) [jruby.jar:]
at #<Class:0x71e8e471>.(root)(/Users/jcf/dev/work/mobino/backend/smith/<torquebox-bootstrap>-boot.rb:3)Caused by: java.lang.NullPointerException
at org.yecht.ruby.RubyLoadHandler.handle(RubyLoadHandler.java:38) [jruby.jar:]
at org.yecht.Parser.addNode(Parser.java:300) [jruby.jar:]
at org.yecht.DefaultYAMLParser.yyparse(DefaultYAMLParser.java:676) [jruby.jar:]
at org.yecht.Parser.yechtparse(Parser.java:290) [jruby.jar:]
at org.yecht.Parser.parse(Parser.java:284) [jruby.jar:]
at org.yecht.ruby.YParser.load(YParser.java:152) [jruby.jar:]
at org.yecht.ruby.YParser$s$0$1$load.call(YParser$s$0$1$load.gen:65535)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN.call(JavaMethod.java:630) [jruby.jar:]
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169) [jruby.jar:]
at org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) [jruby.jar:]
at org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) [jruby.jar:]
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:190) [jruby.jar:]
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:179) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169) [jruby.jar:]
at org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) [jruby.jar:]
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:147) [jruby.jar:]
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:163) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:292) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135) [jruby.jar:]
at org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:63) [jruby.jar:]
at org.jruby.ast.AttrAssignOneArgNode.interpret(AttrAssignOneArgNode.java:33) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) [jruby.jar:]
at org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:203) [jruby.jar:]
at org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:191) [jruby.jar:]
at org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:174) [jruby.jar:]
at org.jruby.runtime.Block.yieldNonArray(Block.java:141) [jruby.jar:]
at org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1808) [jruby.jar:]
at org.jruby.RubyBasicObject.specificEval(RubyBasicObject.java:1832) [jruby.jar:]
at org.jruby.RubyBasicObject.instance_eval19(RubyBasicObject.java:1720) [jruby.jar:]
at org.jruby.RubyBasicObject$i$instance_eval19.call(RubyBasicObject$i$instance_eval19.gen:65535) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:302) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:144) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:148) [jruby.jar:]
at org.jruby.ast.CallNoArgBlockPassNode.interpret(CallNoArgBlockPassNode.java:53) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.IfNode.interpret(IfNode.java:119) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) [jruby.jar:]
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:276) [jruby.jar:]
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:235) [jruby.jar:]
at org.jruby.ast.FCallThreeArgNode.interpret(FCallThreeArgNode.java:40) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.IfNode.interpret(IfNode.java:117) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) [jruby.jar:]
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:212) [jruby.jar:]
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:322) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:178) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187) [jruby.jar:]
at org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) [jruby.jar:]
at org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:203) [jruby.jar:]
at org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:191) [jruby.jar:]
at org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:174) [jruby.jar:]
at org.jruby.runtime.Block.yieldNonArray(Block.java:141) [jruby.jar:]
at org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1768) [jruby.jar:]
at org.jruby.RubyBasicObject.instance_exec19(RubyBasicObject.java:1747) [jruby.jar:]
at org.jruby.RubyBasicObject$i$0$3$instance_exec19.call(RubyBasicObject$i$0$3$instance_exec19.gen:65535) [jruby.jar:]
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:211) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:322) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:178) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:182) [jruby.jar:]
at org.jruby.ast.CallSpecialArgBlockPassNode.interpret(CallSpecialArgBlockPassNode.java:64) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) [jruby.jar:]
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:190) [jruby.jar:]
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:179) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:167) [jruby.jar:]
at org.jruby.ast.CallSpecialArgNode.interpret(CallSpecialArgNode.java:67) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) [jruby.jar:]
at org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:203) [jruby.jar:]
at org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:154) [jruby.jar:]
at org.jruby.runtime.Block.yield(Block.java:130) [jruby.jar:]
at org.jruby.RubyArray.eachCommon(RubyArray.java:1605) [jruby.jar:]
at org.jruby.RubyArray.each(RubyArray.java:1612) [jruby.jar:]
at org.jruby.RubyArray$i$0$0$each.call(RubyArray$i$0$0$each.gen:65535) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:302) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:144) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:153) [jruby.jar:]
at org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) [jruby.jar:]
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:190) [jruby.jar:]
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:179) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169) [jruby.jar:]
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) [jruby.jar:]
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:147) [jruby.jar:]
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:163) [jruby.jar:]
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:56) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:292) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135) [jruby.jar:]
at rubyjit.method_added_318CA95975C32D34EB891A5451E9ED64A47C73E1.chained_6_rescue_2$RUBY$SYNTHETICinitialize_b_(file:/Users/jcf/.rvm/gems/jruby-1.6.5.1/gems/torquebox-server-2.0.0.beta3-java/jboss/modules/org/torquebox/web/main/torquebox-web.jar!/org/torquebox/web/rails/boot.rb:91)
at rubyjit.method_added_318CA95975C32D34EB891A5451E9ED64A47C73E1.method__3$RUBY$initialize_b_(file:/Users/jcf/.rvm/gems/jruby-1.6.5.1/gems/torquebox-server-2.0.0.beta3-java/jboss/modules/org/torquebox/web/main/torquebox-web.jar!/org/torquebox/web/rails/boot.rb:90)
at rubyjit$method_added_318CA95975C32D34EB891A5451E9ED64A47C73E1$method__3$RUBY$initialize_b_.call(rubyjit$method_added_318CA95975C32D34EB891A5451E9ED64A47C73E1$method__3$RUBY$initialize_b_:65535) at org.jruby.RubyClass.finvoke(RubyClass.java:536) [jruby.jar:]
at org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1688) [jruby.jar:]
at org.jruby.RubyKernel.send19(RubyKernel.java:2114) [jruby.jar:]
at org.jruby.RubyKernel$s$send19.call(RubyKernel$s$send19.gen:65535) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:176) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:182) [jruby.jar:]
at org.jruby.ast.CallSpecialArgBlockPassNode.interpret(CallSpecialArgBlockPassNode.java:64) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) [jruby.jar:]
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:120) [jruby.jar:]
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:145) [jruby.jar:]
at org.jruby.javasupport.util.RuntimeHelpers$MethodMissingMethod.call(RuntimeHelpers.java:497) [jruby.jar:]
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:203) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.callMethodMissing(CachingCallSite.java:379) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:289) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135) [jruby.jar:]
at org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:63) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) [jruby.jar:]
at org.jruby.ast.RootNode.interpret(RootNode.java:129) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:120) [jruby.jar:]
at org.jruby.Ruby.runInterpreter(Ruby.java:722) [jruby.jar:]
at org.jruby.Ruby.loadFile(Ruby.java:2472) [jruby.jar:]
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66) [jruby.jar:]
at org.torquebox.core.runtime.VFSLoadService.load(VFSLoadService.java:311) [torquebox-core.jar:2.0.0.beta3]
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:1081) [jruby.jar:]
at org.jruby.RubyKernel.load19(RubyKernel.java:1073) [jruby.jar:]
at org.jruby.RubyKernel$s$0$1$load19.call(RubyKernel$s$0$1$load19.gen:65535) [jruby.jar:]
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:211) [jruby.jar:]
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169) [jruby.jar:]
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:216) [jruby.jar:]
at org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:120) [jruby.jar:]
at org.jruby.ast.RescueNode.interpret(RescueNode.java:110) [jruby.jar:]
at org.jruby.ast.BeginNode.interpret(BeginNode.java:83) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) [jruby.jar:]
at org.jruby.ast.RootNode.interpret(RootNode.java:129) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:120) [jruby.jar:]
at org.jruby.Ruby.runInterpreter(Ruby.java:722) [jruby.jar:]
at org.jruby.Ruby.loadFile(Ruby.java:2472) [jruby.jar:]
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66) [jruby.jar:]
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:767) [jruby.jar:]
at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:334) [jruby.jar:]
at org.jruby.runtime.load.LoadService.require(LoadService.java:381) [jruby.jar:]
at org.jruby.runtime.load.LoadService.lockAndRequire(LoadService.java:306) [jruby.jar:]
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1055) [jruby.jar:]
at org.jruby.RubyKernel.require19(RubyKernel.java:1047) [jruby.jar:]
at org.jruby.RubyKernel$s$1$0$require19.call(RubyKernel$s$1$0$require19.gen:65535) [jruby.jar:]
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:319) [jruby.jar:]
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) [jruby.jar:]
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312) [jruby.jar:]
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169) [jruby.jar:]
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) [jruby.jar:]
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) [jruby.jar:]
at org.jruby.ast.RootNode.interpret(RootNode.java:129) [jruby.jar:]
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:120) [jruby.jar:]
at org.jruby.Ruby.runInterpreter(Ruby.java:722) [jruby.jar:]
at org.jruby.Ruby.runInterpreter(Ruby.java:730) [jruby.jar:]
at org.jruby.Ruby.executeScript(Ruby.java:375) [jruby.jar:]
at org.torquebox.core.util.RuntimeHelper$6.call(RuntimeHelper.java:149) [torquebox-core.jar:2.0.0.beta3]
at org.torquebox.core.util.RuntimeHelper$6.call(RuntimeHelper.java:146) [torquebox-core.jar:2.0.0.beta3]
at org.torquebox.core.util.RuntimeHelper.withinContext(RuntimeHelper.java:198) [torquebox-core.jar:2.0.0.beta3]
at org.torquebox.core.util.RuntimeHelper.executeScript(RuntimeHelper.java:146) [torquebox-core.jar:2.0.0.beta3]
at org.torquebox.web.rails.RailsRuntimeInitializer.initialize(RailsRuntimeInitializer.java:72)
at org.torquebox.core.runtime.RubyRuntimeFactory.createInstance(RubyRuntimeFactory.java:323) [torquebox-core.jar:2.0.0.beta3]
at org.torquebox.core.runtime.RubyRuntimeFactory.createInstance(RubyRuntimeFactory.java:257) [torquebox-core.jar:2.0.0.beta3]
at org.torquebox.core.runtime.RubyRuntimeFactory.createInstance(RubyRuntimeFactory.java:62) [torquebox-core.jar:2.0.0.beta3]
at org.torquebox.core.pool.SharedPool.startPool(SharedPool.java:132) [torquebox-core.jar:2.0.0.beta3]
at org.torquebox.core.pool.SharedPool$1.run(SharedPool.java:178) [torquebox-core.jar:2.0.0.beta3]
16:58:52,117 INFO [org.torquebox.core.runtime] (Thread-108) Created ruby runtime (ruby_version: RUBY1_9, compile_mode: JIT, app: smith, context: web) in 14.47s
17:02:38,101 ERROR [org.torquebox.core.runtime] (http-localhost.localdomain-127.0.0.1-8080-1) Error during execution: require %q(rack)
Rack::Builder.new{(
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
run MobinoAdmin::Application
)}.to_app: org.jruby.exceptions.RaiseException: (LoadError) load error: /Users/jcf/dev/work/mobino/backend/smith/config/environment -- java.lang.NullPointerException: null
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1047) [jruby.jar:]
at rubyjit.require_0CADE1AAAB5B60AC3EA6C83FED8DF7C861922245.require(/Users/jcf/.rvm/gems/jruby-1.6.5.1/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:239)
at rubyjit.load_dependency_6B8E57409066BF2B7B383AC1F09F717E52212D2C.load_dependency(/Users/jcf/.rvm/gems/jruby-1.6.5.1/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:225)
at rubyjit.new_constants_in_B64CDCF7B34EFCFF02C7DB254AEA7EA7814C03BE.new_constants_in(/Users/jcf/.rvm/gems/jruby-1.6.5.1/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:596)
at rubyjit.new_constants_in_B64CDCF7B34EFCFF02C7DB254AEA7EA7814C03BE.new_constants_in(/Users/jcf/.rvm/gems/jruby-1.6.5.1/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:595)
at rubyjit.load_dependency_6B8E57409066BF2B7B383AC1F09F717E52212D2C.load_dependency(/Users/jcf/.rvm/gems/jruby-1.6.5.1/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:225)
at rubyjit.require_0CADE1AAAB5B60AC3EA6C83FED8DF7C861922245.require(/Users/jcf/.rvm/gems/jruby-1.6.5.1/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:239)
at #<Class:0x378f1b9a>.(root)(/Users/jcf/dev/work/mobino/backend/smith/config.ru:5) at org.jruby.RubyBasicObject.instance_eval(org/jruby/RubyBasicObject.java:1720) [jruby.jar:]
at Rack::Builder.initialize(/Users/jcf/.rvm/gems/jruby-1.6.5.1/gems/rack-1.2.3/lib/rack/builder.rb:46) at #<Class:0x71e8e471>.(root)(/Users/jcf/dev/work/mobino/backend/smith/config.ru:2)
17:02:38,103 ERROR [org.torquebox.web.servlet.RackFilter] (http-localhost.localdomain-127.0.0.1-8080-1) Error invoking Rack filter: org.jruby.exceptions.RaiseException: (LoadError) load error: /Users/jcf/dev/work/mobino/backend/smith/config/environment -- java.lang.NullPointerException: null
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1047) [jruby.jar:]
at rubyjit.require_0CADE1AAAB5B60AC3EA6C83FED8DF7C861922245.require(/Users/jcf/.rvm/gems/jruby-1.6.5.1/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:239)
at rubyjit.load_dependency_6B8E57409066BF2B7B383AC1F09F717E52212D2C.load_dependency(/Users/jcf/.rvm/gems/jruby-1.6.5.1/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:225)
at rubyjit.new_constants_in_B64CDCF7B34EFCFF02C7DB254AEA7EA7814C03BE.new_constants_in(/Users/jcf/.rvm/gems/jruby-1.6.5.1/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:596)
at rubyjit.new_constants_in_B64CDCF7B34EFCFF02C7DB254AEA7EA7814C03BE.new_constants_in(/Users/jcf/.rvm/gems/jruby-1.6.5.1/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:595)
at rubyjit.load_dependency_6B8E57409066BF2B7B383AC1F09F717E52212D2C.load_dependency(/Users/jcf/.rvm/gems/jruby-1.6.5.1/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:225)
at rubyjit.require_0CADE1AAAB5B60AC3EA6C83FED8DF7C861922245.require(/Users/jcf/.rvm/gems/jruby-1.6.5.1/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:239)
at #<Class:0x378f1b9a>.(root)(/Users/jcf/dev/work/mobino/backend/smith/config.ru:5) at org.jruby.RubyBasicObject.instance_eval(org/jruby/RubyBasicObject.java:1720) [jruby.jar:]
at Rack::Builder.initialize(/Users/jcf/.rvm/gems/jruby-1.6.5.1/gems/rack-1.2.3/lib/rack/builder.rb:46) at #<Class:0x71e8e471>.(root)(/Users/jcf/dev/work/mobino/backend/smith/config.ru:2)
17:02:38,103 ERROR [org.torquebox.web.servlet.RackFilter] (http-localhost.localdomain-127.0.0.1-8080-1) Underlying Ruby exception
17:02:38,104 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[smith.dragon].[/].[torquebox.static]] (http-localhost.localdomain-127.0.0.1-8080-1) Servlet.service() for servlet torquebox.static threw exception: org.jruby.exceptions.RaiseException: (LoadError) load error: /Users/jcf/dev/work/mobino/backend/smith/config/environment -- java.lang.NullPointerException: null
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1047) [jruby.jar:]
at rubyjit.require_0CADE1AAAB5B60AC3EA6C83FED8DF7C861922245.require(/Users/jcf/.rvm/gems/jruby-1.6.5.1/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:239)
at rubyjit.load_dependency_6B8E57409066BF2B7B383AC1F09F717E52212D2C.load_dependency(/Users/jcf/.rvm/gems/jruby-1.6.5.1/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:225)
at rubyjit.new_constants_in_B64CDCF7B34EFCFF02C7DB254AEA7EA7814C03BE.new_constants_in(/Users/jcf/.rvm/gems/jruby-1.6.5.1/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:596)
at rubyjit.new_constants_in_B64CDCF7B34EFCFF02C7DB254AEA7EA7814C03BE.new_constants_in(/Users/jcf/.rvm/gems/jruby-1.6.5.1/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:595)
at rubyjit.load_dependency_6B8E57409066BF2B7B383AC1F09F717E52212D2C.load_dependency(/Users/jcf/.rvm/gems/jruby-1.6.5.1/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:225)
at rubyjit.require_0CADE1AAAB5B60AC3EA6C83FED8DF7C861922245.require(/Users/jcf/.rvm/gems/jruby-1.6.5.1/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:239)
at #<Class:0x378f1b9a>.(root)(/Users/jcf/dev/work/mobino/backend/smith/config.ru:5) at org.jruby.RubyBasicObject.instance_eval(org/jruby/RubyBasicObject.java:1720) [jruby.jar:]
at Rack::Builder.initialize(/Users/jcf/.rvm/gems/jruby-1.6.5.1/gems/rack-1.2.3/lib/rack/builder.rb:46) at #<Class:0x71e8e471>.(root)(/Users/jcf/dev/work/mobino/backend/smith/config.ru:2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment