kitodo / kitodo-production

Kitodo.Production is a workflow management tool for mass digitization and is part of the Kitodo Digital Library Suite.
http://www.kitodo.org/software/kitodoproduction/
GNU General Public License v3.0
63 stars 63 forks source link

Exception on Import #4822

Closed matthias-ronge closed 2 years ago

matthias-ronge commented 2 years ago

For example, importing PPN = 1679980149 from K10Plus-Release-3.2 catalog gives me the following exception:

ConfigException / XPathException: A sequence of more than one item is not allowed as the third argument of fn:concat() (<subfield>, <subfield>)

There is no more information, as which line of the XSLT produces the error.

Question: How to debug this?

matthias-ronge commented 2 years ago

The error was caused because I still had <mappingFile> entry in my kitodo_opac.xml. After correcting to <mappingFiles><file> it works.