Hi,
I am also getting the same issue .
I have the jar file inside the web folder - web/tika/tika-app-2.0.1.jar. when i am trying to run tika from the terminal i am able to execute it and extract the file so tike is working but when i am trying to give the path in the setting it is giving me Tika could not be reached and executed error. i am not able to understand where i am going wrong . i have my site in local (wampserver).For your reference I am attaching a screenshot please let know what needs to be changed .
- Status changed to Active
9 months ago 9:42am 27 February 2024 - 🇫🇷France izus
try a relative path depending on your folder structure?
i would say sth like ./tika//tika-app-2.9.1.jar or ../tika//tika-app-2.9.1.jar
for debug, you can also try with a full path starting by / Hi Izus,
below is my folder structure
C:/wamp64/www/[project_name]/web/tika/tika-app-2.9.1.jar
i have tried adding ../tika/tika-app-2.9.1.jar , ./tika/tika-app-2.9.1.jar and C:/wamp64/www/[project_name]/web/tika/tika-app-2.9.1.jar
but nothing is working i am still getting the same issue- 🇫🇷France izus
ok,
never tested it in Windows.
Maybe the path to Java should be adapted too : default is 'java' Please try adapting it too in tika extractor configurationFor more debug :
the file concerned is https://git.drupalcode.org/project/search_api_attachments/-/blob/8.x-1.0...The error occurse when the following command is run:
tika_executable -jar tika_executable
to here the patch to tika and the path to java should be correcte and executable