Opened 12 years ago

Last modified 12 years ago

#885 new defect

Harvesting ESRI's big GeoPortal 1.1 gives errors

Reported by: johnh Owned by: geonetwork-devel@…
Priority: minor Milestone: v2.8.0
Component: General Version:
Keywords: Cc:

Description

Harvesting ESRI's big GeoPortal version 1.1 at URL:

http://gptogc.esri.com/geoportal/csw/discovery?Request=GetCapabilities&service=CSW&AcceptVersions=2.0.2

gives the following errors in the harvesting history:

Error: Raised exception when searching: Invalid parameter value: locator=Like Class: OperationAbortedEx Stack: at: org.fao.geonet.kernel.harvest.harvester.csw.Harvester file: Harvester.java line: 476 method: doSearch at: org.fao.geonet.kernel.harvest.harvester.csw.Harvester file: Harvester.java line: 205 method: search at: org.fao.geonet.kernel.harvest.harvester.csw.Harvester file: Harvester.java line: 92 method: harvest at: org.fao.geonet.kernel.harvest.harvester.csw.CswHarvester file: CswHarvester.java line: 226 method: doHarvest at: org.fao.geonet.kernel.harvest.harvester.AbstractHarvester$HarvestWithIndexProcessor file: AbstractHarvester.java line: 381 method: process at: org.fao.geonet.kernel.MetadataIndexerProcessor file: MetadataIndexerProcessor.java line: 39 method: processWithFastIndexing at: org.fao.geonet.kernel.harvest.harvester.AbstractHarvester file: AbstractHarvester.java line: 409 method: harvest at: org.fao.geonet.kernel.harvest.harvester.Executor file: Executor.java line: 87 method: run

I'm running GN version 2.7 snapshot revision r8695 with ANZMEST schemaplugins revision r8650.

Change History (2)

comment:1 by fxp, 12 years ago

r9053 should solve that issue but I still have exception "An exception occurred with no applicable code" on GetRecords operation for the URL provided.

<csw:GetRecords xmlns:csw="http://www.opengis.net/cat/csw/2.0.2" xmlns:dc="http://purl.org/dc/elements/1.1/" service="CSW" version="2.0.2" resultType="results" outputFormat="application/xml" outputSchema="http://www.isotc211.org/2005/gmd" startPosition="1" maxRecords="20">
  <csw:Query typeNames="gmd:MD_Metadata,csw:Record">
    <csw:ElementSetName>summary</csw:ElementSetName>
  </csw:Query>
</csw:GetRecords>

comment:2 by ianwallen, 12 years ago

Milestone: v2.7.0v2.8.0
Note: See TracTickets for help on using tickets.