All, Apologies for the idiocy I'm about to reveal (well, that won't be a revelation to anyone, really), but is there an obvious solution for this kind of error:
Caused by: org.apache.xmpbox.xml.XmpParsingException: Cannot find a definition for the namespace http://ns.adobe.com/lightroom/1.0/ at org.apache.xmpbox.xml.DomXmpParser.checkPropertyDefinition(DomXmpParser.java:848) at org.apache.xmpbox.xml.DomXmpParser.parseChildrenAsProperties(DomXmpParser.java:290) at org.apache.xmpbox.xml.DomXmpParser.parseDescriptionRoot(DomXmpParser.java:234) at org.apache.xmpbox.xml.DomXmpParser.parse(DomXmpParser.java:198) at org.apache.xmpbox.xml.DomXmpParser.parse(DomXmpParser.java:105) at org.apache.tika.parser.image.xmp.JempboxExtractor.parse(JempboxExtractor.java:59) On a handful of image files in our test docs on Tika, I'm getting this with: http://ns.adobe.com/lightroom/1.0/ http://ns.adobe.com/exif/1.0/aux/ I'm still kicking the tires on whether we'll be able to make the migration to xmpbox from jempbox. Thank you. Best, Tim

