[
https://issues.apache.org/jira/browse/TIKA-2490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Allison resolved TIKA-2490.
-------------------------------
Resolution: Fixed
I removed the printing intializable problems to stderr. I fixed what I think
is a bug in TikaConfig when initialized via a File, and this now actually works.
Try this in your tika-config.xml file to turn off any complaints:
{noformat}
<properties>
<service-loader initializableProblemHandler="ignore"/>
</properties>
{noformat}
Note, that if you want {{throw}} to work, you also have to set
{{loadErrorHandler}} to {{throw}}.
> Turn off stderr warnings in Tika-app
> ------------------------------------
>
> Key: TIKA-2490
> URL: https://issues.apache.org/jira/browse/TIKA-2490
> Project: Tika
> Issue Type: Bug
> Components: app
> Affects Versions: 1.16
> Reporter: Tim Allison
> Assignee: Tim Allison
>
> Let's get rid of the stderr messages in tika-app and confirm that users can
> turn off warnings via tika-config.xml
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)