bsed / ala

Automatically exported from code.google.com/p/ala
0 stars 0 forks source link

Geonetwork error when GA harvesting #664

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
no search criterion specified, harvesting all ...
GET 
params:request=GetRecords&service=CSW&version=2.0.2&resultType=results&namespace
=xmlns%28csw%3Dhttp%3A%2F%2Fwww.opengis.net%2Fcat%2Fcsw%2F2.0.2%29%2Cxmlns%28gmd
%3Dhttp%3A%2F%2Fwww.isotc211.org%2F2005%2Fgmd%29&outputFormat=application%2Fxml&
outputSchema=http%3A%2F%2Fwww.isotc211.org%2F2005%2Fgmd&startPosition=1&maxRecor
ds=20&elementSetName=summary&constraintLanguage=CQL_TEXT&constraint_language_ver
sion=1.1.0&typeNames=csw%3ARecord%2Cgmd%3AMD_Metadata
2014-05-07 14:10:17,533 WARN  [geonetwork.harvester] - Raised exception when 
searching : org.fao.geonet.csw.common.exceptions.NoApplicableCodeEx: 
code=NoApplicableCode, locator=null, message=Raised exception while getting 
metadata :javax.xml.transform.TransformerConfigurationException: Requested 
transformation 
[/usr/local/geonetwork/web/geonetwork/schemaPlugins/eml-gbif/present/csw/iso-sum
mary.xsl] does not exist.
POST params:<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="csw:Record,gmd:MD_Metadata">
    <csw:ElementSetName>summary</csw:ElementSetName>
  </csw:Query>
</csw:GetRecords>
2014-05-07 14:10:17,740 WARN  [geonetwork.harvester] - Raised exception when 
searching : org.fao.geonet.csw.common.exceptions.NoApplicableCodeEx: 
code=NoApplicableCode, locator=null, message=Raised exception while getting 
metadata :javax.xml.transform.TransformerConfigurationException: Requested 
transformation 
[/usr/local/geonetwork/web/geonetwork/schemaPlugins/eml-gbif/present/csw/iso-sum
mary.xsl] does not exist.
2014-05-07 14:10:17,740 WARN  [geonetwork.harvester] - Raised exception while 
harvesting from : Atlas of Living Australia (CswHarvester)
2014-05-07 14:10:17,740 WARN  [geonetwork.harvester] -  (C) Class   : 
OperationAbortedEx
2014-05-07 14:10:17,741 WARN  [geonetwork.harvester] -  (C) Message : Raised 
exception when searching: Raised exception while getting metadata 
:javax.xml.transform.TransformerConfigurationException: Requested 
transformation 
[/usr/local/geonetwork/web/geonetwork/schemaPlugins/eml-gbif/present/csw/iso-sum
mary.xsl] does not exist.
OperationAbortedEx : Raised exception when searching: Raised exception while 
getting metadata :javax.xml.transform.TransformerConfigurationException: 
Requested transformation 
[/usr/local/geonetwork/web/geonetwork/schemaPlugins/eml-gbif/present/csw/iso-sum
mary.xsl] does not exist.
        at org.fao.geonet.kernel.harvest.harvester.csw.Harvester.doSearch(Harvester.java:508)
        at org.fao.geonet.kernel.harvest.harvester.csw.Harvester.search(Harvester.java:231)
        at org.fao.geonet.kernel.harvest.harvester.csw.Harvester.harvest(Harvester.java:103)
        at org.fao.geonet.kernel.harvest.harvester.csw.CswHarvester.doHarvest(CswHarvester.java:244)
        at org.fao.geonet.kernel.harvest.harvester.AbstractHarvester$HarvestWithIndexProcessor.process(AbstractHarvester.java:400)
        at org.fao.geonet.kernel.harvest.harvester.AbstractHarvester.harvest(AbstractHarvester.java:470)
        at org.fao.geonet.kernel.harvest.harvester.HarvesterJob.execute(HarvesterJob.java:29)
        at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
        at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557)

Original issue reported on code.google.com by moyesyside on 7 May 2014 at 4:42