Created
September 13, 2011 19:43
-
-
Save arturaz/1214878 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>> SpaceMule.instance.find_path(GalaxyPoint.new(1, -3, 8), GalaxyPoint.new(1, 25, -2)) | |
[2011-09-13 22:40:40|main|info ] [Initializing SpaceMule] | |
[main|info ] Sending configuration | |
[END of Initializin...] 2.255 seconds | |
Java::JavaLang::NullPointerException: | |
from org.jruby.util.CodegenUtils.human(CodegenUtils.java:98) | |
from org.jruby.util.CodegenUtils.prettyParams(CodegenUtils.java:152) | |
from org.jruby.java.dispatch.CallableSelector.argumentError(CallableSelector.java:462) | |
from org.jruby.java.dispatch.CallableSelector.argTypesDoNotMatch(CallableSelector.java:436) | |
from org.jruby.java.invokers.RubyToJavaInvoker.findCallable(RubyToJavaInvoker.java:191) | |
from org.jruby.java.invokers.StaticMethodInvoker.call(StaticMethodInvoker.java:26) | |
from org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:282) | |
from org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:71) | |
from org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:59) | |
from org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:63) | |
from org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
from org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
from org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) | |
from org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:233) | |
from org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:332) | |
from org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:203) | |
... 129 levels... | |
from org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
from org.jruby.ast.IfNode.interpret(IfNode.java:117) | |
from org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) | |
from org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
from org.jruby.ast.RootNode.interpret(RootNode.java:129) | |
from org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:120) | |
from org.jruby.Ruby.runInterpreter(Ruby.java:706) | |
from org.jruby.Ruby.runInterpreter(Ruby.java:714) | |
from org.jruby.Ruby.runNormally(Ruby.java:583) | |
from org.jruby.Ruby.runFromMain(Ruby.java:428) | |
from org.jruby.Main.doRunFromMain(Main.java:278) | |
from org.jruby.Main.internalRun(Main.java:198) | |
from org.jruby.Main.run(Main.java:164) | |
from org.jruby.Main.run(Main.java:148) | |
from org.jruby.util.ShellLauncher$ScriptThreadProcess.run(ShellLauncher.java:140) | |
from java.lang.Thread.run(Thread.java:722)>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment