Details
-
Task
-
Status: Closed
-
Critical
-
Resolution: Not A Problem
-
None
-
None
-
None
Description
I am receiving the following error from : new Tika().parseToString(stream);
Exception in thread "main" java.lang.IncompatibleClassChangeError: class org.apache.tika.parser.asm.XHTMLClassVisitor has interface org.objectweb.asm.ClassVisitor as super class
At first I thought it is a problem with stream that is passed in. But it is very random. File that worked started erroring out with the above exception.
Please help.