On Thu, 17 Oct 2013, kevin slote wrote:
Hi, I was trying to parse a word file with an embedded OLE attachment and I got this error...

Caused by: java.lang.IllegalAccessError: tried to access method
org.apache.poi.POIDocument.<init>(Lorg/apache/poi/poifs/filesystem/DirectoryNode;)V
from class org.apache.tika.parser.microsoft.WordExtractor

Most likely you have mis-matched jars on your classpath. You need to ensure you have the same copy of POI that came with the version of Tika that you're using, and don't have any other ones. I suspect you either are using a different set of POI jars, or have two sets

Nick

Reply via email to