Page 1 of 1

What version of POI is needed for 4.1RC1?

PostPosted:Mon Apr 26, 2010 8:50 pm
by akorn
Hi,

when attempting to use POI, I get various NoSuchMethodErrors, different ones for each version of POI that I try. Which version was the release candidate compiled with?

Example errors:
Code: Select all
java.lang.NoSuchMethodError: 
         org.apache.poi.poifs.filesystem.POIFSFileSystem.getRoot()Lorg/apache/poi/poifs/filesystem/DirectoryEntry;
         at org.textmining.text.extraction.WordExtractor.extractText(WordExtractor.java:51)
and
Code: Select all
22:37:14,370 ERROR [ObservationDispatcher] Synchronous EventConsumer threw exception.
java.lang.NoSuchMethodError: org.apache.poi.hwpf.model.CHPBinTable.<init>([B[BIII)V
        at org.textmining.text.extraction.WordExtractor.extractText(WordExtractor.java:111)
Thanks.

Re: What version of POI is needed for 4.1RC1?

PostPosted:Wed Apr 28, 2010 8:22 pm
by pavila
Can you detail the steps to get this error? POI is supposed to be included in OpenKM war son I don't understand this error.