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.
Apache License 2.0
1.49k stars 234 forks source link

Tika REST does not start in background #218

Closed karthikkrishnanv closed 5 years ago

karthikkrishnanv commented 5 years ago

Per doc, "To use this library, you need to have Java 7+ installed on your system as tika-python starts up the Tika REST server in the background."

But the background server does not start (tried 2.7 and 3.x python) during installation and there are no failures. Any idea ?

chrismattmann commented 5 years ago

check your tmp directory for tika-server.log or tika.log. What do they say? Also what platform/OS, and Java version and Python version do you have installed?

karthikkrishnanv commented 5 years ago

After digging around, it looks like the server does start after the first API call (downloads jar and starts it). Closing the ticket as it works now.