Skip to content

Instantly share code, notes, and snippets.

@dekz
Created June 13, 2015 08:44
Show Gist options
  • Save dekz/979bded99236c1eebb26 to your computer and use it in GitHub Desktop.
Save dekz/979bded99236c1eebb26 to your computer and use it in GitHub Desktop.
::Executor
#execute
before_session hook failed: Java::JavaLang::ArrayIndexOutOfBoundsException: 0
org.jruby.runtime.scope.ManyVarsDynamicScope.setValueDepthZero(ManyVarsDynamicScope.java:145)
(see _pry_.hooks.errors to debug)
[1] pry(#<RSpec::ExampleGroups::EanExecutor::Execute>)> connection_factory
creates a connection with the correct base url (FAILED - 1)
Failures:
1) Ean::Executor#execute creates a connection with the correct base url
Failure/Error: Unable to find matching line from backtrace
Java::JavaLang::ArrayIndexOutOfBoundsException:
1
# org.jruby.runtime.scope.ManyVarsDynamicScope.setValueDepthZero(ManyVarsDynamicScope.java:145)
# org.jruby.runtime.scope.ManyVarsDynamicScope.setValue(ManyVarsDynamicScope.java:138)
# org.jruby.RubyBinding.local_variable_set(RubyBinding.java:169)
# org.jruby.RubyBinding$INVOKER$i$2$0$local_variable_set.call(RubyBinding$INVOKER$i$2$0$local_variable_set.gen)
# org.jruby.internal.runtime.methods.JavaMethod$JavaMethodTwo.call(JavaMethod.java:1054)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment