Skip to content

Instantly share code, notes, and snippets.

@headius
Created February 14, 2012 18:50
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 headius/1829064 to your computer and use it in GitHub Desktop.
Save headius/1829064 to your computer and use it in GitHub Desktop.
java.lang.AssertionError
at org.jruby.RubyBasicObject.setInstanceVariable(RubyBasicObject.java:1646)
at org.jruby.ext.openssl.OpenSSLReal$OpenSSLModule.setDebug(OpenSSLReal.java:173)
at org.jruby.ext.openssl.OpenSSLReal.createOpenSSL(OpenSSLReal.java:150)
at JopensslService.basicLoad(JopensslService.java:38)
at org.jruby.Ruby.loadExtension(Ruby.java:2679)
at org.jruby.runtime.load.ClassExtensionLibrary.load(ClassExtensionLibrary.java:55)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:868)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:510)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:394)
at org.jruby.runtime.load.LoadService.require(LoadService.java:358)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:978)
at org.jruby.RubyKernel.require19(RubyKernel.java:970)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen:65535)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:326)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:167)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.ast.IfNode.interpret(IfNode.java:117)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:216)
at org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:120)
at org.jruby.ast.RescueNode.interpret(RescueNode.java:110)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:190)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:199)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169)
at ruby.__dash_e__.__file__(-e:1)
at ruby.__dash_e__.load(-e)
at org.jruby.Ruby.runScript(Ruby.java:754)
at org.jruby.Ruby.runScript(Ruby.java:747)
at org.jruby.Ruby.runNormally(Ruby.java:638)
at org.jruby.Ruby.runFromMain(Ruby.java:487)
at org.jruby.Main.doRunFromMain(Main.java:350)
at org.jruby.Main.internalRun(Main.java:262)
at org.jruby.Main.run(Main.java:228)
at org.jruby.Main.run(Main.java:212)
at org.jruby.Main.main(Main.java:192)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment