On 22/12/11 16:18, Jerome Lacoste wrote:
Now a question that pertains more to the user list. In TIKA-815, Nick
pointed that one could use ForkedParser to improve stability. I didn't
manage to get it to work.
When I use the command line tika app, e.g. with
java -jar /tmp/tika-app-1.0.jar -v -t -f brokenFile.doc
then tika reports nothing.
You may have hit TIKA-808 with this, it only seems to occur on some files
But if I try to reproduce something similar programatically I run into
strange errors:
first because my current classLoader isn't serializable and the client
tries to serialize it.
I got the same problem when I tried to write a unit test for TIKA-808
Hopefully Jukka will have some time over Christmas to work on this :)
Nick