One of the exceptions here [1] seems to indicate that Tika could not
load the configuration due to a NPE
java.lang.RuntimeException: Error while loading Tika configuration.
at
org.apache.any23.mime.TikaMIMETypeDetector.<init>(TikaMIMETypeDetector.java:205)
.....
Caused by: java.lang.NullPointerException
at
org.apache.tika.mime.MimeTypesFactory.create(MimeTypesFactory.java:89)
at
org.apache.tika.mime.MimeTypesFactory.create(MimeTypesFactory.java:104)
at
org.apache.tika.mime.MimeTypesFactory.create(MimeTypesFactory.java:116)
.....
[1]
https://builds.apache.org/job/Any23-trunk/org.apache.any23$apache-any23-core/448/testReport/junit/org.apache.any23/Any23Test/testTTLDetection/
I have not seen that before, but I will try to replicate it locally.
It may be that the configuration is being loaded from an out of date
apache-any23-mime.jar file, which may be the case if there have been
no stable builds of apache-any23-mime.jar since the change. [2]
[2]
https://builds.apache.org/job/Any23-trunk/448/org.apache.any23$apache-any23-mime/
Can you manually deploy the current set of modules (using "mvn clean
deploy" on your local machine) to the Apache snapshots repository and
see if that fixes the error when the next jenkins build occurs?
Cheers,
Peter
On 20 January 2013 17:27, Apache Jenkins Server
<[email protected]> wrote:
> See
> <https://builds.apache.org/job/Any23-trunk/org.apache.any23$apache-any23-core/changes>
>