On Tue, 3 Aug 2010, Chris Bamford wrote:
...
Any chance you could create some sample files, and upload them to jira? We
can use them as a basis for future unit tests
Yes sure - please point me at the URL
https://issues.apache.org/jira/browse/TIKA
Exception in thread "main" java.lang.NoSuchMethodError:
org.apache.poi.poifs.filesystem.DirectoryNode.iterator()Ljava/util/Iterator;
This exception means that you haven't got a new enough copy of poi. If
you're not using Maven, then you do need to track the dependencies by
hand, and upgrade the 3rd party libraries when the Tika pom updates.
That's odd, because I *do* use Maven, and I would have expected it to
have got me the right versions ...
Could there be a different version already deployed into your application
server by something else then?
I'd suggest you follow the steps from the POI FAQ on << My code uses some
new feature, compiles fine but fails when live with a
"MethodNotFoundException" >> http://poi.apache.org/faq.html#faq-N10006
Nick