Skip to content

Instantly share code, notes, and snippets.

@semmons99
Created August 1, 2012 11:36
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 semmons99/3226053 to your computer and use it in GitHub Desktop.
Save semmons99/3226053 to your computer and use it in GitHub Desktop.
C:\Users\semmons99\scratch>jruby -S bundle exec rake hello
Unfortunately, a fatal error has occurred. Please see the Bundler
troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!
RaiseException.java:101:in `<init>': java.lang.NullPointerException
from Ruby.java:3529:in `newRaiseException'
from Ruby.java:3298:in `newErrnoFromLastPOSIXErrno'
from RubyKernel.java:1720:in `execCommon'
from RubyKernel.java:1660:in `_exec_internal'
from RubyKernel$INVOKER$s$1$0$_exec_internal.gen:-1:in `call'
from CachingCallSite.java:282:in `cacheAndCall'
from CachingCallSite.java:71:in `call'
from FCallSpecialArgNode.java:45:in `interpret'
from NewlineNode.java:104:in `interpret'
from ASTInterpreter.java:75:in `INTERPRET_METHOD'
from InterpretedMethod.java:225:in `call'
from DefaultMethod.java:208:in `call'
from WrapperMethod.java:62:in `call'
from CachingCallSite.java:332:in `cacheAndCall'
from CachingCallSite.java:203:in `call'
from CallSpecialArgNode.java:69:in `interpret'
from NewlineNode.java:104:in `interpret'
from RescueNode.java:226:in `executeBody'
from RescueNode.java:123:in `interpretWithJavaExceptions'
from RescueNode.java:113:in `interpret'
from BeginNode.java:83:in `interpret'
from NewlineNode.java:104:in `interpret'
from BlockNode.java:71:in `interpret'
from ASTInterpreter.java:75:in `INTERPRET_METHOD'
from InterpretedMethod.java:247:in `call'
from DefaultMethod.java:216:in `call'
from RubyClass.java:645:in `finvoke'
from RubyBasicObject.java:1679:in `send19'
from RubyKernel.java:2065:in `send19'
from RubyKernel$INVOKER$s$send19.gen:-1:in `call'
from JavaMethod.java:308:in `call'
from CachingCallSite.java:352:in `cacheAndCall'
from CachingCallSite.java:237:in `call'
from CallSpecialArgNode.java:71:in `interpret'
from IfNode.java:116:in `interpret'
from NewlineNode.java:104:in `interpret'
from RescueNode.java:226:in `executeBody'
from RescueNode.java:123:in `interpretWithJavaExceptions'
from RescueNode.java:113:in `interpret'
from ASTInterpreter.java:75:in `INTERPRET_METHOD'
from InterpretedMethod.java:225:in `call'
from DefaultMethod.java:208:in `call'
from CachingCallSite.java:332:in `cacheAndCall'
from CachingCallSite.java:203:in `call'
from CallSpecialArgNode.java:69:in `interpret'
from NewlineNode.java:104:in `interpret'
from BlockNode.java:71:in `interpret'
from IfNode.java:118:in `interpret'
from NewlineNode.java:104:in `interpret'
from BlockNode.java:71:in `interpret'
from ASTInterpreter.java:75:in `INTERPRET_METHOD'
from InterpretedMethod.java:225:in `call'
from DefaultMethod.java:208:in `call'
from CachingCallSite.java:332:in `cacheAndCall'
from CachingCallSite.java:203:in `call'
from CallTwoArgNode.java:59:in `interpret'
from NewlineNode.java:104:in `interpret'
from BlockNode.java:71:in `interpret'
from ASTInterpreter.java:75:in `INTERPRET_METHOD'
from InterpretedMethod.java:112:in `call'
from InterpretedMethod.java:126:in `call'
from DefaultMethod.java:167:in `call'
from CachingCallSite.java:282:in `cacheAndCall'
from CachingCallSite.java:71:in `call'
from FCallManyArgsNode.java:60:in `interpret'
from NewlineNode.java:104:in `interpret'
from BlockNode.java:71:in `interpret'
from RescueNode.java:226:in `executeBody'
from RescueNode.java:123:in `interpretWithJavaExceptions'
from RescueNode.java:113:in `interpret'
from ASTInterpreter.java:75:in `INTERPRET_METHOD'
from InterpretedMethod.java:139:in `call'
from DefaultMethod.java:176:in `call'
from CachingCallSite.java:292:in `cacheAndCall'
from CachingCallSite.java:135:in `call'
from CallNoArgNode.java:63:in `interpret'
from NewlineNode.java:104:in `interpret'
from BlockNode.java:71:in `interpret'
from RescueNode.java:226:in `executeBody'
from RescueNode.java:123:in `interpretWithJavaExceptions'
from RescueNode.java:113:in `interpret'
from BeginNode.java:83:in `interpret'
from NewlineNode.java:104:in `interpret'
from BlockNode.java:71:in `interpret'
from RootNode.java:129:in `interpret'
from ASTInterpreter.java:120:in `INTERPRET_ROOT'
from Ruby.java:807:in `runInterpreter'
from Ruby.java:2571:in `loadFile'
from ExternalScript.java:66:in `load'
from LoadService.java:327:in `load'
from RubyKernel.java:1055:in `loadCommon'
from RubyKernel.java:1047:in `load19'
from RubyKernel$INVOKER$s$0$1$load19.gen:-1:in `call'
from DynamicMethod.java:208:in `call'
from DynamicMethod.java:204:in `call'
from CachingCallSite.java:312:in `cacheAndCall'
from CachingCallSite.java:169:in `call'
from C:/Dropbox/tmp/jruby/bin/bundle:23:in `__file__'
from C:/Dropbox/tmp/jruby/bin/bundle:-1:in `load'
from Ruby.java:780:in `runScript'
from Ruby.java:773:in `runScript'
from Ruby.java:650:in `runNormally'
from Ruby.java:499:in `runFromMain'
from Main.java:376:in `doRunFromMain'
from Main.java:265:in `internalRun'
from Main.java:231:in `run'
from Main.java:215:in `run'
from Main.java:195:in `main'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment