hbz / lobid-resources

Transformation, web frontend, and API for the hbz catalog as LOD
http://lobid.org/resources
Eclipse Public License 2.0
7 stars 7 forks source link

URL in 419.a results in mapper parsing exception #1019

Closed acka47 closed 4 years ago

acka47 commented 4 years ago
(MapperParsing)Exception at weywot1:git/lobid-resources*/log/20190907*.sh:

[4497]: index [resources-20190904-0100], type [resource], id [HT020179991], message [MapperParsingException[failed to parse [publication.location]]; nested: IllegalStateException[Can't get text on a START_OBJECT at 1:5456];]
[3909]: index [resources-20190904-0100], type [resource], id [HT020181326], message [MapperParsingException[failed to parse [publication.location]]; nested: IllegalStateException[Can't get text on a START_OBJECT at 1:5331];]

The problem is a URL in 419.a, see e.g. source of HT020179991:

<datafield tag="419" ind1="-" ind2="1">
  <subfield code="a">https://www.dagstuhl.de/publikationen/lipics/</subfield>
  <subfield code="b">Schloss Dagstuhl-Leibniz-Zentrum fuer Informatik</subfield>
  <subfield code="c">2017</subfield>
</datafield>

This must be a cataloging error as 419.a. wants a string (name of a place) as input. Will contact colleagues from verbund.

acka47 commented 4 years ago

Verbund responded:

Feld 419a ist jetzt korrigiert. Den Vorgaben der DNB entsprechend habe ich dort Wadern eingetragen.

Resources are now transformed and indexxed, see https://lobid.org/resources/HT020181326 & https://lobid.org/resources/HT020179991. Closing.