Advertisement
JorgeDeJesus

Untitled

Aug 13th, 2014
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.06 KB | None | 0 0
  1. 2014-08-13 16:31:52,510 WARN  [geonetwork.harvester] - Raised exception when searching : XSDValidationErrorEx : XSD Validation error(s):
  2. <xsderrors>
  3.   <error>
  4.     <typeOfError>ERROR</typeOfError>
  5.     <errorNumber>1</errorNumber>
  6.     <message>cvc-complex-type.2.4.a: Invalid content was found starting with element 'record'. One of '{"http://www.openarchives.org/OAI/2.0/":header, "http://www.openarchives.org/OAI/2.0/":resumptionToken}' is expected. (Element: record with parent element: ListIdentifiers)</message>
  7.     <xpath>ListIdentifiers/record[1]</xpath>
  8.   </error>
  9. </xsderrors>
  10. 2014-08-13 16:31:52,511 WARN  [geonetwork.harvester] - XSDValidationErrorEx : XSD Validation error(s):
  11. <xsderrors>
  12.   <error>
  13.     <typeOfError>ERROR</typeOfError>
  14.     <errorNumber>1</errorNumber>
  15.     <message>cvc-complex-type.2.4.a: Invalid content was found starting with element 'record'. One of '{"http://www.openarchives.org/OAI/2.0/":header, "http://www.openarchives.org/OAI/2.0/":resumptionToken}' is expected. (Element: record with parent element: ListIdentifiers)</message>
  16.     <xpath>ListIdentifiers/record[1]</xpath>
  17.   </error>
  18. </xsderrors>
  19.     at jeeves.utils.Xml.validate(Xml.java:1024)
  20.     at org.fao.oaipmh.requests.AbstractRequest.sendRequest(AbstractRequest.java:116)
  21.     at org.fao.oaipmh.requests.ListIdentifiersRequest.execute(ListIdentifiersRequest.java:65)
  22.     at org.fao.geonet.kernel.harvest.harvester.oaipmh.Harvester.search(Harvester.java:149)
  23.     at org.fao.geonet.kernel.harvest.harvester.oaipmh.Harvester.harvest(Harvester.java:105)
  24.     at org.fao.geonet.kernel.harvest.harvester.oaipmh.OaiPmhHarvester.doHarvest(OaiPmhHarvester.java:230)
  25.     at org.fao.geonet.kernel.harvest.harvester.AbstractHarvester$HarvestWithIndexProcessor.process(AbstractHarvester.java:400)
  26.     at org.fao.geonet.kernel.harvest.harvester.AbstractHarvester.harvest(AbstractHarvester.java:470)
  27.     at org.fao.geonet.kernel.harvest.harvester.HarvesterJob.execute(HarvesterJob.java:29)
  28.     at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
  29.     at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement