On Fri, Nov 5, 2010 at 11:01 AM, Jukka Zitting <[email protected]> wrote: > Hi, > > From: Alex Turbov [mailto:[email protected]] >> sun.misc.ServiceConfigurationError: org.apache.tika.parser.Parser: >> Provider org.apache.tika.parser.asm.ClassParser not found > > You're probably not including all the Tika dependencies in your classpath. > The easiest way to do so is to simply put the full tika-app jar in your > classpath instead of tika-core and tika-parsers.
I took dependencies list from TIKA docs ans put them to my classpath when JVM gets load. And (again) everything works Ok from single threaded application, but when I call TikaWrapper::Process() from different native threads the error I mention before happened... > > See the dependency notes in http://tika.apache.org/0.7/gettingstarted.html > for more background. > > BR, > > Jukka Zitting >
