.docx file with mapper-attachements

I'm using the mapper-attachements plugin with elasticsearch 0.11.0 on
Mac OS X 10.6. It all works fine with .pdf and .doc files. As soon as
I add a .docx file, the following error appears in the elasticsearch
log:

Caused by: org.apache.xmlbeans.SchemaTypeLoaderException: XML-BEANS
compiled schema: Incompatible minor version - expecting up to 23, got
24
(schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707.index)

  • code 3
    at org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
    $XsbReader.(SchemaTypeSystemImpl.java:1522)
    at
    org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl.initFromHeader(SchemaTypeSystemImpl.java:
at

org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl.(SchemaTypeSystemImpl.java:
183)
... 47 more

This is only the end of the output that I think is relevant. There
seems to be a version conflict between two compiled schemas (23, 24).
My question is, between which two components is this incompatibility
(elasticsearch, tika, mapper-attachements, Mac OS X). I don't really
know where to start searching for the cause of the problem.