chrismattmann / tika-python

Tika-Python is a Python binding to the Apache Tika™ REST services allowing Tika to be called natively in the Python community.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to start Tika server

kevin-guimard-ext opened this issue · comments

Hello,

I installed tika but calling the parser would systematically trigger the following error:

RuntimeError: Unable to start Tika server.

So, I downloaded tika-server.jar and added an environment variable pointing to it as explained in the readme page, but it didn't work either.

Kevin

Tika-Python should start on its own. My guess is that you should look at the file you downloaded (I am guessing it's not a JAR file). Try doing cat <file>. Once you get the actual jar file this should work fine.