Skip to content

Instantly share code, notes, and snippets.

@martennilsson
Created September 28, 2010 10:55
Show Gist options
  • Save martennilsson/600803 to your computer and use it in GitHub Desktop.
Save martennilsson/600803 to your computer and use it in GitHub Desktop.
java.lang.SecurityException: class "json.ext.Parser$s_method_0_1$RUBYINVOKER$newInstance"'s signer information does not match signer information of other classes in the same package
at java.lang.ClassLoader.checkCerts(ClassLoader.java:807)
at java.lang.ClassLoader.preDefineClass(ClassLoader.java:488)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:626)
at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
at org.jruby.util.JRubyClassLoader.defineClass(JRubyClassLoader.java:22)
at org.jruby.internal.runtime.methods.InvocationMethodFactory.endClass(InvocationMethodFactory.java:1281)
at org.jruby.internal.runtime.methods.InvocationMethodFactory.getAnnotatedMethodClass(InvocationMethodFactory.java:755)
at org.jruby.internal.runtime.methods.InvocationMethodFactory.getAnnotatedMethod(InvocationMethodFactory.java:685)
at org.jruby.RubyModule.defineAnnotatedMethod(RubyModule.java:794)
at org.jruby.RubyModule.defineAnnotatedMethod(RubyModule.java:762)
at org.jruby.anno.TypePopulator$DefaultTypePopulator.populate(TypePopulator.java:50)
at org.jruby.RubyModule.defineAnnotatedMethodsIndividually(RubyModule.java:679)
at org.jruby.RubyModule.defineAnnotatedMethods(RubyModule.java:581)
at json.ext.ParserService.basicLoad(ParserService.java:31)
at org.jruby.runtime.load.ClassExtensionLibrary.load(ClassExtensionLibrary.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:631)
at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:309)
at org.jruby.runtime.load.LoadService.require(LoadService.java:320)
at org.jruby.runtime.load.LoadService.lockAndRequire(LoadService.java:284)
at org.jruby.RubyKernel.require(RubyKernel.java:920)
at org.jruby.RubyKernel$s_method_1_0$RUBYFRAMEDINVOKER$require.call(org/jruby/RubyKernel$s_method_1_0$RUBYFRAMEDINVOKER$require.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:312)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:310)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:149)
at ruby.jit.ruby.Users.marten.src.ftt.Users.marten.$_dot_rvm.gems.jruby_minus_1_dot_4_dot_0.gems.ruby_minus_processing_minus_1_dot_0_dot_9.lib.core.jruby_minus_complete_dot_jar.META_minus_INF.jruby_dot_home.lib.ruby.site_ruby.$1_dot_8.rubygems.custom_require.require67891221_841687127.rescue_1$RUBY$__rescue___0(custom_require.rb:31)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment