Skip to content

Instantly share code, notes, and snippets.

@cheald
Created March 27, 2015 01:42
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 cheald/8156367e53895333c7e8 to your computer and use it in GitHub Desktop.
Save cheald/8156367e53895333c7e8 to your computer and use it in GitHub Desktop.
1) Kerrigan::Services::Analyzers::EntityExtractor can run the whole pipeline
Failure/Error: Unable to find matching line from backtrace
Java::JavaLang::LinkageError:
loader constraint violation in interface itable initialization: when resolving method "org.apache.xerces.parsers.AbstractSAXParser.setEntityResolver(Lorg/xml/sax/EntityResolver;)V" the class loader (instance of org/jruby/util/JRubyClassLoader) of the current class, org/apache/xerces/parsers/AbstractSAXParser, and the class loader (instance of <bootloader>) for interface org/xml/sax/Parser have different Class objects for the type org/xml/sax/EntityResolver used in the signature
# de.l3s.boilerpipe.sax.BoilerpipeSAXInput.getTextDocument(de/l3s/boilerpipe/sax/BoilerpipeSAXInput.java:51)
# de.l3s.boilerpipe.extractors.ExtractorBase.getText(de/l3s/boilerpipe/extractors/ExtractorBase.java:53)
# java.lang.reflect.Method.invoke(java/lang/reflect/Method.java:483)
# RUBY.article(./spec/kerrigan/services/analyzers/entity_extractor_spec.rb:10)
# RUBY.annotation(./spec/kerrigan/services/analyzers/entity_extractor_spec.rb:17)
# RUBY.(root)(./spec/kerrigan/services/analyzers/entity_extractor_spec.rb:20)
# java.lang.invoke.MethodHandle.invokeWithArguments(java/lang/invoke/MethodHandle.java:636)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment